body {
	background-color: #0000CC;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px;
	padding: 0px;
}

	A 			{ color: #FFD686; text-decoration: underline; font-weight:bold; } 
	A:link		{ color: #FFD686; text-decoration: underline; } 
	A:visited	{ color: #CCCCCC; text-decoration: none; } 
	A:active	{ color: #CCCCCC; text-decoration: none;  } 
	A:hover		{
	color: #FFFFFF;
}


.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 2px;
	padding-top: 1px;
}

	.menu a 	    { color: #FFFFFF; text-decoration: none; } 
	.menu a:link	{ color: #FFFFFF; text-decoration: none; } 
	.menu a:visited	{ color: #FFFFFF; text-decoration: none; } 
	.menu a:active	{ color: #FFFFFF; text-decoration: none; } 
	.menu a:hover {
		color: #FFD686;
		text-decoration: none;
	}


.navtitle {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC33;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFD686;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 3px;

}

	.nav a	{ color: #FFD686; text-decoration: none; }
	.nav a:link	{ color: #FFD686; text-decoration: none; }
	.nav a:visited	{ color: #FFD686; text-decoration: none; }
	.nav a:active	{ color: #FFD686; text-decoration: none; }
	.nav a:hover {
		color: #FFFFFF;
		text-decoration: none;
	background-color: #0000CC;
	}
	
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #FFFFFF;
	font-size: 12px;
	text-align: justify;

}
.bottom {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-transform: none;
	padding-bottom: 2px;
	padding-top: 1px;
}
.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #FFCC33;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;

}
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000CC;
	border: 1px solid #000000;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFCC33;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFD686;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 3px;
	text-decoration: underline;

}
.headersub {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 3px;
}

.date { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px; 
color: #FFFFFF; 
font-weight: bold; 
text-transform: uppercase; 
}

.presstitle { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #669900; 
font-weight: bold;
}
.sublist {
	list-style-type: circle;
	margin-left: 20px;

}
.list {
	margin-top: 0px;
}
.bodytext2 {

	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #000000;
	font-size: 12px;
	text-align: justify;
}


	.bodytext2 a 	    	{ color: #0000FF; font-weight: bold;} 
	.bodytext2 a:link		{ color: #0000FF; font-weight: bold;} 
	.bodytext2 a:visited	{ color: #FFFFFF; font-weight: bold;} 
	.bodytext2 a:active		{ color: #000000; font-weight: bold;} 
	.bodytext2 a:hover {
		color: #000099;
		font-weight: bold;
		text-decoration: none;
	}
