a {
	color: #ff7d21;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000000;

	
}

h2 {
	color: #666666;
}

h3 {
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

.PageTitle {
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
}
h4 {
	color: #666666;
}

table {
color: Black;
background-color: White;
}

td, th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;

}

form{margin: 0px 0px 0px 0px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

tr.listheadercolor th {
	text-align: left;
}

ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	list-style-position: outside;
	list-style-type: square;
}



.footer {
	background-color: #CCCCCC;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.167em;
	font-weight: bold;
	line-height: 1.83em;
}



.small {
	font-size: x-small;
}

.smallWhite {
	font-size: 9px;
	color: white;
}

.smallWhite a{
	color: White;
	text-decoration: none;

}

.smallWhite a:hover{
	color: White;
	text-decoration: underline;

}

.White {
	color: white;
}

.White a{
	color: White;
	text-decoration: none;

}

.White a:hover{
	color: White;
	text-decoration: underline;

}

.smallGrey {
	font-size: x-small;
	color: #999999;
}
.maintable {
border: 1px;
border-style: solid;
border-color: Black;
background-color: White;

}

.hrcell
{
height:1px; background-color:#666666;
}