body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #dddddd;
	font-size: 11px;
	line-height: 17px;

}

h1{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #828282;
	font-size : 17px;
}

h2{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #828282;
	font-size : 15px;
}

h3{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #828282;
	font-size : 13px;
}

h4{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #828282;
	font-size : 11px;
	font-weight : bold;
}


td{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #828282;
	font-size : 11px;
	line-height : 17px;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #828282;
	font-size: 11px;
	line-height: 17px;
	text-align: justify;
}

UL {
	list-style-type : square;
}

OL {
	list-style-type : upper-roman;
}

.back{
	background-color : #B7C9C4;
}

.table_back{
	background-color : #B7C9C4;
}

.tblHdng{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : White;
	font-size : 11px;
	line-height : 17px;
	font-weight : bold;
}

input{
	color : #828282;
}

textarea{
		color : #828282;
}

a:active, a:focus, a:hover, a:link, a:visited {
	color: Gray;
	text-decoration: none;
}

.footer{
	background-color: #B7C9C4;
}