body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#2B1500;
	font-size: 9pt;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a:link { color: #CC9900; margin: 0px auto; text-decoration: none; }	/* unvisited link */
	a:visited { color: #CC9966; text-decoration: none; }        /* visited links */
	a:active { color: #CC0000; text-decoration: none; }        /* active links */
	a:hover {text-decoration: underline; color: #CC0000; }

b, strong {
	font-weight: bold;
	}

i, em {
	font-style: italic;
	}

.more {
color: #663300;
font-weight: bold;
}

H1 {
	font-size: 14pt;
	font-weight: bold; padding: 0.5em .25em 0em .65em;
	color: #996600;
	}
H2 {
	font: 12pt,  Arial, Helvetica, sans-serif; font-weight: bold; padding: 0.5em .25em 0em .75em;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
.sub_title {
	color: #CC0000;
	}
p {padding: 0em .45em 0em 1em;
	}
th {
	font-family: Arial, Helvetica, sans-serif;
}
table.mainbody {
	width: 740px;
	height: 580px;
	background-image: url(/images/bg_icon.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	border-width: 0px;
	}
table.white {
	width: 740px;
	background-color: #FFFFFF;
	border-width: 0px;
	}
	
table.form {
	width: 90%;
	border-width: 1px;
	border-color: #FFCC99;
	border-style: solid;
	}
td.white {
	vertical-align: top;
	}

table.top {
	width: 740px;
	height: 37px;
	background-image: url(/images/th_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
/* Top Nav */
#topnav {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

#topnav td {
	vertical-align:middle;
	text-align:right;
}

#topnav a {
	color: #000000;
	text-decoration: none;
}
#topnav a:hover {
	text-decoration: underline;
	color: #000000;
}
#topnav a:visited {
	text-decoration: none;
	color: #000000;
}
#topnav a:active {
	text-decoration: none;
	color: #000000;
}


/* Footer */
table.footer {
width: 740px;
}
#footer {
	font-size: 10pt;
	text-align: center;
	background-color: #2B1500;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFCC;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #ff9933;
}
#footer a:visited {
	text-decoration: none;
	color: #F1E7CF;
}
#footer a:active {
	text-decoration: none;
	color: #FFCC66;
}
