/* MAIN STYLES */

h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 18pt;
	color: #003333;
}

h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 16pt;
	color: #003333;
}

h3 {
	font-family: Times New Roman, Times, serif;
	font-size: 14pt;
	color: #003333;
}

p {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
}

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

a:hover {
	color: #FFFF00;
	background-color: #336666;
}

a:active {
	color: #FFFF00;
	background-color: #336666;
}

ul, li {
	font-family: Times New Roman, Times, serif;
	font-size: 11pt
}

/* CLASSES */

.extra {
	display:none;
}

.navmenu p {
	font-family: Times New Roman, Times, serif;
	color: #99CC99;
	font-size: 10pt;
}

.navmenu a {
	color: #99CC99;
	text-decoration: none;
}

.navmenu a:hover {
	color: #000000;
	background-color: #99CC99;
}

.navmenu a:active {
	color: #000000;
	background-color: #99CC99;
}

.nohov a:hover {
	background-color: transparent;
}

/* Photo Gallery Styles */
/* Medium Color BG */
.gpn_tborder {
	display: inline-block;
	color: #CCCCCC; 
	background: #99CC99; 
	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: #CCCC99; 
	text-decoration: none;
	padding: 1px 1px 2px 1px; 
}
/* Medium Color BG */
.gpn_active {
	color: #666666;
	background: #99CC99;
	padding: 1px 1px 2px 1px; 
}
.gpn_smallfont {
	font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
