/* 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.75em Arial, Helvetica, sans-serif;
	color: #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: 180%;
}
h2 {}
h3 {}
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: #CCFF33;
	text-decoration: none;
	font-weight: bold;
}
a:hover,a:focus {
	color: #33FFFF;
	text-decoration: none;
}
/* End Main Text Styles */

.image_lft {
	padding-right: 15px;
}
.image_rght {
	padding-left: 15px;
}
.image_cent {
	padding-left: 15px;
	text-align: center;
	padding-right: 15px;
}
.spitfire {
	font-size: 90%;
	color: #CCCCCC;
	text-align: right;
	padding-top: 6px;
	padding-right: 20px;
}
.spitfire a,.spitfire a:link,.spitfire a:active,.spitfire a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.spitfire a:hover,.spitfire a:focus {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright {
	font-size: 90%;
	color: #CCCCCC;
	text-align: left;
	padding-top: 6px;
	padding-left: 12px;
}
.copyright a,.copyright a:link,.copyright a:active,.copyright a:visited {

	color: #CCCCCC;
	text-decoration: none;
}
.copyright a:hover,.copyright a:focus {

	color: #FFFFFF;
	text-decoration: none;
}
.bot_txt  {
	color: #000000;
	font-size: 90%;
	text-decoration: none;
}
.bot_txt a,.bot_txt a:link,.bot_txt a:active,.bot_txt a:visited {

	color: #330099;
	text-decoration: underline;
}
.bot_txt a:hover,.bot_txt a:focus {

	color: #0000FF;
	text-decoration: none;
}
