@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-color: #a8e5fa;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00A4E4;
}
a:link {
	color: #4AAA42;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #4AAA42;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #4AAA42;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
body, td, th {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
.greentitle {
	font-size: 14px;
	color: #47AA42;
	font-weight: bold;
}
.greenie {
	font-size: 14px;
	color: #47AA42;
	font-weight: normal;
}
.greenmed {
	font-size: 14px;
	color: #47AA42;
	font-weight: normal;
	text-decoration:underline;
	padding: 0;
	margin: 0;
}
.pink {
	font-size: 14px;
	color: #DB0962
}
.orange {
	font-size: 14px;
	color: #FCB034
}
.green {
	font-size: 11px;
	color: #4AAA42
}
.greenbumped {
	font-size: 14px;
	color: #4AAA42;
	margin-left:19px;
}
.greenindent {
	font-size: 12px;
	color: #4AAA42
}
.blue {
	font-size: 14px;
	color: #00A4E4
}
.smallblack {
	font-style: italic;
	font-size: 10px
}
.black {
	color: #000;
}
.smallest {
	font-size: 9px;
}
h1 {
	font-size: 18px;
	color: #47AA42;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.biggreen {
	color: #4AAA42;
	font-size: 22px;
	font-weight: bold;
}
.bigandblack {
	font-size: 16px;
	font-weight: bold;
}
.bigandblack2 {
	font-size: 13px;
	font-weight: bold;
}
#simplegallery1 {
//CSS for Simple Gallery Example 1 position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	border: 2px solid green;
}
#simplegallery1 .gallerydesctext {
//CSS for description DIV of Example 1 (if defined) text-align: left;
	padding: 2px 5px;
}
.bigred {
	color: #E31B23;
	font-size: 18px;
	font-weight: bold;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.red {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}
.smallred {
	color: #FF0000;
	font-size: 10px;
	font-weight: normal;
}
.blackfont {
	color: #000000;
	font-size:11px;
	font-weight:bold;
}
.feed {
	color: #4AAA42;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
@media print { 
	/* your print styles go here */
	#header, #footer, #menu { display: none; } 

	body { font: 12pt georgia,serif; } 
	h1 { font-size: 18pt; } 
	h2 { font-size: 16pt; color: #000; }
}