/* MAIN STYLES */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #339999;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

a {
	color: #339999;
	text-decoration: none;
}

a:hover {
	color: #339999;
	text-decoration: underline;
}

ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

/* CLASSES */

.extra {
	display:none;
}


.contact p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCCCCC;
	font-weight: bold;
}

.contact a {
	color: #CCCCCC;
	text-decoration: none;
}

.contact a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.reports p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.reports a {
	color: #336666;
	text-decoration: none;
}

.reports a:hover {
	color: #336666;
	text-decoration: underline;
}

.textmenu p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.textmenu a {
	color: #339999; 
	text-decoration: none;
}

.textmenu a:hover {
	color: #339999;
	text-decoration: underline;
}




/* Photo Gallery Styles */
/* Medium Color BG */
.gpn_tborder {
	color: #CCCCCC; 
	background: #33CCCC; 
	border: 1px solid #000000;
}

/* Dark Color BG */
.gpn_control {
	font: bold 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #FFFFFF; 
	background: #000000; 
	padding: 3px 6px 3px 6px; 
	white-space: nowrap;
}

/* Light Color BG */
.gpn_inactive {
	color: #000000;	
	background: #CCCCCC; 
	text-decoration: none;
}

/* Medium Color BG */
.gpn_active {
	color: #666666;
	background: #33CCCC; 
}

.gpn_smallfont {
	font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.photogallery img {
	border: 1px solid;
}

.photogallery a img {
	border-color: #663300;
}

.photogallery a:hover img {
	border-color: #ecd4a4;
}








