body {
	font-family: helvetica, arial, sans;
	background: #F97C12 url(../graphics/bg/main_grad.gif) bottom left fixed repeat-x;
}

#navigationBar{
	font-family: arial, helvetica, sans;
	font-size: 10px;
	color: #FFFFFF;
	background: #404040;
	height: 25px;
	padding: 0px 0px 0px 10px;
}

#navigationBar a{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#navigationBar a:hover{
	font-weight: bold;	
	text-decoration: underline;
	color: #F97C12;
}


#navigationBar ul{
	padding: 0;
	margin: 0px 22px 0px 0px;
	padding: 0;
	list-style-type: none;
	clear: left;
}
#navigationBar ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0px 22px 0px 0px;
}


.mainContent{
	font-family: helvetica, arial, sans;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
	padding: 10px;
}



.a1-red{
	color: #DC0000;
	font-weight: bold;
}

.a1-body{
	color: #404040;
	font-weight: bold;
}

.priceTable{
	border: 1px solid #404040;
}

.priceTable td{
	border: 1px solid #404040;
	background: #FFFFFF;
	text-align: center;
}

.priceTable th{
	color: #FFFFFF;
	background: #404040;
	text-align: center;
}


.contactText{
	font-size: 12px;
	margin: 0px 0px 12px 0px;
}

.contactTextAddress{
	font-size: 12px;
	margin: 0px 0px 12px 0px;
	color: 555555;
}