/* CSS Document */

h1, h2, h3, h4, h5, h6, form, p, dl {margin:0; padding:0;}

h1 {font-size:18px; margin-bottom:2px;}
h2 {font-size:15px; margin-bottom:2px;}
h3 {font-size:14px; margin-bottom:1px;}

			/* NAVIGATION BUTTONS */
			.cssnav	{
						position:relative;
						font-family: arial, helvetica, sans-serif;
						background-image:  url(../buttons/button-02.jpg);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 80px;
						height: 44px;
						margin: 0; 
						padding: 0; 
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 80px;
						height: 44px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
			}

			.cssnav img {width: 80px; height: 44px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
	position: absolute;
	left: 2px;
	top: 16px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 77px;
	height: 14px;
	text-align: center;
			}
			/* END OF NAVIGATION */

body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #3333FF;
}
a:visited {
	color: #660066;
}
a:hover {
	color: #0099FF;
}.topmenu {
	font-size: 14px;
	font-weight: bold;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bodylink {
	font-size: 18px;
	font-weight:bold;
}
.sidemenu {
	font-size: 12px;
}
.whitetext {
	color: #FFFFFF;
	font-size: 12px;
}
.NOTEtext {
	font-size: 9px
}
.whiteNOTEtext {
	color: #FFFFFF;
	font-size: 9px;
}
.greentext {
	color: #00FF00
}
.redtext {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}