/* 
blue #4573B3 
orange #E87F0F
dark blue #546075
light grey/blue #B4BCC0
dark green #2c5b2f
grey green 699362
*/

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(img/bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
td,p {
	/*font-family: "Georgia", "Times New Roman", Times, serif;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B1A28;
	line-height: 20px;
}

.banner {
	color: #669900;
	font-size: 36px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

.subsub {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: bold;
}

.front_mini {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1B1A28;
	line-height: 18px;
}

.h1 {
	color: #2c5b2f;
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
	font-family: "Georgia", "Times New Roman", Times, serif;
}
.h2 {
	color: #E87F0F;
	font-weight: bold;
	line-height: 20px;
	font-size: 20px;
	text-decoration:underline;
	font-family: "Georgia", "Times New Roman", Times, serif;
}
.h3 {
	color: #333333;
	font-weight: bold;
	line-height: 14px;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	color: #2c5b2f;
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
	font-family: "Georgia", "Times New Roman", Times, serif;
}
h2 {
	color: #E87F0F;
	font-weight: bold;
	line-height: 20px;
	font-size: 20px;
	text-decoration:underline;
	font-family: "Georgia", "Times New Roman", Times, serif;
}
h3 {
	color: #333333;
	font-weight: bold;
	line-height: 14px;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.h3 {
	color: #333333;
	line-height: 14px;
}
a.h3:hover {
	color: #2c5b2f;
	text-decoration: underline;
}
.h4 {
	color: #2c5b2f;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.h5 {
	color: #E87F0F;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h4 {
	color: #2c5b2f;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h5 {
	color: #E87F0F;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ul {
	list-style-image: url(img/bullet.gif);
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B1A28;
	height: 20px;
	border:1px #1B1A28 dotted; 
	padding: 2px 4px;
	background-color: #DADADA;
}

input.paypal {
	height: 24px;
	border:0px; 
	padding: 0px;
}

input.button {
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	padding: 2px 4px;
	background-color: #3c9216;
	border-style: solid;
	border-bottom-color: #202D3B;
	border-right-color: #202D3B;
	border-top-color: #FDEBD7;
	border-left-color: #FDEBD7;
}

select,textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B1A28;
	border:1px #1B1A28 dotted; 
	padding: 2px 4px;
	background-color: #DADADA;
}

.error{
	color: Red;
	font-size: 16px;
	font-weight: bold;
}


.footerd {
	color: #666666;
	font-size: 9px;
}

.footer {
	color: #CCCCCC;
	font-size: 9px;
}


body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	scrollbar-3dlight-color : #AFAFAF;
	scrollbar-arrow-color : #1B1A28;
	scrollbar-darkshadow-color : #333333;
	scrollbar-base-color : #CCCCCC;
	scrollbar-face-color : #F2F2F2;
	scrollbar-highlight-color : White;
	scrollbar-shadow-color : #494949;
	scrollbar-track-color : #EEEEEE;
	background-color: #FFFFFF;
	}

a {
	color: #6A752D;
}
a:visited {
	color: #202D3B;
}
a:hover {
	color: #AFAFAF;
	text-decoration: none;
}

a.nav {
	color: #FFFFFF;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
a.nav:hover {
	color: #666666;
	font-family: "Georgia", "Times New Roman", Times, serif;
}




a.customlink {
	color: #669900;
	text-decoration:none;
	font-weight: bold;
}
a.customlink:visited {
	color: #669900;
	text-decoration:none;
	font-weight: bold;
}
a.customlink:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FF9933;
}


HR {
	color: #699362;
	size: 1px;
}
