body {
	background-color: #000000;
	font-family: verdana, sans-serif;
}

a.menulink:link {
	color:#C0C0C0; 
	text-decoration:none;
	font-family: verdana, sans-serif;
	font-size: 10px;
}
a.menulink:visited {
	color:#C0C0C0; 
	text-decoration:none;
	font-family: verdana, sans-serif;
	font-size: 10px;
}
a.menulink:hover {
	color:white; 
	text-decoration:none;
	font-family: verdana, sans-serif;
	font-size: 10px;
}
a.menulink:active {
	color:#C0C0C0; 
	text-decoration:none;
	font-family: verdana, sans-serif;
	font-size: 10px;
}


a:link {
color:red; text-decoration:none
}
a:visited {
color:red; text-decoration:none
}
a:active {
color:red; text-decoration:none
}
a:hover {
color:#C0C0C0; text-decoration:none
}


a.black:link {
color:red; text-decoration:underline
}
a.black:visited {
color:red; text-decoration:underline
}
a.black:active {
color:red; text-decoration:underline
}
a.black:hover {
color:black; text-decoration:none
}

.gradualshine{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}

table.nobdr {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: white;
	border-collapse: collapse;

}

table.std {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	width: 530px;
}

tr.hdr1 {
	color: white;
	font-size: 14px;
	border-width: 0px;
	padding: 3px;
	border-style: solid;
	border-color: white;
	font-weight: bold;
	background-color: #9C1B1E;
}

tr.hdr2 {
	color: white;
	font-size: 14px;
	border-width: 0px;
	padding: 3px;
	border-style: solid;
	border-color: white;
	font-weight: bold;
}

tr.std1 {
	color: #E0E0E0;
	font-size: 12px;
	border-width: 0px;
	padding: 3px;
	border-style: solid;
	border-color: white;
	background-color: #686868;
}

tr.std2 {
	color: #E0E0E0;
	font-size: 12px;
	border-width: 0px;
	padding: 3px;
	border-style: solid;
	border-color: white;
	background-color: #484848;
}

td.cominfo1 {
	width: 130px;
	color: white;
}

td.cominfo2 {
	width: 320px;
	color: white;
}

td.main_text {
	font-size: 12px;
	font-family: Verdana;
	color: white;
}

p.main_head {
	font-size: 14px;
	font-family: Verdana;
	color: white;
	font-weight: bold;
}

input {
	color: #262728;
	background: white;
	border: 0px solid;
	vertical-align: middle;
}

.submit input {
	color: #262728;
	background: white;
	border: 2px outset #262728;
}