a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #ff0000;
}
a:active {
	color: #FF0000;
}
.hr_title {
	margin-top: none;
	margin-bottom: none
}
.blog_title {
	width: 950px;
        border-top-size: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
}

.txt_title{
	font-family: "Arial";
        font-style: oblique;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: none;
	margin-bottom: 15px;

}

.box_txt {
	width: 700px;
	margin-left: 60px;
}
.box2 {
	padding: 10px;
	margin-left: 80px;
	width: 780px;
	margin-bottom: 20px;
}
.box2 img {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	
}
.box2 h2 {
	font-family: "Arial Black";
	font-size: 17px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.box2 .txt {
	font-size: 20px;
	margin-bottom: 10px;
}
body {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-attachment: fixed;
	background-image: url(../images/index/trikehead.jpg);
	background-repeat: no-repeat;
	background-position: center 130px;
}

