@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	background-color: #FFFFFF;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
	text-align: left;
}
a{
	color: #008282;
	text-decoration: underline;
}
a:hover{
	color: #00B2B2;
	text-decoration: none;
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	color: #003300;
}
table.maintable{
	width: 900px;
	border: 0px;
	background-color: #FFFFFF;
	float: none;
	clear: both;
	margin: auto;
}
table.yellowcurve{
	width: 100%;
	border: 0px;
	background-color: #feff99;
}
table.yellowcurve td.top{
	background-image: url(/images/ylcurve_top.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
table.yellowcurve td.bottom{
	background-image: url(/images/ylcurve_bottom.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
table.yellowcurve td.left{
	background-image: url(/images/ylcurve_left.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
table.yellowcurve td.right{
	background-image: url(/images/ylcurve_right.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
table.yellowcurve td.content{
	padding: 8px 10px;
}
.vert_line{
	background-image: url(/images/graydot.gif);
	background-position: center top;
	background-repeat: repeat-y;
}
.horz_line{
	background-image: url(/images/graydot.gif);
	background-position: left center;
	background-repeat: repeat-x;
}
.horz_dot{
	background-image: url(/images/dot.gif);
	background-position: left center;
	background-repeat: repeat-x;
}
table.whitecurve{
	width: 100%;
	border: 0px;
	background-color: #FFFFFF;
}
table.whitecurve td.top{
	border-top: 1px solid #B3B5B5;
}
table.whitecurve td.bottom{
	border-bottom: 1px solid #B3B5B5;
}
table.whitecurve td.left{
	border-left: 1px solid #B3B5B5;
}
table.whitecurve td.right{
	border-right: 1px solid #B3B5B5;
}
table.whitecurve td.content{
	padding: 8px 10px;
}
.centeralign{
	text-align: center;
}
.rightalign{
	text-align: right;
}
.space35{
	height: 35px;
}
a.readmore{
	display: block;
	width: 100px;
	height: 20px;
	background-color: #003301;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	margin: 6px 0px 0px;
}
a.readmore:hover{
	background-color: #E8D743;
	color: #003301;
}
.leftnav{
	line-height: 15px;
	font-weight: bold;
}
.leftnav a{
	color: #000000;
	text-decoration: none;
}
.leftnav a:hover{
	color: #CC0000;
	text-decoration: none;
}
