﻿body {
	background-color:#cdcdc3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 
}
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #777873;
}
a {
	font-family: Tahoma;
	font-size: 11px;
	color: #0F2944;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0F2944;
}
a:hover {
	text-decoration: underline;
	color: #205993;
}
a:active {
	text-decoration: none;
	color: #0F2944;
}
.buttonOK 
{ 
	BORDER-RIGHT: 0px; 
	BORDER-TOP: 0px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	BACKGROUND-IMAGE: url(../images/buttonOK.gif); 
	BORDER-LEFT: 0px; 
	WIDTH: 99px; 
	COLOR: #000000; 
	BORDER-BOTTOM: 0px; 
	FONT-FAMILY: Arial, Verdana; 
	HEIGHT: 22px; 
	TEXT-ALIGN: center; 
	TEXT-DECORATION: none
}
.tableBorder
{
	border-right: #DFDFDF 1px solid; 
	border-top: #DFDFDF 1px solid;
    border-left: #DFDFDF 1px solid; 
    border-bottom: #DFDFDF 1px solid;
}


.red {
	font-family: Tahoma;
	font-size: 11px;
	color: #A90A08;
	font-weight:bolder;
}
red:link {
	text-decoration: underline;
}
red:visited {
	text-decoration: none;
	color: #A90A08;
}
red:hover {
	text-decoration: underline;
	color: #A90A08;
}
red:active {
	text-decoration: none;
	color: #A90A08;
}

.white {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
}
.white:link {
	text-decoration: underline;
}
.white:visited {
	text-decoration: none;
	color: #ffffff;
}
.white:hover {
	text-decoration: underline;
	color: #ffffff;
}
.white:active {
	text-decoration: none;
	color: #ffffff;
}