/* Main Text Styles */
* { /* Reset ALL margins and padding to 0, this helps with keeping things consistent over different browsers */
	margin: 0px;
	padding: 0px;
}
body {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	height: 100%;
	width: 100%;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{ /* give all a bottom margin of 10px, 1em can be used instead. Also give everything a consistant size. */
	font-size: 100%;
	margin-bottom: 10px;
}
h1 {
	font-size: 160%;
	font-weight: bold;
	color: #000099;
}
h2 {
	font-size: 150%;
	font-weight: bold;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	color: #000099;
}
h4 {
	font-size: 120%;
	font-weight: bold;
}
h5 {}
h6 {}
p {}
ul,ol { /* reset left margin for lists */
	margin-left: 18px;
}
table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	vertical-align: top;
}
td,th {
	font-size: 100%;
	vertical-align: top;
	padding: 0px;
}
#cont_table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	vertical-align: bottom;
	text-align: center;
	padding: 6px;
}
#cont_table td,th {
	font-size: 100%;
	vertical-align: top;
	padding: 5px;
}
img.fullsize {
vertical-align: middle;
}		
form {}
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #000066;
}
a:hover,a:focus {
	color: #FF0000;
	text-decoration: none;
}
/* End Main Text Styles */

#footer {
	width: 100%;
	background-color: #E5E5E5;
}
#footer .footRGHT {
	text-align: right;
	vertical-align: middle;
	padding: 4px 0px 4px 4px;
	white-space: nowrap;
}
.nav {
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../../images/spacer_wh.gif);
	background-repeat: repeat-y;
	background-position: right top;
	text-align: center;
	vertical-align: middle;
}
.nav a, .nav a:link,.nav a:active,.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100%;
	background-image: url(../../images/spacer_wh.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.nav a:hover,.nav a:focus {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0066CC;
}
.nav a strong {
	font-weight: normal;
	display: block;
}
.spitfire {
	font-size: 90%;
	color: #999999;
	text-align: right;
	padding-top: 6px;
	padding-right: 36px;
}
.spitfire a,.spitfire a:link,.spitfire a:active,.spitfire a:visited {
	color: #666666;
	text-decoration: none;
}
.spitfire a:hover,.spitfire a:focus {
	color: #222222;
	text-decoration: none;
}
#TopFrame {
	height: 400px;
	width: 400px;
}
#BottomFrame {
	height: 250px;
	width: 250px;
	overflow: auto;
}
