@charset "utf-8";
/* CSS Document */

<style type="text/css">

a {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color: #FFF;
	border:0;
}

a:link {
	text-decoration:none;
}

a img {
	text-decoration:none;
	border:none;
	background-color: none;
	}
	

a:visited img {
	text-decoration:none;
}

a:active img {
	text-decoration:none;
}
	
a:hover img {
	border: none;
	text-decoration: none;
	background-color: none;
	}
	
a:link img {
	border: none;
	text-decoration: none;
	background-color: none;
	}
	
a.bodyTextH:hover {
	text-decoration: none;
	border: none;
	background-color: #00A7DE;
	color: #FFF;
	}
	
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.oneColElsCtr #container {
	width: 1400px;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
	vertical-align: top;
}
	
.bodyText {
	line-height:14px;
	color:#CCC;
	font-family: verdana;
	font-size: 11px;
	letter-spacing: normal;
	}
	
.bodyTextBlack {
	line-height:14px;
	color:#666;
	font-family: verdana;
	font-size: 11px;
	letter-spacing: normal;
	}
.bodyTextH {
	font:11px verdana;
	line-height:16px;
	color:#FFF;
	background-color: #666;
	letter-spacing: normal;
	}
	
.pageMenu {
	font:24px georgia;
	color: #FFF;
	letter-spacing:0.1em;
	line-height:18px;
	padding-right: 10px;
	}
	
a.pageMenu:hover {
	font:24px georgia;
	color: #FFF;
	letter-spacing:0.1em;
	line-height:18px;
	padding-right: 10px;
	background-color: #F09;
	}
	
.pageMenuB {
	color: #FFF;
	letter-spacing:0.1em;
	line-height:18px;
	font-family: georgia;
	font-size: 24px;
	font-weight: bolder;
	margin-top: 0px;
	padding-right: 10px;
	}
	
a.pageMenuB:hover {
	color: #FFF;
	letter-spacing:0.1em;
	line-height:18px;
	font-family: georgia;
	font-size: 24px;
	font-weight: bolder;
	margin-top: 0px;
	padding-right: 10px;
	background-color: #F09;
	}
.pageMenuSel {
	font:24px georgia;
	color: #FFF;
	letter-spacing:0.1em;
	line-height:18px;
	padding-right: 10px;
	background-color: #39F;
	}
.pageMenuBSel {
	color: #FFF;
	letter-spacing:0.1em;
	line-height:18px;
	font-family: georgia;
	font-size: 24px;
	font-weight: bolder;
	margin-top: 0px;
	padding-right: 10px;
	background-color: #39F;
	}
	
.subMenu {
	color: #CCC;
	letter-spacing:0.1px;
	line-height:18px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	}

a.subMenu:hover {
	color: #CCC;
	letter-spacing:0.1px;
	line-height:18px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #F09;
	}
	
.subMenuActive {
	color: #000;
	letter-spacing:0.1px;
	line-height:18px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #F93;
	}
	
.h1 {
	color: #CCC;
	letter-spacing:normal;
	line-height:20px;
	font-family: georgia;
	font-size: 18px;
	}
.h2 {
	color: #666;
	letter-spacing:normal;
	line-height:20px;
	font-family: georgia;
	font-size: 18px;
	}

</style>

