@charset "utf-8";
/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 6px;
	text-align: left;
}
.right {
	font-family: Verdana, sans-serif;
	text-align: right;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #CC0000;
}
.center {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}


.navigation {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 150px;
	background-color: #CCCCCC;
	text-align: left;
	line-height: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.navGallery {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 150px;
	background-color: #CCCCCC;
	text-align: center;
	line-height: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.navPhoto {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 200px;
	background-color: #CCCCCC;
	text-align: center;
	line-height: 12px;
	border: thin solid #333333;
}

.navPhoto:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 200px;
	background-color: #666666;
	text-align: center;
	line-height: 12px;
	border: thin solid #CCCCCC;
}

.navGallery:hover {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 150px;
	background-color: #666666;
	text-align: center;
	line-height: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	display: block;
	padding: 2px;
	width: 150px;
	line-height: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navHrzntl {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	display: inline-block;
	padding: 2px;
	width: 60px;
	text-align: center;
}

.navHrzntl:hover {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	display: inline-block;
	padding: 2px;
	width: 60px;
}

.navTopCrnr {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	display: block;
	padding: 0px;
	width: 98px;
	height: 23px;
	padding-top: 7px;
}

.navTopCrnr:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 0px;
	width: 98px;
	height: 23px;
	padding-top: 7px;
}

h1 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding: 5px;
	line-height: 22px;
}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	line-height: 18px;
	color: #333333;
	text-align: center;
}
h3 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	padding: 5px;
	text-align: left;
}
.cntrpic {
	padding-left: 30px;

}

.floatL {
	float: left;
	padding: 3px;
}
.floatR {
	float: right;
	padding: 3px;
}
.links {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
	text-align: center;
}
.popup {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}

.links:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	cursor: pointer;
	text-align: center;
}

.popup:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	cursor: pointer;
}
.boldcenter {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
.bold2 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

