@charset "utf-8";
body {
	font-family: "Bookman Old Style", "Book Antiqua", Georgia;
	font-size: 14px;
	color: #fcecdb;
	background-color: #B2002A;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

table {text-align: left;}

.blacktext {
	color: #000000;
}
li {
	color: #000000;
	list-style-type: none;
}
.whitetext {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

ul {
	color: #000000;
}
.nav {
	font-size: 12px;
	color: #2E65C9;
}


.header {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #1E3E71;
}

hr 
{color: #fcecdb; border: 3px dotted #8BC53B; border-style: none none dotted; }

A:link {text-decoration: none; color: #cc0000}
A:visited {text-decoration: none; color: #cc0000}
A:active {text-decoration: none; color: #cc0000}
A:hover {text-decoration: none; border-bottom: dotted 1px #cc0000;}

A.navlink:link {text-decoration: none; color: #fcecdb}
A.navlink:visited {text-decoration: none; color: #fcecdb}
A.navlink:active {color: #fcecdb}
A.navlink:hover {text-decoration: none; border-bottom: dotted 1px #fcecdb;}

