body, html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Tahoma, Verdana, Arial;
	background-color: #C6C6C6;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
}

#FQBar {
	text-align: right;
	background-color: #C62525;
	height: 18px;
	width: 100%;
	margin: 0px;
}

#Logo {
	margin-top: 9px;
	margin-left: 48px;
}

#ContentHolder {
	margin-top: 11px;
}

#NavBar {
	width: 994px;
	margin: 0px;
	padding: 0px;
}

#NavBar a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#NavTabl td {
	margin-left: -2px;
	margin-right: -3px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	height: 43px;
	padding-top: 13px;
	text-align: center;
}

#NavBar .SelectedNavLink1 {
	background-image: url('images/selectedtab_one.png');
	width: 164px;
}

#NavBar .SelectedNavLink2 {
	background-image: url('images/selectedtab_two.png');
	width: 164px;
}

#NavBar .NavLink {
	background-image: url('images/normaltab_two.png');
	width: 178px;
}

#NavBar .NavLink2 {
	background-image: url('images/normaltab_one.png');
	width: 118px;
}

#SubNav {
	height: 37px;
	font-size: 13px;
	background-color: #D90F0F;
	width: 994px;
	margin: 0px
	padding: 0px;
	text-align: left;
	color: #FFFFFF;
}

#LinkList a {
	text-decoration: none;
	color: #FFFFFF;
	margin: 14px;
}

#LinkList a:hover {
	text-decoration: underline;
}

.HeaderBar {
	height: 40px;
	background-image: url('images/HeaderBar.png');
	font-size: 13px;
	width: 994px;
	padding: 0px;
	margin-left: 1px;
	text-align: left;
	color: #404040;
	font-weight: bold;
}

#PageTitle {
	position: relative;
	padding-left: 48px;
	top: 13px;
}

#LinkList {
	position: relative;
	padding-left: 32px;
	top: 6px
}

.PageContent {
	background-color: #FFFFFF;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 48px;
	padding-right: 48px;
	font-size: 13px;
	width: 898px;
	margin: 0px;
	margin-left: 1px;
	text-align: left;
}

#Credits {
	font-size: 10px;
}

#Credits a {
	text-decoration: none;
	color: #606060;
}

#Credits a:hover {
	text-decoration: underline;
}

a {
	color: #D90F0F;
	text-decoration: none;
	}
	a:hover {
	text-decoration: underline;
	}