@charset "utf-8";
/* CSS Document */

body {
		font-family: "Times New Roman", Times, serif, Georgia;
	font-size: 10pt;
	margin: 0px;
	background-color:#cccccc;
}
td.menu
	{background-image: url('images/blackbg.jpg');
	vertical-align:middle;
	text-align: center;
	height: 44px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color:#FFFFFF;
	font-weight: bold;
	}
	
	td.menu:hover {
	background-image: url('images/bluebg.jpg');
	vertical-align:middle;
	text-align: center;
	height: 44px;
	
	}
	td.menu a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	td.menu a:hover {
	text-decoration: underline;
	}

td.menuSelected
	{background-image: url('images/bluebg.jpg');
	vertical-align:middle;
	text-align: center;
	height: 44px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color:#FFFFFF;
	font-weight: bold;
	}
	
	td.menuSelected:hover {
	background-image: url('images/bluebg.jpg');
	vertical-align:middle;
	text-align: center;
	height: 44px;
	
	}
	td.menuSelected a {
	color: #FFFFFF;
	font-weight: bold;
		text-decoration: none;
	}
	td.menuSelected a:hover {
	text-decoration: underline;
	}

td.body {
	background-color:#ecf8fd;
	margin:0px;
	padding: 10px;
	}
table.contactus td {
	padding: 10px;
	}
table.body {
	background-color:#FFFFFF;
	}

.titletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color:#0033cc;
	font-style:italic;
	}
	
.footer {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color:#0033cc;
font-style:bold;
	}
	
.menuDivider 
{
	font-family: Arial;
	color:#cccccc;
	font-weight: normal;
	font-size: 9px;
}
address 
{
	font-size: 11px;
}
span.condensed {
	padding: 0px 0px 0px 10px;
	}
