/* 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.85em Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FCEEF4;
	height: 100%;
	width: 100%;
}

/* give all a bottom margin of 10px, 1em can be used instead. Also give everything a consistant size. */
ul, ol, dl, p, h1, h2, h3, h4, h5, h6 { 
	font-size: 100%;
	margin-bottom: 10px;
}

h1 {
	font-size: 160%;
	font-weight: bold;
	color: #008000;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	color: #009933;
}

h3 {
	font-size: 130%;
	font-weight: bold;
	color: #009933;
}

h4 {
	font-size: 115%;
	font-weight: bold;
}

h5 {}

h6 {}

p {}

/* reset left margin for lists */
ul,ol { 
	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 {
	text-decoration: underline;
	color: #008080;
}

a:hover,a:focus {
	color: #867A67;
	text-decoration: none;
}

/* End Main Text Styles */

.spitfire {
	font-size: 90%;
	color: #999999;
	text-align: right;
	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;
}

.paragraph {
	color: #99ff99;
	font-size: 120%;
}

.Heading1 {
	color: #99ff99;
	font-size: 160%;
}

.h3 {
	font-size: 115%;
	font-weight: bold;
	color: #009933;
}

.h4 {
	font-weight: bold;
	color: #009933;
}

.nav {
	font-size: 110%;
	color: #FFFFFF;
	font-weight: bold;
}
.nav a, .nav a:link, .nav a:active, .nav a:visited {
	color: #CBF196;
	text-decoration: none;
}
.nav a:hover, .nav a:focus {
	color: #D09CAC;
	text-decoration: none;
}
.img_right {
	margin-left: 15px;
	float: right;
}
.img_left {
	float: left;
	margin-right: 15px;
}
