@charset "utf-8";
/* CSS Document */
	a {text-decoration:none; color:#6c9d31;}
a:hover{text-decoration:none; color:#FFFFFF;}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family:candara;
	font-size:	12pt;
	font-style: normal;
	color: #000000;
	background-color: #666666;
}
.pageheader{font-family:centuryoldstyle;
	font-size: 36pt;
	font-style:normal;
	color:#000000;}
.subheader {font-family:CenturyOldStyle;
	font-size:	24pt;
	font-style: normal;
	color:#FFFFFF;}
.footertext {font-family:candara;
	font-size:	12pt;
	font-style: normal;
	color: #FFFFFF;}
.subheader2 {font-family:centuryoldstyle;
	font-size:	18pt;
	font-style: normal;
	color: #FF0000;}
.subheader2 a {text-decoration:none; color: #FF0000;}
.subheader2 a:hover {text-decoration:none; color:#6c9d31;}
.gallerytext {font-family: candara;
	font-size: 12pt;
	font-style: normal;
	color: #000000;}
	
.gallerytext a {text-decoration:none; color:#000000; border-width:thin;}
.gallerytext a:hover{text-decoration:none; color:#FF0000;}

.image a {text-decoration:none; color:#000000;}
.image a:hover{text-decoration:none; color:#FF0000;}

.disclaimer { color:#6c9d31; font-size: 9pt; font-family: candara; font-weight:normal;}
.disclaimer a {text-decoration:none; color:#6c9d31;}
.disclaimer a:hover {text-decoration:none; color:#ffffff;}

	

