body {
	margin: 0px;
	background-color: #DDDDD2;
}
td {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #333333;}
.underline {font-family: "Arial Black";font-size: 12px;	color: #D9151B;	padding-top: 3px;	padding-bottom: 3px;border-bottom-width: 1px;border-bottom-style: solid;	border-bottom-color: #D9151B}
input,select,textarea,submit{padding: 2px;color: #000000;font-size: 10px;font-family: Verdana, Helvetica, Arial, sans-serif}
/* classes for validator */
.tfvHighlight{font-weight: bold; color: red;}
.tfvNormal{font-weight: normal;	color: black;}
A:link { COLOR: #000066; TEXT-DECORATION: none}
A:hover { TEXT-DECORATION: underline}
A:visited { COLOR: #ffffff; TEXT-DECORATION: none}
A:active { COLOR: #ff0000}
.content A:link { COLOR: #000099; TEXT-DECORATION: none;font-weight:bold}
.content A:hover { COLOR: #000099; text-decoration: underline}
.content A:active { COLOR: #ff0000}
.content A:visited { COLOR: #000099;font-weight:bold}
.footer A:link { COLOR: #ffffff; TEXT-DECORATION: none}
.footer A:hover { COLOR: #ffffff; text-decoration: underline}
.footer A:active { COLOR: #ff0000}
.footer A:visited { COLOR: #ffffff}
.content, .contentright {
	margin: 0px;
}
.content {
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	vertical-align: top;


}

.contentright {

	background-color: #FEFEFE;
	border-left: 1px solid #EEEDE8;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	vertical-align: top;
}
.dotted {
	border-top: 1px dashed #D5D3C4;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
	margin: 10px 0px 0px;

}
h2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
	margin: 0px;

}
.footer {
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	padding: 5px;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
}
.border {
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EAEAEA;
	border-left-color: #EAEAEA;
}
.greyline{
	background-image: url(images/conttabbgd.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
}