@charset "utf-8";

.style2 {
	font-family: verdana, sans-serif;
	font-size: 11px;
	padding: 3px;
	line-height: 13px;
	font-weight: bold;
}
.srike_through {
	font-family: verdana, sans-serif;
	font-size: 11px;
	padding: 3px;
	line-height: 13px;
	text-decoration: line-through;
}
/* CSS Document */

h1{
	font-size:14px;
	font-weight:bolder;
	color:#3366CC;
	font-family: verdana, sans-serif;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-variant: small-caps;
}

h2{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 0px;
	font-variant: small-caps;
}

p{
font-family: Verdana, sans-serif; 
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.bold {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #993300;
	font-variant: normal;
}

.note {
	font-size:10px;
	color: #000000;
	line-height:18px;
	padding: 3px;
	background-color: #ECEEA2;
	margin-left: 43px;
	margin-right: 43px;
}

.notebold {
	font-family: verdana, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #993300;
	font-variant: normal;
}

.bulletspace {
font-family: Verdana, sans-serif; 
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 1px;
}

.navigation {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #993300;
	display: block;
	padding: 8px;
	width: 250px;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
}


.navigation:hover {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #CC9966;
	display: block;
	padding: 8px;
	width: 245px;
}

.internal_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #0000FF;
	text-decoration: underline;
	text-align: center;
	font-weight: normal;
}

.external_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #0000FF;
	text-decoration: underline;
}

ul#navigation {
	list-style-type: none;
	margin: 0;
	padding: .5em 0;
	border-top: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}

 ul#navigation li a
{
	display: block;
	width: 5em;
	color: #fff;
	background-color: #993300;
	padding: .2em 0;
	text-align: center;
	text-decoration: none;
}

ul#navigation li a:hover
{
color: #FFF;
background-color: #CC9966;
}

ul#navigation .left
{
	float: left;
	width: 5em;
}

ul#navigation .right
{
float: right;
width: 5em;
}

