body,form,td{
	color:#828282;
	font-size:11px;
	font-family:Verdana,Arial;
	margin-bottom:0;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin: 0 0 0 0;
	
}

textarea{
  width:150px;
  height:50px;
  font-size:11px;
  font-family:Verdana,Arial;
  color:828282;
}

h1,h2,h3{
	font-size:11px;
	font-family:Verdana,Arial;
	display:inline;
}


.show{display:block;}

.hide{display:none;}

.article{
	font:12px verdana;
	line-height:140%;
}

.caption{
	font-size:14px;
	text-decoration:none;
	color:c10000;
	font-weight:bold;
	line-height:140%;
}

.crop{
	display: block;
	width:100;
	height:110;
	overflow: hidden;
}

.small{
  font-size:9px;
}

.subnav{
	color:#ffffff;
	font-size:11px;
}

.redbox{
  	color:#ffffff;
  	background-color:#c10000;
}

.lightgreenbox{
  	color:#828282;
  	background-color:#D4E74F;
}

.lightgraybox{
	color:#707070;
  	background-color:#e9e8e8;
}

.darkRedbox{
  	color:#ffffff;
	background-color:#8f0000;
}

.greenbox{
  	color:#ffffff;
 	background-color:#a8c100;
}

.darkgreenbox{
	color:#ffffff;
 	background-color:94AA00;
}

.graybox{
  	color:828282;
  	background-color:#dedfce;
}

.darkgraybox{
  	color:#ffffff;
  	background-color:#828282;
}

.whitebox{ 
  	color:#828282;
	background-color:#ffffff;
}

.yellowbox{
	color:828282;
	background-color:#E3F27C;
}

.topsection{
	font-size:9px;
  	color:#828282;
}

.bottomsection{
  	font-size:9px;
}

.select{
   color:#c10000;
   font-weight:bold;
   text-decoration:none;
}

.line{
  background-color:#9E9D9D;
}

.graytitle{
	text-decoration:none;
	color:707070;
	font-weight:bold;
	text-transform:capitalize;
}

.biggraytitle{
	text-decoration:none;
	color:707070;
	font-weight:bold;
	font-size:16;
	text-transform:capitalize;
}

.redtitle{
	text-decoration:none;
	color:c10000;
	font-weight:bold;
	text-transform:capitalize;
}

.bigredtitle{
	text-decoration:none;
	color:#c10000;
	font-weight:bold;
	font-size:16;
	text-transform:capitalize;
}

.biggreentitle{
	text-decoration:none;
	color:#a8c100;
	font-weight:bold;
	font-size:20;
	text-transform:capitalize;
}

.yellowtitle{
	text-decoration:none;
	color:yellow;
	font-weight:bold;
	text-transform:capitalize;
}

.gray{
	color:#707070;
	text-decoration:none;
}

.darkgray{
	color:#828282;
	text-decoration:none;
}

.gray-underline{
	color:#707070;
	text-decoration:nunderline;
}

.white{
	color:#ffffff;
	text-decoration:none;
}

.white-underline{
	color:#ffffff;
	text-decoration:underline;
}

.yellow{
	text-decoration:none;
	color:#efff00;
}

.yellow-underline{
	color:#efff00;
	text-decoration:underline;
}

.green{
	color:#a8c100;
}

.darkgreen{
	color:#94AA00;
}

.red{
	text-decoration:none;
	color:#c10000;
}

.red-underline{
	text-decoration:underline;
	color:#c10000;
}

.darkred{
	text-decoration:none;
	color:#8f0000;
}

.capitalize{text-transform:capitalize}
.uppercase{text-transform:uppercase}
.lowercase{text-transform:lowercase}

a{outline:none;}
a:hover{text-decoration:none;}
a.lightgray:hover{text-decoration:underline;}
a.gray:hover{text-decoration:underline;}
a.darkgray:hover{text-decoration:underline;}
a.white:hover{text-decoration:underline;}
a.yellow:hover{text-decoration:underline;}
a.red:hover{text-decoration:underline;color:#828282}
a.darkred:hover{text-decoration:underline;color:#8f0000}
a.bigredtitle:hover{text-decoration:underline;}
a.redtitle:hover{text-decoration:underline;}
a.graytitle:hover{text-decoration:underline;}

