a:link {
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #00CC66;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h4 {
	font-size: 14px;
	color: #006600;
}

#dropmenudiv{
position:absolute;
background-color: #DAFEF0;
border:1px solid #004F00;
border-bottom-width: 0;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #004F00;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #004F00;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #004F00;
	color: #FFFFFF;
}



.shadow{
position:relative;
z-index:90}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); 
opacity:0.1; 
-moz-opacity:0.1; 
-khtml-opacity:0.1; 
z-index:10
}

.bgimage {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.lonelyquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #003C00;
}

.holder {
	width: 480px;
}

.tabs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003C00;
	font-weight: bold;
	line-height: 18px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

a.tabs:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003C00;
	font-weight: bold;
	line-height: 18px;
}
a.tabs:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003C00;
	font-weight: bold;
	line-height: 18px;
}
a.tabs:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #004F00;
	line-height: 18px;
}
a.tabs:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003C00;
	font-weight: bold;
	line-height: 18px;
}

.sideaddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #003300;
	line-height: 18px;
}
.textbox {
	background-attachment: scroll;
	background-image: url(images/textbox.jpg);
	background-repeat: repeat-x;
}
body {
	background-color: #FAFAF8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004F00;
}
.cursor {
	cursor: pointer;
	font-weight: bold;
	color: #0066CC;
}


