body {
	background-image: url(../bg2.gif);
	background-color: #C0C0C0;
}

ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

/* text styles */

.NormalText, body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-style:normal;
}

.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c0c0c0;
	font-weight: normal;
}

.BlueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6699ff;
	font-weight: normal;
}

.GrayText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	font-weight: normal;
}

.WhiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
}

.FancyBrownText {
	font-family: Garamond, serif;
	font-size: 18px;
	color: #800000;
	font-weight: bold;
}

.SubjectHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

.WhiteSubjectHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}

.LargeBlackText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: bold;
}

/* links */

a.blue {color: #6699ff; font-size: 13px;}
a.gray {color: #c0c0c0; font-size: 10px;}
a.red {color: #FF0000; font-size: 12px;}

/* listing cell backgrounds */

td.GrayBackground {background-color: #CCC;}
td.GreenBackground {background-color: #CCFFCC;}
