/* 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.90em Arial, Helvetica, sans-serif;
	color: #000000;
	background: #cce6cc;
	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: 140%;
	color: #2910F7;
}
h2 {
	font-size: 110%;
	color: #2910F7;
}
h3 {
	font-size: 110%;
	color: #FF0000;
}
h4 {}
h5 {}
h6 {}
p {}
ul,ol { /* reset left margin for lists */
	margin-left: 18px;
}
table {
	font-size: 100%;
	border-collapse: collapse; /* sets the cell spacing to 0 for IE, does not work in IE5 mac */
	border-spacing: 0px; /* sets the cell spacing to 0 for everything else except older browsers and IE5 mac */
}
td,th {
	font-size: 100%;
	vertical-align: top;
	padding: 0px;
}
form {}
a, a:link, a:visited, a:active {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover,a:focus {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}
#mainbody .img img {
	padding: 9px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
/* End Main Text Styles */

.spitfire {
	font-size: 90%;
	color: #999999;
	text-align: right;
	padding-top: 6px;
}
.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;
}
.left_image {
	padding-right: 10px;
	background: no-repeat left;
	border: 0;
	float: left;
	padding-top: 10px;
}
.right_image {
	float: right;
	padding-left: 10px;
	padding-top: 10px;
}
.blue {
	color: #0000FF;
}
.red {
	color: #FF0000;
}
