body {
	margin: 0px 0px 20px 0px;
	background-color: #FFF;
	color:#000033;
	text-align: center;
	/*font-family: Georgia,"Times New Roman", Times, serif;*/
	font-family:"Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
}
input,textarea{
	font-size:11px;
	font-family:"Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#0066CC;
}
a:hover{
	color:#CC0000;
	text-decoration:underline;
}
a.snav{
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size:14px;
	color:#000099;
	background-color:#CC0000;
	color:White;
	/*border-left:1px solid #CC0000;
	border-right:1px solid #CC0000;
	border-bottom:1px solid #CC0000;*/
	margin-right:1px;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:5px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
}
a.nav{
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size:14px;
	color:#000099;
	/*border-left:1px solid #CC0000;
	border-right:1px solid #CC0000;
	border-bottom:1px solid #CC0000;
	*/
	margin-right:1px;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:5px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
}
a:hover.nav,a:hover.snav{
	font-size:14px;
	color:White;
	background-color:#CC0000;
	margin-right:1px;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:5px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
	text-decoration:none;
}
#topbar{
	width:758px;
	background-image:url(../images/top_bar.gif);
	background-color:#CC0000;
	text-align:center;
	margin-top:0px;
	padding-bottom:18px;
}
#topbar h2{
	color:White;
	margin-bottom:0px;
	font-size:16px;
	font-family: Georgia,"Times New Roman", Times, serif;	
}
#content{

	background-color: White;
	color:#000033;
	border-left: 1px dotted Silver;
	border-right:1px dotted Silver;
	/*border-bottom: 1px solid Silver;*/
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right: auto;
	width:760px;
	padding-bottom:20px;
	padding-left:0px;
	padding-right:0px;
}
#innercontent{
	text-align: left;
	font-size:14px;
	color:#404040;
	padding:40px 10px 10px 10px;
}
#copy{
	text-align: left;
	font-size:9px;
	margin-top:0px;
	width:760px;
	margin-left:auto;
	margin-right: auto;	
}
.tbl{
	border: 1px solid #404040;
}
.tbl th{
	color:white;
	height:20px;
	background-image:url(../images/table_head.gif);
	background-color:#CC0000;
	border-bottom:1px solid #404040;
}
.tbl1 th{
	color:white;
	height:20px;
	background-image:url(../images/table_head.gif);
	background-color:#CC0000;
	border-bottom:0px solid #404040;
}
.tbl2 th{
	color:white;
	height:40px;
	background-image:url(../images/table_head1.gif);
	background-color:#CC0000;
	border-bottom:1px solid #404040;
td{
	color:#404040;
}
.tbl td{
	color:#404040;
	padding:3px;
	font-family:"Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	font-size:12px;
	/*border-bottom:1px solid #CC9966;*/
	/*border-right:1px solid #CC9966;*/
}
.row1{
	color:#000099;
	background-color:White;
	border-bottom:1px solid #404040;
}
.row2{
	color:#000099;
	background-color:#D7EBFF;
	border-bottom:1px solid #404040;
}
.row3{
	color:#000099;
	background-color:White;
	border-bottom:1px solid #404040;
}
.row4{
	color:#000099;
	background-color:#D7EBFF;
	border-bottom:1px solid #404040;
}