body {
	font-size: 16px;
	color: #FFFF00;
	background-color: #000000;
	font-family: 'Trebuchet MS' , Verdana, Arial, Sans-Serif;
}
p {
	font-weight: bold;
}
td {
	vertical-align: top;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.td_grey {
	border-right: gray 1px solid; 
	border-top: gray 1px solid; 
	border-left: gray 1px solid; 
	border-bottom: gray 1px solid; 
}
A:link {
	color:#FFFFFF;
	text-decoration: none;
}
A:visited {
	color:#FFFFFF;
	text-decoration: none;
}
A:hover {
	color: #;
	text-decoration: underline;
}
.text {
	font-size: 14px;
}
.small_text {
	font-size: 12px
}
.pageheading {
	font-size: 24px;
	font-weight:normal;
}
.monthheading {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.tablerowheading {
	font-size: 16px;
	font-weight: bold;
}
.tablerowodd {
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
}
.tableroweven {
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
}

.textnorm16px {
	font-size: 16px;
	font-weight: normal;
}

.textnorm18px {
	font-size: 18px;
	font-weight: normal;
}

.textbold16px {
	font-size: 16px;
	font-weight: bold;
}

.textbold18px {
	font-size: 18px;
	font-weight: bold;
}