/* CSS Document */
.style15 {color: #0066CC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; font-weight: bold; }
.style17 {font-size: large; color: #FF6600; }
.style19 {font-size: large; color: #FF6600; font-weight: bold; }
.style5 {color: #CC3300; font-weight: bold; }
.style6 {color: #006699; font-weight: bold; font-size: small; }
.style23 {font-size: x-large; color: #FF6600; font-weight: bold; }
.style21 {color: #0066CC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-large; font-weight: bold; }
.style22 {font-size: x-small}
.style16 {color: #0066CC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-weight: bold; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	margin: 20px;
}

/* NAVIGATION */ 



ul.mainNav {
	border-bottom: 2px solid #0033ff;
	margin: 5px;
	padding-left: 15px;
	float: left;
	width: 100%;
}

.mainNav li {
	list-style: none;
	float: left;
	background: #FFF url(elements/rightside.jpg) no-repeat right top;
	margin-right:  0px;
}

.mainNav a {
	display: block;
	padding: 7px 15px 4px 15px;
	background-image: url(elements/leftside.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: none;
	font-size: 1.2em;
	text-transform: none;
}

.mainNav a:hover {
	color:#33cccc;
}
