@charset "utf-8";

body 
{
	background-image: url(images/bg_image.gif);
	line-height: 18px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #666;
	text-align: justify;
}
.index_bg {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.footer_txt {
	font-family: arial;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.ltitle {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.btitle {
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
	color: #a50b09;
	text-decoration: none;
}

.btitle_link {
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

a:link {
	text-decoration:none;
	color:#a50b09;
	font-family: arial;
	font-size: 12px;
}
.content_bg {
	background-attachment: scroll;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
}


a:visited {
	text-decoration:none;
	color:#a50b09;
	font-family: arial;
	font-size: 12px;
}

a:hover {
	font-family: arial;
	font-size: 12px;
	font-style:normal;
	color:#a50b09;
	text-decoration: underline;
	font-weight: normal;
}

.button {
	font-family: arial;
	font-size: 11px;
	background-color: #273c55;
	color: #FFFFFF;
	height: 25px;
	width: 110px;
	border: 1px solid #FFFFFF;
}
.dot_v {
	background-image: url(images/dot_v.gif);
	background-repeat: repeat-y;
}
