@charset "utf-8";
/* CSS Document */

html {overflow-y:scroll;}

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}

a {color:#FD8628;}

.header {
	font-weight:bold;
	font-size:15px;
}

.orangetitle {font-size:16px; font-weight:bold; color:#FD8628;}
.orangetext {color:#FD8628;}
.greentext {color:#33CC00;}

.toplink {color:#000000; text-decoration:none;}
.toplink:hover {text-decoration:underline;}

.formfield {width:120px;}
.formlist {width:124px;}

.imageborder {
	border:1px solid #666666; padding:2px;
}

#contentarea {
	background-color:#ffffff;
	padding-top:12px;
	padding-bottom:12px;
}

.navlink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
} 

.navlink:hover {color:#FD8628;}

.navlinkCurrent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FD8628;
	text-decoration:none;
}


#footerarea, #footerarea a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

#footerarea a:hover {text-decoration:underline;}

.feedburnerFeedBlock ul {
	list-style-type:none;
	padding: 0;
	margin-left: 0px;
	margin-top:0px;
}

.feedburnerFeedBlock li {
	padding-bottom:10px;
}

#creditfooter {display:none;}

.formfield {width:180px;}
