@charset "utf-8";
body {
	background-color: #990000;
	background-image: url(../siteimages/bgrepeat.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}
/*.linedetail {
	background-image: url(../siteimages/linedetail.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}*/

.topbg {

	background-image: url(../siteimages/toprepeat.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

		/*
.BigTopBG {
	background-image: url(../siteimages/BigTopBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
	*/
.BottomBG {
	background-image: url(../siteimages/BottomRepeat.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
a:link {
	color: #FFFFCC;
	text-decoration: underline;
}
a:visited {
	color: #FFFFCC;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

