.style16 {
	color: #FFFFFF;
	font-size:17px;
	font-weight: bold;
	background-color: #CC6600;
	padding-top: 5px;
	padding-bottom: 5px;

}
.shownames {font-size: 12px}
.paragraphs {
	color: #660000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:5px;
	padding-right: 5px;
}
.titles {
	font-size: 16px
}
.regular {color: #660000}
.paragraphtextstyle2 {font-family: Arial, Helvetica, sans-serif}

a:link {
	font-family: "Arial";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	font-family: "Arial";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	font-family: "Arial";
	color: #FFFFFF;
	text-decoration: underline;
}

.links{ font-family: "Arial"; font-size:14px; color: #FFFFFF; text-decoration: none;}
.links:hover {font-family: "Arial"; color:#FFFFFF; text-decoration: underline;}

a.cssnavmaroon {
font-size: 16px;
color: #660000;
text-decoration:underline; 
}

a.cssnavmaroon:link {
font-size: 16px;
color: #660000;
text-decoration:underline;
}

a.cssnavmaroon:hover {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

			/* NAVIGATION BUTTONS */
			.cssnav	{
						position:relative;
						font-family: arial, helvetica, sans-serif;
						background-image:  url(media/button-bar-maroon-down.gif);
						background-repeat: repeat-x;
						white-space: nowrap;
						display: block;
						width: 189px;
						height: 33px;
						margin: 0; 
						padding: 0;
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 14px;
						width: 189px;
						height: 33px;
						display: block;
						float: left;
						color: white; 
						text-decoration: none;
			}

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

			.cssnav span {
				position: absolute;
				left: 20px;
				top: 6px;
				margin: 0px;
				padding: 0px;
				cursor: pointer;
				width: 149px;
				height: 14px;
				text-align: center;
			}
			
			.cssnav span:hover {
				position: absolute;
				left: 20px;
				top: 6px;
				margin: 0px;
				padding: 0px;
				cursor: pointer;
				width: 149px;
				height: 14px;
				text-align: center;
				text-decoration:underline;
			}
			/* END OF NAVIGATION */

.style19 {
	color: #FFFFFF;
	font-family: Arial
}

img.floatLeft { 
    float: left; 
    margin: 5px; 
}
img.floatRight { 
    float: right; 
    margin: 5px; 
}


