.bg-tile {
	background-image: url(images/bg_slice.jpg);
	background-repeat: repeat-x;
	background-position: center;
	background-position: top;
}

.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position:left;
	
}

.header-text {
	background-image: url(images/header_text.jpg);
	background-repeat: no-repeat;
	background-position:left;
}

.header-tile {
	background-image: url(images/header_tile.jpg);
	background-repeat: repeat-x;
	background-position:left;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.footer-tile {
	background-image: url(images/footer_tile.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #C00;
	padding-right: 15px;
	margin: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #000;
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #03C;
	padding-right: 0px;
	margin: 0px;
}
.red {
	color: #F00;
	text-decoration: none;
}
.gold {
	color: #FC0;
	text-decoration: none;
}
.gray {
	color: #CCC;
	text-decoration: none;
}
	.Headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #001FBA;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FC0;
	text-decoration:none;
}
.footertext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FC0;
	text-decoration:none;
}
 .footertext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FC0;
	text-decoration:none;
 }
.footertext a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration:none;
}
.footertext a:active{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FC0;
	text-decoration:none;
 }
A:link {
    text-decoration: underline; color: #FF0000;
}

A:visited {
    text-decoration: underline; color: #FF0000;
}

A:active {
    text-decoration: none; color: #C00;
}

A:hover {
    text-decoration: none; color: #C00;
}


