body{
	margin:auto;
	padding: 0px;
	font-family: Arial;
	font-size: 0.80em;
	background-color: #FFFFFF;
	color:#808080;
}

a{
	color:#808080;
}

input{
	border:solid 1px #808080;
	color:#808080;
}

h1{
	font-size: 1.8em;
}

.fltL{
	float:left;
}

.fltR{
	float:right;
}

.clrB{
	clear:both;
}

.mg5{ margin:5px; }
.mg10{ margin:10px; }

.mgB5{ margin-bottom:5px; }
.mgB10{ margin-bottom:10px; }
.mgB20{ margin-bottom:20px; }

.mgL5{ margin-left:5px; }
.mgL10{ margin-left:10px; }
.mgL20{ margin:auto; }
.mgL80{ margin-left:80px; }

.mgT10{ margin-top:10px; }
.mgT20{ margin-top:auto; }
.mgT30{ margin-top:30px; }
.mgT50{ margin-top:50px; }

.mgR5{ margin-right:5px; }

.pdT10{ paddign-top:10px; }

.w150{ width:150px; }
.w200{ width:200px; }
.w300{ width:300px; }
.w325{ width:325px; }
.w800{ width:956px;
	margin:auto; }

.noline{ text-decoration:none; }

.txtC{ text-align:center; }

.ndgU10{
	position:relative;
	top:-10px;
	margin-bottom:-10px;
}









.txtOrange{
	color:#ff920e;
}

.txtGrn{
	color:#99CA3C;
}

.bgLtGrn{
	background-color:#EEFAD8;
}

.orangeButton{
	background-color:#ffc20e;
	color:#FFFFFF;
	font-weight:bold;
	outline-style:none;
}

.greenButton{
	background-color:#99CA3C;
	color:#FFFFFF;
	font-weight:bold;
	outline-style:none;
}

.greenBG{
	background-color:#99CA3C;
	color:#FFFFFF;
}

.navBtn{
	margin:0px 3px;
	border-top:solid 1px #808080;
	border-left:solid 1px #808080;
	border-right:solid 1px #808080;
	cursor:pointer;
}

.navLink{
	text-decoration:none;
	font-weight:bold;
}

.navLink:visited{
	color:#808080;
}

.gray:visited{
	color:#808080;
}

div.content{
	border:solid 1px #808080;
}
