a:link, a:visited, a:active {
	background: transparent;
	color: #666666;
	text-decoration: none;
}

a:hover {
	background: transparent;
	color: #E0861E;
	text-decoration: underline;
}

a.leftnav:link, a.leftnav:visited, a.leftnav:active {
	background: transparent;
	color: #2C8351;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.leftnav:hover {
	background: transparent;
	color: #32CD32;
	font-weight: bold;
	text-decoration: underline;
}

a.leftsubnav:link, a.leftsubnav:visited, a.leftsubnav:active {
	background: transparent;
	font-size: 11px;
	margin-left: 10px;
}

a.leftsubnav:hover {
	background: transparent;
	margin-left: 10px;
}

body	 {
	background: #E8E6E6;
	color: #000000;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

form {
	margin-bottom: 0px;
	margin-top: 5px;
	padding-bottom: 0px;
	padding-top: 5px;
}

h2 {
	font-size: 14px;
	margin-bottom: 1em;
	margin-top: 0;
}

h3 {
	font-size: 12px;
	margin-bottom: 1em;
	margin-top: 0;
}

img {
	border: 0px;
}

input, textarea {
   border: 1px #ccc solid;
	background: #eee;
	color: #000;
	padding: 2px;
}

ul
{
	margin-left: 10px;
	padding-left: 10px;   
}

li {
	background: #FFFFFF;
	line-height: 20px;
	list-style: circle url(../img/bullet.gif);
}

p {
	font: 11px/1.5 Verdana, Trebuchet, Lucida, Arial, sans-serif;
	margin-bottom: 1em;
	margin-top: 0;
}

p.nav {
   border-bottom: 1px #ccc solid; 
}

p.small {
	font-size: 10px;
	line-height: 12px;
}

select, option {
	background: #F3F8F3;
	border: 1px #7D7A54 solid;
	color: #22643F;
	font: 9px geneva, verdana, arial, sans-serif;
	width: 130px;
	font-weight: bold;
}

.tdrightline {
	background: transparent;
	border-right: 1px solid #BCEFBD;
	color: #000000;
}

.brdlarge {
   border: 10px #eee solid; 
}

.brdsmall {
   border: 4px #eee solid;  
}

.redtext
{
   color: #f00;
}