<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #000000;
}
body {
	width: 100#;
	height: 100#;
	background-color: #efefef;
	background-image:url(images/mainBG.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#BodyTable{
	width: 100#;
	height: 100#;
	margin: 0px;
}
#InnerBodyTable{
	width:900px;
	height:600px;
	background-image:url(images/upperBG.jpg);
	background-repeat: no-repeat;
}
#CentralInnerTable{
	width:798px;
	height:600px;
	background-color:#FFFFFF;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
}
#BottomFadeTable{
	width:800px;
	height:125px;
	background-image:url(images/white_grey_fade.jpg);
	background-repeat:no-repeat;
}
.style1 {
	color: #CC0000;
	font-weight: bold;
}
a:link {
	color: #3366CC;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #333333;
}
.style2 {
	font-size: 18px;
	font-weight: bold;
	color: #3366CC;
}
.SmallFade{
	background-image: url(images/small_fade.jpg);
	background-repeat:repeat-x;	
}
.SmallFadePadded{
	background-image: url(images/small_fade.jpg);
	background-repeat:repeat-x;
	padding: 6px;
}
.DottedLine{
	background-image: url(images/smallLine.gif);
	background-repeat:repeat-x;	
	height: 1px;
}
.DottedLineBorder{border:dotted #CCCCCC 1px;}
.style3 {color: #333333}
.Memorial{background-image: url(images/AMF.jpg); background-repeat:no-repeat; padding:6px; border: dotted #CCCCCC 1px;}
.FloatLeft{float: left; padding:4px;}

-->