BODY {
	PADDING-TOP: 2px;
	font-size: 13px;
	font-family: Arial;
	background-image: url(/images/background2.jpg);
	background-position: top right;
	background-color: #000;
	background-repeat: no-repeat;
}

p {
	font-family: Arial;
	font-size: 13px;
	color: #fff;
}

a {
	font-size: 13px;
	color: #f04b52;
	text-decoration: none;
}

td {
	font-family: Arial;
	font-size: 13px;
	color: #fff;
}

a:hover {
	font-family: Arial;
	font-size: 13px;
	color: #f04b52;
	text-decoration: underline;
}

.topLink {
	font-family: Arial;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

.topLink:hover {
	font-family: Arial;
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
}

.textbox {
	font-family: Arial;
	font-size: 12px;
	padding: 2px;
}

.textbox:focus {
	font-family: Arial;
	font-size: 12px;
	padding: 2px;
}

a.button{
	background:url(/images/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
}
a:hover.button{
	color:#0066CC;
}

.opac {
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

.opac:hover {
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}

.rightMenu {
	width: 263px;
	text-align: left;
	color: #fff;
	font: bold 16px Arial,sans-serif;
	background: #141414;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 0px;
}

a.rightMenuRight {
	font: normal 12px Arial,sans-serif;
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	clear: left;
	display: block;
	background: #141414 url('/images/r_menu_white.gif') no-repeat;
	background-position: 98% 50%;
	
}

a.rightMenuRight:hover {
	font: normal 12px Arial,sans-serif;
	color: #f04b52;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	clear: left;
	display: block;
	background: #141414 url('/images/r_menu_red.gif') no-repeat;
	background-position: 98% 50%;
}

a.rightMenuLeft {
	font: normal 12px Arial,sans-serif;
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	clear: left;
	display: block;
	background: #141414 url('/images/l_menu_white.gif') no-repeat;
	background-position: 0% 50%;
	
}

a.rightMenuLeft:hover {
	font: normal 12px Arial,sans-serif;
	color: #f04b52;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	clear: left;
	display: block;
	background: #141414 url('/images/l_menu_red.gif') no-repeat;
	background-position: 0% 50%;
}

.titleText {
	font-size: 20px;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 36px;
	border-bottom: 1px dotted #fff;
}

.homeContentTitle {
	font-size: 16px;
	background-color: #fff;
	color: #000;
	border: 1px solid #f04b52;
	width: 225px;
	padding: 7px;
}

.homeContentTitle:hover {
	background-color: #f04b52;
	color: #fff;
	border: 1px solid #f04b52;
	cursor: pointer;
}

.servicesLink {
	border-bottom: 1px solid #aaa;
	padding-top: 10px;
	padding-bottom: 10px;
}
