td, table, select, input, textarea{
	font-family:Verdana,  Helvetica, sans-serif;
	font-size:13px;
	vertical-align:top;
	line-height:13px;
	color:#888888;
}

form { margin:0px; padding:0px}
body { margin:0px; padding:0px; background-color:#656763}

.list ul{margin:0px; padding:0px; list-style:none; line-height:18px}
.list ul li a{ color:#8A984A; text-decoration:none}
.list ul li a:hover{ text-decoration:underline}

.newlist ul{margin-left:150px; padding:0px; list-style:none; line-height:18px}
		.footer{  color:#000000}
		.footer span{ color:#000000;font-size:10px}
       .footer a{ color:#ffffff; text-decoration:none;font-size:10px;font-weight: bold;}
       .footer a:hover{ text-decoration:underline;font-weight: bold;}
       
	   
	   

a{ color:#000000; text-decoration:none}
a:hover{ text-decoration:underline}

span a{ color:#000000; text-decoration:none}
span a:hover{ text-decoration:underline}

span{ color:#000000}

.header{ color:#B6CD4D}
.header a{ color:#B6CD4D; text-decoration:none}
.header a:hover{ text-decoration:underline}

.blocktext{
font-family: Verdana,  Helvetica, sans-serif;
	font-size:13px;
	vertical-align:top;
	line-height:13px;
	color:#000000;
	text-align: left;
}

.green{
font-family: Verdana,  Helvetica, sans-serif;
	font-size:13px;
	vertical-align:top;
	line-height:13px;
	color:#3A8D01;
	text-align: left;
	font-weight: bold;
}

.black-input{
    font-family: Verdana,  Helvetica, sans-serif;
	vertical-align:bottom;
	font-size:13px;
	line-height:13px;
	color:#000000;
	text-align: left;
}
.blockwhitetext{
font-family: Verdana,  Helvetica, sans-serif;
	font-size:13px;
	vertical-align:top;
	line-height:13px;
	color:#FFFFFF;
	text-align: left;
}
.form input{
	width:121px;
	height:20px;

	padding:2px 0 0 6px;
	border-style:solid;
	border-color:#2E2E2C;
	border-width:1px;
	background-color:#000000
}


.form textarea {
	width:121px;
	height:84px;
	color: #888888;
	overflow:hidden;
	padding:2px 0 0 6px;
	border-style:solid;
	border-color:#2E2E2C;
	border-width:1px;
	background-color:#000000
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData1, table.tabularData1 td, table.tabularData1 th {
	border: 1px solid #696969;
	border-collapse: collapse;
}
table.tabularData1 td, table.tabularData1 th{
	padding: 3px;
}
table.tabularData1 th, table.tabularData1 th a:link, table.tabularData1 th a:visited, table.tabularData1 th a:hover, table.tabularData1 th a:active  {
	background: #979797;
	color: #FFFFFF;
}

