@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-bottom: 0px;
	background: url(images/bg.gif) repeat;	
}

a {
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #6CC6ff;
}
a:visited {
	text-decoration: none;
	color: #8CC6FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1, h2, h3, h4 {
	font-weight: bold;
	margin: 0px;	
}
h1 {
	font-size: 24px;
	margin-bottom: 10px;
}	
h2  {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}		
.smalltext {
	font-size: 9px;
	color: #FFFFFF;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
#Layer1 {
	position:absolute;
	left:501px;
	top:137px;
	width:301px;
	height:19px;
	z-index:1;
}
.whitetext {color: #FFFFFF}
.serviceslist {
line-height: 28px;
}

td#redbar {
	color: white;
	background-color: #CC0000;
	width: 240px;
	vertical-align: top;
	padding: 10px;
}	
td#redbar p {
	margin-bottom: 20px;
}
.menubar {
	color: white;
	font-weight: bold;
	font-size: 14px;
}	
td.menubar {
	padding-left: 20px;
}	
td.menubar span {
	display: inline-block;
	height: 22px;
	width: 125px;
	background: url(images/buttons/blankbtn.gif) no-repeat;
	text-align: center;
	padding-top: 8px;
	color: white;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
	cursor:pointer;
}	
td.menubar span.selected {
	background: url(images/buttons/blankbtn_select.gif) no-repeat;
	color: black;
}	
td.menubar span:hover {
	background: url(images/buttons/blankbtn_select.gif) no-repeat;
	color: #666666;
}
td.menubar span.selected:hover {
	background: url(images/buttons/blankbtn_select.gif) no-repeat;
	color: black;
}		
