body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.red {
	color: red;
}

.white {
	color: white;
}

.smlwht {
	font-size: 12px;	
	color: white;
}
.whtbold {
	font-size: 12px;	
	color: white;
	font-weight: bold;
}
.textlink{
	color:white;
	line-height:24px;
	padding-right:20px;
}
.menuheading a{
	color: black;
	text-decoration: none;
}
table.wideTable{
	height:100%;
}
.textlink a{
	font-size: 12px;	
	color: white;
	font-weight: bold;
	text-decoration: none;
}
td.rtblackline{
	border-right:1px solid black;
}
td.leftblackline{
	border-left:1px solid black;
}
td.topblackline{
	border-top:1px solid black;
}
td.botblackline{
	border-bottom:1px solid black;
}
