body  {
	margin : 2em 2em 1em 2em;
	color : #000000;
	background-color : #003366;
	font-family : helvetica, sans-serif;
	font-size : 12pt;
	line-height : 1.5;
	text-align : left;
}

p  {
	color: #000000;
	background-color : transparent;
}

.center  {
	text-align : center;
	background-color : transparent;
}


h1  {
	font-size : 160%;
	font-weight : bold;
	font-style : normal;
	text-align : center;
	font-family : helvetica, sans-serif;
	color : #D79F2C;
	background-color : transparent;
}

h2  {
	font-size : 130%;
	font-style : normal;
	text-align : center;
	font-family : helvetica, sans-serif;
	color : #D79F2C;
	background-color : transparent;
}

h3  {
	font-size : 100%;
	font-style : normal;
	text-align : left;
	font-family : Helvetica, sans-serif;
	color : #D79F2C;
	background-color : transparent;
}

h4  {
	font-size : 75%;
	font-style : normal;
	text-align : left;
	font-family : Helvetica, sans-serif;
	color : #D79F2C;
	background-color : transparent;
}

h5  {
	font-size : 60%;
	font-style : normal;
	text-align : left;
	font-family : Helvetica, sans-serif;
	color : #D79F2C;
	background-color : transparent;
}

h6  {
	font-size : 50%;
	font-style : normal;
	text-align : left;
	font-family : Helvetica, sans-serif;
	color : #D79F2C;
	background-color : transparent;
}

.small  {
	font-size : 75%;
	color : #000000;
	text-align : center;
	background-color : transparent;
}
.headers  {
	font-size : 100%;
	font-weight : bold;
}
em  {
	font-weight : bold;
	font-style : italic;
}

strong  {
	font-style : italic;
	font-weight : normal;
}

.navigation  {
	background-color : #003366;
	color : #FFFF00;
	text-align : center;
	font-size : 90%;
	border-style : solid;
	padding-top : 0.30em;
	padding-right : 0.30em;
	padding-bottom : 0.30em;
	padding-left : 0.30em;
	border-color : #003366;
	border-width : 1px;
}

.navigation a:link  {
	text-decoration : none;
	outline : none;
	color : #FFFF00;
	background-color : #003366;	
}

a:link  {
	color : #003366;
	background-color : transparent;
	text-decoration : underline;
}

.navigation a:hover  {
	color : #FFA500;
	text-decoration : underline;
	background-color : #FFFFFF;
}

a:hover  {
	color : #D79F2C;
	background-color : transparent;
	text-decoration : underline;
	background-color : transparent;
}

.navigation a:visited  {
	color : #FFFF00;
	text-decoration : none;
	background-color : #003366;
}

a:visited  {
	color : #003366;
	text-decoration : underline;
	background-color : transparent;
}

.navigation a:link:hover,
.navigation a:visited:hover
a:link:hover,
a:visited:hover  {
	color : #D6C610;
	background-color : transparent;
	text-decoration: underline;
}

.extras  {
	background-color : #FFFFFF;
	width : 12em;
	border : 1px #F5DEB3 solid;
	padding : 1em;
	float : right;
	color : inherit;
	margin : 1em 1em 1em 1em;
}

ul  {
	color : #A0522D;
	background-color : #FFF8DC;	
}

