body {
	background-image: url(images/bkg.jpg);
	margin-top: 0px;
}

p{
	font-family: "Times New Roman", Times, serif;
	font-size:15px;
	color:#000000;
	}
	
p.indent{
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	padding-left:8px;
	padding-right:8px;
	text-align:justify;
	}

p.justify{
	font-family: "Times New Roman", Times, serif;
	font-size:15px;
	color:#000000;
	text-align:justify;
	line-height: 1.5em;
}

p.small{
	font-family: "Times New Roman", Times, serif;
	font-size:10px;
	color:#000000;	
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #0E1E69;
	font-size:18px;
	font-weight:bold;
	text-transform: uppercase;
	text-align: center;
}
h2{
	font-family: "Times New Roman", Times, serif;
	color: #ABA000;
	font-size:14px;
	font-weight:bold;
	text-transform: none;
}
h3{
	font-family: "Times New Roman", Times, serif;
	color: #ABA000;
	font-size:16px;
	font-weight:bold;
	padding:3px 3px 3px 3px;
}


H4 {
	FONT-SIZE: 7.5 pt;
	COLOR: #152A97;
	FONT-FAMILY: "Times New Roman", Times, serif;
	font-style : italic;
}

H5 {
	FONT-SIZE: 9px;
	COLOR: #003470;
	FONT-FAMILY: "Times New Roman", Times, serif;
}
OL {
	FONT-SIZE: 10 pt;
	COLOR: #013370;
	FONT-FAMILY: "Times New Roman", Times, serif;
}

UL {
	FONT-SIZE: 13px;
	COLOR: #003472;
	font-family: "Times New Roman", Times, serif;
	list-style-type: square;
}


A:link {
	COLOR: #152A95;
	TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #003372;
	TEXT-DECORATION: underline;
}
A:active {
	COLOR: #152A95;
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #ABA000;
	TEXT-DECORATION: underline;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #CCCCCC;
	text-align:center;
	line-height:1.5;
	padding-bottom: 5px;
	}
.navigation:link, .navigation:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0E1E6B;
	display: block;
	padding: 6px 8px 9px 10px;
	width: 145px;
	text-decoration: none;
	background-color: #ABA000;
	background-image: url(images/nav.jpg);
}

.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0E1E6B;
	display: block;
	padding: 6px 8px 9px 10px;
	width: 145px;
	text-decoration: none;
	background-color: #ABA000;
	background-image: url(images/nav_up.jpg);
}	
