/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
body {
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
}
.headerBackground {
	background-image: url(images/headerBackground.jpg);
}
.mainTable {
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.bodyBackground {
	background-image: url(images/bodyBackground.jpg);
	padding: 10px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
a.footerLink:link {
	font-weight: bold;
	color:#999999;
	text-decoration:none;
}

a.footerLink:visited {
	font-weight: bold;
	color:#999999;
	text-decoration:none;
}

a.footerLink:hover {
	font-weight: bold;
	color:#999999;
	text-decoration:none;
}

a.footerLink:active {
	font-weight: bold;
	color:#999999;
	text-decoration:none;
}

a.navLink:link {
	font-weight: bold;
	color:#000000;
	text-decoration:none;
	font-size:9px;
}

a.navLink:visited {
	font-weight: bold;
	color:#000000;
	text-decoration:none;
	font-size:9px;
}

a.navLink:active {
	font-weight: bold;
	color:#000000;
	text-decoration:none;
	font-size:9px;
}

a.navLink:hover {
	font-weight: bold;
	color:#C22D43;
	text-decoration:none;
	font-size:9px;
}

a {
	font-weight: bold;
}
a:link {
	color: #29305B;
}
a:visited {
	color: #29305B;
}
a:hover {
	color: #5F58AA;
}
a:active {
	color: #29305B;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
	color: #4C4C4C;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 9px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial, Helvetica;
}
.footerBackground {
	background-image: url(images/bodyBackground.jpg);
	padding: 10px;
	border-top-color: 908752;
	border-top-width: 1px;
	border-top-style: solid;
	color: #999999;
}
.headerNav {
	background-image: url(images/headerBackground.jpg);
	border-top-color: #C22D43;
	border-top-style: solid;
	border-top-width: 10px;
}
