/* CSS Document */

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.main {
	background-image: url(../img/menu-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.main .menu .sub a {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.main .menu .sub p {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.main .menu {
	font-family: Verdana, Arial, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
	color: #333333;
	width: 150px;
	
}
.main .menu a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #333333;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.main .menu p {
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #333333;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.main .menu a:hover {
	color: #FFFFFF;
	background-color: red;
}
.main .menu a.active {
	color: #FFFFFF;
	background-color: #FF0000;
}
.active {
	font-weight: bold;
}

.spacialbg {
	background-image: url(../img/special-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.spacialbg a {
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}

.spacialbg a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}
.newsbg {
	background-image: url(../img/news-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.newsbg a {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	display: block;
	margin-bottom: 7px;
}
.newsbg .date {
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.callbg {
	background-image: url(../img/call-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	font-size: 22px;
	font-weight: normal;
	color: #D91A11;
}

.main .text {
	padding-right: 10px;
	font-size: 14px;
}
.footer img {
	clear: right;
	float: left;
	text-align: left;
	font-size: 12px;
	color: #666666;
	margin-left: 40px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.footer p {
	font-size: 12px;
	color: #666666;
	margin-left: 180px;
	margin-top: 20px;
	margin-right: 200px;
	margin-bottom: 5px;
}
p.lnk {
	text-align: right;
	clear: right;
	float: right;
	font-size: 10px;
	color: #b3b3b3;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.footer .lnk a {
	font-size: 10px;
	color: #b3b3b3;
}
.footer a {
	font-size: 12px;
	color: #666666;
}
.newsbg a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.text h1 {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	color: red;
	font-size: 22px;
	font-family: Arial, sans-serif;
}
.text h2 {
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	color: red;
	font-size: 18px;
	font-family: Arial, sans-serif;
}
.text h3 {
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: 2px;
	font-weight: bold;
	text-decoration: none;
	color: red;
	font-size: 16px;
	font-family: Arial, sans-serif;
}
.text a {
	color: #333333;
	text-decoration: underline;
}
.text a:hover {
	color: red;
	text-decoration: underline;
}
