body {
	background-color: #EEEEEE;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
}

h2{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

td {
	font-size: 12px;
	color: #21264B;
	font-family: Arial, Helvetica, sans-serif;
}

a:link,
a:visited {
	color: #045280;
	text-decoration: underline;
	font-size: 12px;
}

a:hover {
	color: #000033;
	text-decoration: underline;
}


th {
	color: #000055;
	background-image: url(../../images/th.jpg);
	font-size: 12px;
	height: 25px;
}
.radioB {
	background-color: #FFFFFF;
	border: none;
}

input, textarea, select {
	border: solid 1px #000000;
	padding: 2px;
	color: #666666;
	background-color: #EEEEEE;
	font-weight: bold;
	font-size: 11px;
}

.button{
	background-image: url(../../images/go.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
}

.button:disabled{
	background-image: url(../../images/go.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
	color: #AAAAAA;
}

.msg{
	border: solid 1px #000000;
	padding: 8px;
	background-color: #006600;
	color: white;
	font-weight: bold;
	display: block;
}

.msg a:link, .msg a:visited{
	color: white;
}

.error{
	border: solid 1px #000000;
	padding: 8px;
	background-color: #FF0000;
	color: white;
	font-weight: bold;
	display: block;
}

#topWH{
	position: absolute;
	left: 0;
	top: 0;
}

.mainmenu a:link,
.mainmenu a:visited{
	color: #003399;
	background-image: url(../../images/th.jpg);
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
}

.mainmenu a:hover{
	background-image: url(../../images/th2.jpg);
	color: #666666;
}

.hblock:hover{
	font-size: 11px;
	background-color: white;
}

.hblock{
	font-size: 11px;
	color: #666666;
}

.hblock a:link,
.hblock a:visited{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.leftmenu a:link,
.leftmenu a:visited{
	font-size: 11px;
	display: block;
	padding: 4px;
	color: #666666;
	text-decoration: none;
	background-color: #EBF5FE;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #003366;
}

.leftmenu a:hover{
	background-color: #003399;
	color: white;
}

.pagination{
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	border: dashed 1px #006699;
	margin: 2px;
}

.pagination:hover{
	text-decoration: none;
	color: white;
	background-color: #00CCCC;
}

.ttab{
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}

.ttxt{
	line-height: 16px;
	font-size: 11px;
	color: black;
}

.tiny{
	font-size: 10px;
}
.footer{
	color: #444444;
}

.footer a:link,
.footer a:visited{
	font-size: 11px;
	text-decoration: none;
}

.recommendations{
	padding: 4px;
	border-top: 1px solid #898989;
	font-size: 10px;
	font-weight: bold;
}

.oldprice{
	color: red;
	text-decoration: line-through;
}

.servicecategory{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	background-image:url(../../images/servicebar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 42px;
	text-align: center;
	padding-top: 25px;
	display: block;
}

.serviceitems{
	padding: 10px;
	border: double 3px #003366;
	display: block;
}

.serviceitem{
	font-weight: bold;
	display: block;
	padding-left: 15px;
	margin: 4px;
	background-image: url(../../images/sq_bp.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.serviceitem:hover{
	color: #AFBBD1;
}

.servicedesc{
	padding: 6px;
	border: solid 1px #CFD1D3;
	line-height: 18px;
	margin-left: 20px;
}

.linkbutton a:link,
.linkbutton a:visited{
	border: solid 1px #006699;
	color: navy;
	padding: 3px;
	text-decoration: none;
}