body {
}
a:link {
	color:#000000;
	text-decoration:underline;
}
a:visited {
	color:#99cc33;
	text-decoration:underline;
}
a:hover {
	color:#003399;
	text-decoration:underline;
}
table.menu {
	width:100%;
	height:36px;
	background-color:#003399;
	border-collapse: collapse;
	border-spacing:0px; 
}
td.menu {
		text-align:center;
}
table.main {
	width:100%;
	border-collapse: collapse;
	border-spacing:0px; 
	font-family:verdana;
	font-size:10pt;
}
td.leftmain {
	width:251px;
	background:#99CCFF url(/images/leftimage.jpg) bottom no-repeat;
	vertical-align:top;
}
td.rightmain {
	height:546px;
	vertical-align:top;
}
td.bottommain {
	height:218px;
	vertical-align:top;
	background:#003399 url(/images/bottom.gif) no-repeat;
}
td.bottommaintext {
	font-family:arial;
	font-size:8pt;
}
td.contact {
	font-family:verdana;
	font-size:10pt;
	text-align:left;
}
div.heading {
	font-family:arial;
	font-size:12pt;
	font-weight:bold;
	font-style:none;
	color:#000066;
	text-align:left;
}