body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #666666;
	background-image: url(../images/body_bc.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 14px;
	line-height: 18px;
	margin-top: 2px;
	margin-left: 8px;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	color: #990000;
	margin-bottom: 0px;
	margin-top: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 16px;
	padding: 0px;
}
a {
	color: #CC3300;
}
a:hover {
	color: #669900;
}
hr {
	margin: 2px 0px 4px;
	padding: 0px;
	line-height: 10px;
	color: #990000;
	height: 1px;
	background-color: #993300;
}




#menu a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 110px;
	text-align: center;
	background-image: url(../images/menu_02.jpg);
	line-height: 28px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#menu a:hover {
	background-image: url(../images/menu_04.jpg);
	background-repeat: repeat-x;
	color: #FFCC00;
}
#footer {
	font-size: 10px;
}

#footer a {
	color: #FF9900;
	text-decoration: none;
	text-transform: uppercase;
}
#footer a:hover {
	text-transform: uppercase;
	color: #33CC66;
	text-decoration: underline;
}
#main {
	border-top-width: 5px;
	border-right-width: 25px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
}
ul {
	margin: 0px;
	padding: 0px;
}
ol {
	margin: 0px;
	padding: 0px;
}



.bvm {
	font-size: 11px;
	color: #666666;
}
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.bvm a {
	color: #666666;
	text-decoration: none;
}
.bvm a:hover {
	color: #FF3300;
	text-decoration: none;
}




.small_text {
	font-size: 11px;
}
.main_img {
	margin-left: 15px;
	border: 2px solid #990033;
}
.button_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.right_line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
