a:link, a:visited {
    color: 333333;
    text-decoration: underline;
}
a:hover {
    color: adbd20;
    text-decoration: underline;
}

body {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-style: normal;
	color: 333333;
	font-size: 12px;
	line-height: 14px;
}


table {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-style: normal;
	color: 333333;
	font-size: 12px;
	line-height: 14px;
}

td {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-style: normal;
	color: 333333;
	font-size: 12px;
	line-height: 14px;
}
.box{
	margin-left: 5px;
	margin-right: 5px;
}

OL {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-style: normal;
	color: 333333;
	font-size: 12px;
	line-height: 14px;
}


UL {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-style: normal;
	color: 333333;
	font-size: 12px;
	line-height: 14px;
	list-style-image: url(userimages/bullet.gif);
	list-style-position: outside;
}

.header {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-style: Bold;
	color: adbd20;
	font-size: 12px;
	line-height: 14px;
	text-indent: 7px;
	font-weight: 600;
}


.footer {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	color: adbd20;
	font-size: 12px;
}

.redtext {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	color: adbd20;
}
.form{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	color: #918f90;
}
.around{
	border: solid;
	border-color: #E9E9E9;
	border-width: 5;
}

.ltgreen{
	background: #F3F5DE;
}

.medgreen{
	background: #F3F6DC;
}

.drkgreen{
	background: #F3F7DA;
}

.ltgray{
	background: #F4F4F4;
}
.medgray{
	background: #DFDFDF;
}

.drkgray{
	background: #D5D5D5;
}