body {
	font-family: verdana,arial;
	font-size: 10px;
	margin: 0px;
	color: #000;
	background-color: #FFF;
}

td {
	font-family: verdana,arial;
	font-size: 11px;
	color: #000;
}

a  {
	font-family:VERDANA,ARIAL; 
	color:#1474D9;
	text-decoration:NONE;
}		
		
a:hover {
	font-family:VERDANA,ARIAL;
	text-decoration:NONE;
}

#footer { position: relative; left:0; top:70px; z-index:1;}

/*headers*/
.header1 {
	font-size: 18px;
	font-weight:bold;
}
.header2 {
	font-size: 10px;
	font-weight:bold;
	color: #333;
}
.header3 {
	font-size: 11px;
	font-weight:bold;
	color: #FFF;
}

/*content text font properties */
.txtbody {
	font-size: 10px;
	color: #FFF;
}
.txtbody a {
	text-decoration: underline;
}
.txtbody a {
	text-decoration: none;
}

.white  {
			font-family:VERDANA,ARIAL,HELVETICA,SANS-SERIF; 
			color:#fff; 
			font-size:10px; 		
			text-decoration:NONE;
			}

.blue  {
			font-family:VERDANA,ARIAL,HELVETICA,SANS-SERIF; 
			color:#06C; 
			font-size:11px; 
			font-weight:BOLD;
			text-decoration:NONE;
				}				

.red {
			color:#DD650C;
			font-weight:BOLD;
			font-size:12px; 
			}		

/*top menu font properties */
.txttop {
	font-size: 10px;
	color: #FF9;
}
.txttop a {
	text-decoration: none;
	color: #FF9;
}
.txttop a:hover {
	color: #FC0;
	text-decoration: none;
}

/*left menu font properties */
.txtleft {
	font-size: 10px;
	color: #000;
}
.txtleft a {
	text-decoration: none;
	color: #000;
}
.txtleft a:hover {
	color: #69C;
	text-decoration: none;
}

/*bottom menu font properties */
.txtbottom {
	font-size: 10px;
	color: #fff;
}
.txtbottom a {
	text-decoration:none;
	color: #fff;
}
.txtbottom a:hover {
	color: #f60;
	text-decoration: none;
}

/*theme colors*/
.theme1 {
	background-color: #FFF;
}
.theme2 {
	background-color: #036;
}
.theme3 {
	background-color: #EFF4F8;
}
.theme4 {
	background-color: #D9E1E9;
}

/*border colors*/
.tdborder1 {
	background-color: #000;
}
.tdborder2 {
	background-color: #CCC;
}

/*cell colors*/
.td1 {
	background-color: #EEE;
}
.td2 {
	background-color: #CCC;
}
.td3 {
	background-color: #DDD;
}

