a {
	color: #336600;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #336600;
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.TableTitles {
	font-size: 14px;
	font-weight: bold;
}

.TableDetail {
	font-size: 12px;
}
.dotted {
	border-style:dotted;
	border: 1px dotted #CCCCCC;
}

.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;
}
