/* CSS Document */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.style1 { 
	color: #000099; 
	font-size: x-large; 
	font-weight: bold; 
}
.style2 {
	color: #CC0033;
	font-size: large;
	font-weight: bold;
}
.style3 {
	color: #CC0033;
	font-weight: bold;
}
.style4 {
	color: #000099;
	font-size: large;
	font-weight: bold;
}
.style5list {
	color: #000099;
	font-weight: bold;
}
.style6 {
	color: #FFFFFF;
	font-size: small;
}
.style7 {
	font-size: x-small;
	text-decoration: line-through;
}
.style8 {
	font-size: x-small;
	font-weight: bold;
	color: #000099;
}
.style9 {
	font-size: x-small;
}
.style10 {
	text-decoration: line-through;
}
.style11 {
	font-size: medium;
	font-weight: bold;
}
.leftnav {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009900;
	display: block;
	padding: 0px;
	border-top: 1px solid #333333;
	border-right: 3px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 3px solid #333333;
	width: 130px;
	width/**/:/**/ 130px;
	cursor:hand;
	padding-top: 3px;
	padding-bottom: 3px;
}

.leftnav:hover {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009999;
	display: block;
	padding: 0px;
	border-top: 1px solid #333333;
	border-right: 3px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 3px solid #333333;
	width: 130px;
	width/**/:/**/ 130px;
	cursor:hand;
	padding-top: 3px;
	padding-bottom: 3px;
}

.button {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
	background-color: #FFFF66;
	border-top: 0px solid #CCCCCC;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 0px solid #CCCCCC;
	display: block;
	padding: 3px;
	width: 72px;
	cursor:hand;
}

.button:hover {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
	background-color: #FFFF00;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
	display: block;
	padding: 3px;
	width: 72px;
	cursor:hand;
}


.topnav {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	width:80px;
	color:#333333;
	display:block;
	margin:1px;
	cursor:hand;
 }

.topnav:hover {
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
	width:80px;
	color:#333333;
	display:block;
	margin:1px;
	background-color: #EEEEEE;
	cursor:hand;
 }
