@charset "utf-8";
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF3300;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC9900;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
.Crimsonfire {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}


.Date {
	font-family: "Trajan Pro", Georgia, "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
}
.Headline {
	font-family: "Trajan Pro", Georgia, "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #CC6633;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 25px;
}

.Author {
	font-family: "Trajan Pro", Georgia, "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
}
.RedText {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.PromoText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	color: #FF3300;
	text-decoration: none;
}


.BGroundContent {
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/bgroundcontent.jpg);
}

.BGroundLeft {
	background-image: url(../images/bgroundleft.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	
	
}
.BGroundRight {
	background-image: url(../images/bgroundright.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	
}
.HorizRuleSolid {
	background-image: url(../images/horizrulesolid.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.HorizRuleThin {
	background-image: url(../images/horizrulethin.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

