body,td,th {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.textblack { color: black; letter-spacing: 1px;}
.textblue { color: #c8eaff; letter-spacing: 1px; }

.hedrblack {
	font-size: 16px;
	font-weight: bold;
	color:black;
}

.hedrwhite {
	font-size: 16px;
	font-weight: bold;
	color:white;
}

img {border:0px}
img.border {border:1px solid black;}

a:link {
	color: #cc3300;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #cc3300;
}
a:hover {
	text-decoration: underline;
	color:  #cc3300;
}
a:active {
	text-decoration: underline;
	color: #cc3300;
}


a.light:link {
	color: #fdb156;
	text-decoration: none;
	font-weight: bold;
}
a.light:visited {
	text-decoration: none;
	color: #fdb156;
}
a.light:hover {
	text-decoration: underline;
	color:#fdb156;
}
a.light:active {
	text-decoration: underline;
	color: #fdb156;
}

.overflow {  width:229px; height:308px; overflow:hidden; overflow-x:hidden; }
.overflow2 {  width:380px; height:278px; overflow:auto; overflow-x:hidden; }

.padright { padding-right: 10px; }
.padleft { padding-left: 10px; }
.padall { padding: 15px; }

.footer { color: #777; font-size: 9px; font-family:verdana; font-weight:bold; }
a.footer { font-size:9px; font-family:verdana; font-weight:bold; }


