/* CSS Document */

body{
	background-color: #ebaf39;
	margin-left: 0px;
	margin-top: 0px;
	
	scrollbar-face-color: #FFCC66;
	scrollbar-highlight-color: #FFCC99;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-base-color: #FF9900;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
}

h1{
	font-family : Verdana, sans-serif;
	font-size : 16pt;
	font-weight : bold;
	color : #660000;
}

h2{
	font-family : Verdana, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : #660000;
}

h3{
	font-family : Verdana, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color :#ebaf39;
}

p{
	font-family: Verdana, sans-serif;
	font-size: 11p;
	color: #663300;
	line-height: 18px;
	padding: 3px;
}

p i {
	font-family : Verdana, sans-serif;	
	font-style : oblique;
	font-size : 11px;
	color : #663300;
	font-weight : bold;
}

p b {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	color : FFFFFF;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #660000;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #f9deaf;
	display: block;
	padding: 8px;
	width: 120;
	
}
a:link {
	color : #FF6633;
	font-size: 11.5px;
	font-weight: bold;
	font-style: italic;
	font-weight: bold;
	text-decoration : underline;
	
}

a:visited {
	color : #FF6633;
	font-size: 11.5px;
	font-weight: bold;
	font-style: italic;
	font-weight: bold;
	text-decoration : underline;
}

a:hover {
	color : #339900;
	font-size: 11.5px;
	font-weight: bold;
	font-style: italic;
	font-weight: bold;
	text-decoration : underline;
}
