body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-color: #365686;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	left: auto;
	top: 0px;
	clip:  rect(5px auto auto auto);
	padding: 10px;



}

.bodytext a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2054A5;
	text-decoration: underline;
	text-align: left;
}

.bodytext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F31323;
	text-decoration: underline;
	text-align: left;
}

.bodytextheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2054A5;
	text-decoration: underline;
	text-align: left;
}

.btxthighlights {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: B92C00;
	text-decoration: none;
}

.copyrighttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: D5D5D5;
	text-decoration: none;
	line-height: 18px;
}

.linksnoline {
	text-decoration: none;
}

a:hover {
	color: B92C00;
	text-decoration: none;
}

input {
	border: 0px none;
}

input.textfield {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	height: 18px;
	width: 125px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 56595C;
	text-decoration: none;
	border: thin groove;
	background-image: url(images/textboxback01.jpg);
}

.topproblemtext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 767A7D;
	text-decoration: none;
}

.formtextfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 56595C;
	text-decoration: none;
	border: thin groove;
}

.formbuttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 002252;
	text-decoration: none;
	background-color: E5E5E5;
	border: 1px solid;
}

#navigation {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #7B7B7B;
	text-decoration: none;
}

#navigation a {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: left;
}

#navigation a:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #2054A5;
	text-decoration: none;
	text-align: left;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
}

#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2B81D1;
	text-decoration: none;
	text-align: left;
}

/*
Classes used in DIV wrapped version of news feed
Copy and paste these classes into your own Cascading Style Sheet (CSS)
*/

/* table container for feed news */
.fd_bordertable { 
	background-color: white; 
	border-style: solid; border-width: 1px; border-color: #CCCCCC; 
	padding: 0; 
	width: 200px;
}

/* table container for feed news */
.fd_maintable { border-width: 0; background: white }

/* header cell with feed title text and xml button */
.fd_header { 
	padding: 5px; 
	background: #666666; color: white; 
	text-align: left; vertical-align: top 
}

/* header title link (leading to rss) */
.fd_headerlink, .fd_headerlink:visited, .fd_headerlink:hover {
	font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; 	
	color: white;	text-decoration: none;
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink { color: black; text-decoration: none; }
.fd_itemlink:visited { color: blue; text-decoration: none }
.fd_itemlink:hover { color: #336699; text-decoration: none }

/* item descriptions */
.fd_itemcell { 
	padding: 10px; 
	line-height: 16px; 
	background: #FAFAFA; color: black; 
	font-family: "Times New Roman", Times, serif; font-size: 12px 
}

/* item post date */
.fd_postdate { 
	color: #666666;	font-style: italic;	
}

/* item author */
.fd_author { 
}