*
{
	border: 0;
	margin: 0;
	padding: 0;
}
table 
{
	background-color: #fde545;
	text-align: left;
	border-spacing: 0px;
	border: 1px solid #e5cb1e;
	border-collapse: collapse;
	width:778px;
}

table a, table, tbody, tfoot, tr, th, td 
{
	line-height: 1.5em;
	font-size: 13px;
	color: #55595c;
}

table caption
{
	border-top: 1px solid #e5cb1e;
	padding: .5em 0;
	font-size: 20px;
	color: #e5cb1e;
}

table a
{
	display: block;
	text-decoration: none;
	color: #589acf;
}

table a:hover, table a:focus
{
	text-decoration: underline;
}

table th a
{
	padding:4px;
	font-size:18px;
}


table td a:link,table td a:visited
{
	color: #a84444;
	font-weight:bold;
}


table th a:hover, table th a:focus, tbody tr:hover th
{
	background-color: #a84444;
	color: #FFFFFF !important;
}

thead th
{
	font-weight: normal;
	color: #333333;
	padding: 5px;
	border-bottom: 1px solid #fff;
	font-size:18px;
}

tbody th
{
	font-weight: normal;
	color: #333333;
	background-color: #fff;
	border-bottom: 1px solid #fde545;
	width:40%;
	font-size:18px;
}
.pad{
		padding:4px;
}
td
{
	border: 1px dotted #fff;
	padding: 0 0 0 5px;
	width:20%;
	font-family: Arial, Georgia;
}

tbody tr.odd
{
	background-color: #e5cb1e;
}

tbody tr:hover td
{
	background-color: #a84444;
}

tbody tr:hover td,tbody tr:hover th, tbody tr:hover a
{
	color: #fff !important;
}
