h1 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana, Geneva, helvetica;
	font-size: 18px;
	color:#659819;
	font-weight: bold;
}
h2 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana, Geneva, helvetica;
	font-size:14px;
	color:#4f5050;
	font-weight: bold;
}
h3 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana, Geneva, helvetica;
	font-size:12px;
	color:#4f5050;
	font-weight: bold;
}

p {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana, Geneva, helvetica;
	color:#4f5050;
	font-size:11px;
}

a:link{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana, Geneva, helvetica;
	font-size: 11px;
	color:#0000FF;
	text-decoration: none;
}

a:visited{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana, Geneva, helvetica;
	font-size:11px;
	color:#0000FF;
	text-decoration: none;
}

a:hover{
	color:#6CA521; 
	text-decoration:underline;
}

body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana, Geneva, helvetica;
	/*background-color:#FFFFFF;*/
	color:#4f5050;
	font-size: 11px;
	/*background-image: url(../images/bgwallpaper2.png);
	background-repeat:repeat-x;*/
}

table {
	border-collapse:collapse;
	border-color:#494949;
	border-bottom-color:#494949;
	border-top-color:#494949;
	border-left-color:#494949;
	border-right-color:#494949;
}

td {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana, Geneva, helvetica;
	font-size:11px;
	background-color: #f0efef;
}

th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana, Geneva, helvetica;
	font-size:12px;
	color:#9900CC;
	font-weight: normal;
}

input {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana, Geneva, helvetica; 
	color:#4f5050;
	font-size:10px;
} 

select {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana, Geneva, helvetica;
	color:#4f5050;
	font-size:10px;
}

textarea {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana, Geneva, helvetica; 
	color:#4f5050;
	font-size:10px;
}

hr { 
	color:#4f5050;
	border-top:thin #000000;
	border-bottom:none;
}

ul {
	/*list-style-image: url(/images/custom_bullet_ul.jpg);*/
	list-style:disc;
}

/* Custom Classes */
.texta {
	border: 1px;
	border-color: #f3f3f3;
	border-style: groove;
}

.buttons {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif, Verdana, Geneva, helvetica;
	font-size: 9px;
	color: #000000;
	border-color:#b3eaa7;
	border: 1px;
	border-style:ridge;
	/*border-color: #CCCCCC;*/
}
