/* CSS Document */
body{
	background:#F2F2F2 ;
	margin:0px;
}

td{
	font-family:Verdana,Arial,Helvetica; font-size:12px;
}
.tdFront{
	font-family:Tahoma; font-size:11px;
}

p{
	font-family:Verdana,Arial,Helvetica; font-size:12px;
}

input{
	background-color: #FFFFFF;	border: 1px solid #225384;	font-size: 12px; font-weight: bold;	text-transform: uppercase; color: #336699;
}
textarea{
	background-color: #FFFFFF;	border: 1px solid #225384;	font-size: 12px; font-weight: bold;	text-transform: uppercase; color: #336699;
}
select{
	border:1px solid #225384; font-size:12px; font-weight:normal; text-transform:uppercase; color:#336699;
}

.radio{
	border:0px;
}

a:link{
	font-size:12px; font-weight:bold; color:#3D6CB0; text-decoration:none;
}
a:visited{
	font-size:12px; font-weight:bold; color:#3D6CB0; text-decoration:none;
}
a:hover{
	font-size:12px; font-weight:bold; color:#174383; text-decoration:none;
}

a.greenlink:link{
	font-size:12px; font-weight:bold; color:#FFFFFF; text-decoration:none;
}
a.greenlink:visited{
	font-size:12px; font-weight:bold; color:#FFFFFF; text-decoration:none;
}
a.greenlink:hover{
	font-size:12px; font-weight:bold; color:#547217; text-decoration:none;
}
a.greensmalllink:link{
	font-size:11px; font-weight:bold; color:#FFFFFF; text-decoration:none;
}
a.greensmalllink:visited{
	font-size:11px; font-weight:bold; color:#FFFFFF; text-decoration:none;
}
a.greensmalllink:hover{
	font-size:11px; font-weight:bold; color:#547217; text-decoration:none;
}

a.tinylink:link{
	font-size:10px; font-weight:bold; color:#00000; text-decoration:none;
}
a.tinylink:visited{
	font-size:10px; font-weight:bold; color:#000000; text-decoration:none;
}
a.tinylink:hover{
	font-size:10px; font-weight:bold; color:#547217; text-decoration:underline;
}

.tdBorderBlue {
	BORDER-TOP:#F1F4FB 1px solid; /* Light Border*/
	BORDER-BOTTOM:#91ACDF 1px solid; /* Dark Border*/
}

.tdBorderGreen {
	BORDER-TOP:#C9DDA5 1px solid; /* Light Border*/
	BORDER-BOTTOM:#5A7A1E 1px solid; /* Dark Border*/
}

.tdBorderYellow {
	BORDER-TOP:#F7EAB7 1px solid; /* Light Border*/
	BORDER-BOTTOM:#F9E182 1px solid; /* Dark Border*/
}

.header{
	font-size:16px; font-weight:bold; color:#F20C10;
}

.footer{
	font-size:10px; font-weight:bold; color:#000000;
}
