body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.gif);
}
a{
	color: #993333;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.gray{
	color: #8F8F8F;
}
.gray1{
	color: #666666;
}
.gray2{
	color: #333333;
}
.red{
	color: #993333;
}
.error{
	color: #FF0000;
}
h4{
	color: #993333;
	font-size: 13px;
}
.hdotted {
	background-image: url(images/hdots.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 5px;
}

.vdotted {
	background-image: url(images/vdots.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 5px;
}
.leftLine {
	background-image: url(images/left_vlines.gif);
	background-repeat: repeat-y;
	width: 45px;
}
.rightLine {
	background-image: url(images/right_vlines.gif);
	background-repeat: repeat-y;
	width: 39px;
}
.middleCell {
	background-color: #FFFFFF;
}
.headerCell {
	background-image: url(images/top_section_bg.gif);
	background-repeat: repeat-x;
	height: 91px;
}
.tomenu td{
	background-repeat: no-repeat;
	background-position: center;
	height: 46px;
	width: 125px;
	font-weight: bold;
	vertical-align:top;
}
.tomenu td div{
	margin:12px 0px 0px 0px;
	padding-left: 20px;
}
.menuInactive {
	background-image: url(images/top_menu_inactive.gif);
}
.menuActive {
	background-image: url(images/top_menu_active.gif);
}
.baloon {
	background-image: url(images/baloon_center.gif);
	background-repeat: repeat-x;
	height: 17px;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #993333;
	text-align:left;
	white-space: nowrap;
}
.address {
	font-size: 9px;
	font-weight: bold;
	color: #333333;
}
.siteBottom {
	background-image: url(images/site_bottom.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.big {
	font-size: 12px;
	font-weight:bold;
	white-space: nowrap;
}
.homeContent {
	padding-right: 12px;
	text-align:justify;
}
.homeContent1{
	padding-left: 5px;
	text-align:justify;
}
.black {
	color: #000000;
}
.elTable{
	background-color: #909090;
}
.elTable td{
	background-color: #FFFFFF;
}
.elHeader {
	padding-top: 10px;
	padding-bottom: 6px;
}
.elHeader img{
	border-bottom: 1px solid #CBCBCB;
}
.style1 {
  color: #FF0000;
  font-weight:bold;
}