body{
	background-color: #dfe0f5;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #3d4453;
}
a{
	color: #3d4453;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #1c1f26;
	text-decoration: none;
}
a.menulink{
	color: #dfe0f5;
	font-size: 10pt; 
	font-weight: bold;
	text-decoration: none;
	margin-right: 15px;
}
a.menulink:hover{
	text-decoration: none;
	color: #FFF;
}
a.topmenu{
	color: #dfe0f5;
	font-size: 9pt; 
	text-decoration: none;
	margin-right: 5px;
}
a.topmenu:hover{
	text-decoration: none;
	color: #FFF;
}
h1{
	font-size: 15pt;
	font-style: italic;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
}
img{
	border: #3d4453 solid 1px;
}
span.newsDate{
	font-weight: bold;
}

span.red{
	margin-left: 250px;
	font-weight: bold;
	color: #B00;
}

input{
	background-color: #dfe0f5;
	border: 2px solid #c3c9e3;
	color: #3d4453;
}
select{
	background-color: #dfe0f5;
	border: 2px solid #c3c9e3;
	color: #3d4453;
}
textarea{
	background-color: #dfe0f5;
	border: 2px solid #c3c9e3;
	color: #3d4453;
}

table.form{
	width: 550px;
	table-layout: fixed;
	margin-left: 150px;
	border-collapse: separate;
}
td.form_text{
	text-align: right;
	width: 150px;
}
td.form_input{
	color: #999;
	width: 400px;
}
td.form_center{
	width: 550px;
	text-align: center;
}


.bold {
   font-weight: bold;
}
.italics {
   font-style: italic;
}
.underline {
   text-decoration: underline;
}
.strikethrough {
   text-decoration: line-through;
}
.overline {
   text-decoration: overline;
}
.quotecodeheader {
   font-family: arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
}
.codebody {
   background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #006600;
    border: 1px solid #BFBFBF;
}
/*.quotebody 
{
	text-align: center;
	width: 70%;
	border: solid #333 1px;
	background-color: #fcfcfc;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #333;
	font-weight: bold;
	padding: 10px;
}*/
.listbullet {
   list-style-type: disc;
   list-style-position: inside;
}
.listdecimal {
   list-style-type: decimal;
   list-style-position: inside;
}
.listlowerroman {
   list-style-type: lower-roman;
   list-style-position: inside;
}
.listupperroman {
   list-style-type: upper-roman;
   list-style-position: inside;
}
.listloweralpha {
   list-style-type: lower-alpha;
   list-style-position: inside;
}
.listupperalpha {
   list-style-type: upper-alpha;
   list-style-position: inside;
}

