a {
	color: Maroon;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: White;
	background-color: #6B6B6B;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1{
	border-bottom: 1px dotted #CFCFCF;
	font-size: 20px;
	color: #696969;
}

h2 {
	color: Maroon;
	font-size: 16px;
}

.copyrights {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}

.TableMenu {
	text-indent: 6px;
	}


.TableMenu a {
	display:block;
	text-decoration: none;
	color: white;
	font-weight: normal;
	border: 1px #333333 outset;
	padding: 3px;
	background-color: #ABABAB;
}

.TableMenu a:hover {
	background-color: white; 
	text-decoration: none;
	border: 1px #333333 outset;
	color: black;
}
td.titles {
	background-color: #E8E8E8;
}

Footer a {
	color: white;
	font-size: 10px;
	font-weight: lighter;
}

Footer a:hover {
	color: #333333;
}

form {
	border : 1px dotted #CCCCCC;
	margin-right : 36px;
	margin-top : 0px;
	padding : 12px
}

