/* CSS Document */

p,table,li
{
	font-family: arial, helvetica, 'sans serif';
	font-size: 10pt;
	color: #FFFFFF;

}


a:link    {
	color:#DEDEDE;
	font-weight: bold;
}
a:visited {
	color:#ffffff;
	font-weight: bold;
}
a:active  {
	color:#cccccc;
	font-weight: bold;
}
a:hover   {
	color:#ff0000;
	font-weight: bold;
}


.header1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: normal;



}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-transform: uppercase;

}


.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;

}
.boxfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.mountainbg {
	background-attachment: scroll;
	background-color: #000066;
	background-image: url(images/mountains.jpg);
	background-repeat: no-repeat;
}
.overlay {
	background-image: url(images/overlay.png);
	background-repeat: repeat;
	padding: 7px;
	border: 1px solid #FFFFFF;
}
.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	
}
.sidebar li {
	list-style-type: none;
	margin: 0 0 5px -35px;
	padding: 0;
font-size: 10pt;
	}

.sidebar  a:link, .sidebar  a:visited{
	color:#ffffff;
	text-decoration: none;
		}	
.sidebar  a:hover {
	color:#ff0000;
	text-decoration: none;
		}

.top  a:link, .top  a:visited{
	color:#ffffff;
	text-decoration: none;
	font-size: 9.5pt;
	padding-right: 15px;
	
		}	
.top  a:hover {
	color:#ff0000;
	text-decoration: none;

		}
