/* CSS Document */

body {
	margin: 0px;
}
p {
	margin: 0px 0px 4px 0px;
}
.topnav {
	color: #CCCCCC;
	font: bold 11px arial;
	text-transform: uppercase;
}

.topnav a:link {
	color: #CCCCCC;
	font: bold 11px arial;
	text-transform: uppercase;
	text-decoration: none;
}

.topnav a:hover {
	color: #FFFF99;
	font: bold 11px arial;
	text-transform: uppercase;
	text-decoration: none;
}

.topnav a:visited {
	color: #CCCCCC;
	font: bold 11px arial;
	text-transform: uppercase;
	text-decoration: none;
}

.topnav a:selected {
	color: #CCCCCC;
	font: bold 11px arial;
	text-transform: uppercase;
	text-decoration: none;
}

.sectitle {
	color: #FF0000;
	font: bold 11px arial;
	text-transform: uppercase;
}
.newstitle {
	color: #330066;
	font: bold 12px "Trebuchet MS", Verdana;
}
.newsbody {
	color: #333333;
	font: normal 11px tahoma;
	line-height: 150%;
}
.newsphotosmallleft {
	height: 108px;
	width: 108px;
	padding: 3px;
	border: 1px solid #666666;
	float: left;
	margin-right: 5px;
}
.newsphotosmallright {
	height: 108px;
	width: 108px;
	padding: 3px;
	border: 1px solid #666666;
	float: right;
	margin-left: 5px;
}
.newsphotobigright {
	height: 150px;
	width: 150px;
	padding: 3px;
	border: 1px solid #666666;
	float: right;
	margin-left: 5px;
}
.photogallerysmall {
	height: 195px;
	width: 195px;
	padding: 3px;
	border: 1px solid #666666;
	margin-left: 5px;
	cursor: pointer;
}
.footer {
	color: #CCCCCC;
	font: normal 9px verdana;
}