
table {
	font-weight: normal;

	width: 96%;

	margin:0; 

 	padding:0;

	color: black;
	
	text-transform: capitalize;

}

table, tr, th, td {

	border-collapse: collapse;

}

/* HEAD */

/* BODY */



tbody tr {

	background: transparent;

	font-size: 13px;

}

tbody tr.odd {

	background: #F0FFFF;

}

tbody tr th, tbody tr td {

	padding: 2px;

	border-bottom: dashed 1px #326e87;

}

/* LINKS */

table a {

	color: #4A1D87;

	text-decoration: none;

	font-size: 13px;

}

table a:hover {

	color: #FF3300;

	border-bottom: none;

	text-decoration: underline;
}