﻿#table
{
	font-family: "Tahoma", Sans-Serif;
	font-size: 14px;
	margin: 5px;
	width: 860px;
	text-align: left justify;
	vertical-align: text-top;
	border: 1px;
    border-collapse: collapse;
}

#table th
{
	padding: 8px;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	color: #FFFF00;
	background: #333333;
}


#table td
{
	padding: 8px;
	td width: 215px;
	background: #666666;
	color: #FFFFFF;
}
#table tbody tr:hover td
{
	background: #333333;
}

#table a:link {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	
	}

#table a:visited {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;

}

#table a:hover {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFF00;
	text-decoration: none;

}
#table a:active {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #131313;
	text-decoration: none;
}

