/* 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.9em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #019040 url(../../images/main/background.jpg) no-repeat;
	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: 180%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 90%;
}
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: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover,a:focus {
	color: #66FFFF;
	text-decoration: none;
}
/* End Main Text Styles */

.spitfire {
	font-size: 90%;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 12px;
}
.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;
}
.nav {
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}
.copyright {
	font-size: 90%;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 12px;
	text-align: right;
}
.copyright a,.copyright a:link,.copyright a:active,.spitfire a:visited {

	color: #666666;
	text-decoration: none;
}
.copyright a:hover,.copyright a:focus {

	color: #222222;
	text-decoration: none;
}
