@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/homebg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#111111;
}
img {
	border:none;
	outline:none;
}
img:hover {
	border:none;
	outline:none;
}
form {
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none;
	outline:none;
}
a:hover {
	outline:none;
}
.menu{
	font:12px Arial;
	color:#707275;
	text-decoration:none;
}
.menu a{
	color:#707275;
	text-decoration:none;
}
.menu a:hover{
	color:#ff0000;
	text-decoration:none;
}
.txtbox{
	font:12px Arial;
	color:#000000;
	text-align:center;
	text-decoration:none;
	border:#c9c9c9 solid 1px;
	width:170px;
	padding-top:3px;
	height:16px;
}
.transbg{
	background-image:url(../images/transbg.jpg);
	background-repeat:no-repeat;
	height:116px;
	font:bold 16px Arial;
	color:#000000;
	text-decoration:none;
}
.red{
	font:bold 22px Arial;
	color:#F00;
	text-decoration:none;
}
.transbg a{
	font-size:12px;
	color:#282828;
	text-decoration:underline;
	padding-left:14px;
}
.transbg a:hover{
	font-size:12px;
	color:#282828;
	text-decoration:none;
}
.topicsbg{
	background-image:url(../images/topicsbg.jpg);
	background-repeat:no-repeat;
	height:399px;
	font:20px Arial;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
.topicsbg ul{
	list-style:none;
	padding:0px;
	margin:0px;
	width:260px;
	float:left;
	text-align:left;
}
.topicsbg ul li{
	height:76px;
	float:left;
	padding-top:5px;
	margin-top:5px;
}

.topicsbg a{
	color:#000000;
	text-decoration:none;
}
.topicsbg a:hover{
	color:#fe1011;
	text-decoration:none;
}
.whitetxt{
	font:18px Arial;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
.hometext{
	font:11px Arial;
	color:#f3f3f3;
	line-height:18px;
	text-decoration:none;
}
.arrow{
	list-style-image:url(../images/arrow.png);
	font:11px Arial;
	color:#f3f3f3;
	line-height:18px;
	text-decoration:none;
	margin-top:0px;
	padding-top:0px;
	padding-left:10px;
	margin-left:6px;
}
.arrow a{
	color:#f3f3f3;
	text-decoration:none;
}
.arrow a:hover{
	color:#faffdc;
	text-decoration:underline;
}
.servicetext{
	font:11px Arial;
	font-weight:normal;
	color:#f3f3f3;
	line-height:18px;
	text-decoration:none;
}
.servicetext a{
	color:#faffdc;
	font-weight:bold;
	text-decoration:underline;
}
.servicetext a:hover{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.highlight{
	color:#faffdc;
	font-weight:bold;
	font-size:24px;
}
.footer{
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	height:67px;
	text-align:center;
	font:11px Arial;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
.footer a{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}
.footer a:hover{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}
