@charset "utf-8";
/* CSS Document */

body {
		font-family: "Courier New", Courier, monospace;
	font-size: small;
	
}

p {
		font-family: "Courier New", Courier, monospace;
	font-size: small;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
	
.style1 {font-family: "Courier New", Courier, monospace}
	
	
	
.style3 {font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
}	

.style4 {font-size: 14px}	
	
.style5 {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-weight: bold;
}


.style6 {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}


.style7 {font-size: medium; font-family: "Courier New", Courier, monospace;}

.style8 {font-size: medium}

.style8 {font-family: "Courier New", Courier, monospace; font-size: x-small; }

.style10 {font-family: "Courier New", Courier, monospace; font-size: medium; }



.style11 {font-family: "Courier New", Courier, monospace; font-size: x-small; color: #CCCCCC; }

.style13 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #333333;
}


.style14 {color: #FFFFFF}

.style15 {color: #000000}


.style16 {color: #CCCCCC;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}


.new {
	color:#FF0000;
	font-weight:bold;
}

.nav-title-first {
	color:#333;
	font-weight:bold;
	margin-top:3px;
}

.nav-title {
	color:#333;
	font-weight:bold;
	margin-top:30px;
}


#navigation ul, li{
list-style: none;
margin-left:-16px;
margin-bottom:3px;
}

a#currentpage{
color:#F35666;
background-color:#FF0;
text-decoration:underline;
}