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

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	background-color: #fff;
	letter-spacing: .1em;
}

p {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	letter-spacing: 0.1em;
	line-height: 18px;
}

ul ol {
	font-family: Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	letter-spacing: 0.1em;
}

li {
	font-size:12px;
	color:#999;
	padding-bottom: 8px;
	padding-right: 8px;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#966;
	text-decoration:none;
}

h5 {
	font-size:14px;
}

.header {
	background-color:#000;
}

.sidebar {
	background-color:#000;
	padding-left: 20px;
}

.sidebar a {
	color:#ccc;
}

.sidebar a:hover{
	color:#966;
}

.footer {
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	text-align:left;
	padding: 10px;
	background-color:#000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.footer a {
	color:#999;
	text-decoration:none;
}

.footer a:hover {
	color:#966;
	text-shadow:#666;
}

.content {
	padding-top:30px;
	padding-bottom:30px;
}

.content2 {
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
}

img.border {
	border: 1px solid #666;
	padding: 4px;
}

img.right {
	float:right;
	padding: 20px 0px 0px 0px;
}

img.right2 {
	float:right;
	padding: 0px 0px 0px 0px;
}

img.right3 {
	float:right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

img.left{
	float:left;
	padding: 20px 20px 20px 0px;
}

img.left2{
	float:left;
	padding: 30px 0px 0px 0px;
}

img.top{
	float:left;
	padding: 100px 0px 0px 0px;
}

img.center{
	float:left;
	padding: 0px 100px 0px 100px;
}

img.center2{
	padding: 0px 0px 0px 0px;
}

.address {
	font-size:12px;
	color:#ccc;
	line-height: 20px;
}

.style1 {
	color: #990000;
	font-size: 18px;
}

.style1_c {
	color: #990000;
	font-size: 18px;
	text-align:center;
}

.style2 {
	color: #990000;
	font-size: 14px;
	line-height: 22px;
}

.style3 {
	color: #333;
	font-size: 16px;
	font-weight:600;
	line-height: 22px;
}

.style4 {
	color: #669966;
	font-size: 14px;
	font-style:italic;
}

.style5 {
	font-size:16px;
	color:#333;
}

.style6 {
	color: #990000;
	font-size: 14px;
}

.style7 {
	color: #333;
	font-size: 14px;
	font-style:italic;
}

.bodytext {
	font-size:12px;
	text-align:justify;
	line-height: 18px;
	color:#333;
}

.bodytext2 {
	font-size:12px;
	text-align:center;
	line-height: 18px;
	color:#333;
}

.menutext {
	font-size:12px;
	text-align:left;
	line-height: 18px;
}

.menutext_c {
	font-size:12px;
	text-align: center;
	line-height: 18px;
}

.servicetext {
	font-size:10px;
	color:#333;
	text-align:left;
	line-height: 18px;
}

.servicetext_c {
	font-size:10px;
	color:#333;
	text-align:center;
	line-height: 18px;
}

