body {
	margin:0;
	padding:0;
	background-color:#060;
}


.Normal
{
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 150%;
}

.SubHead {
	color:#FFFFFF;
	font-family:"Century Gothic", Arial;
	font-size:14px;
	font-weight:normal;
} 

.NormalTextBox
{
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	font-weight: normal;
	color:  #006699;
	line-height: 150%;
}

.MainMenu_MenuItem {
	font-family: "Century Gothic", Arial;
	font-size: 17px;
	font-weight: bold;
	color:  #6699ff;
	line-height: 200%;
	background-color: transparent;
	letter-spacing: 2px;
}

.MainMenu_MenuItemSel {
	font-family: "Century Gothic", Arial;
	font-size: 17px;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 150%;
	background-color: transparent;
	letter-spacing: 2px;
	line-height: 200%;
}

H1{
	font-family: "Trebuchet MS", "Century Gothic";
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: transparent;
	background-position: left center;
	text-align: left;
}

H2{
	font-family: "Trebuchet MS", "Century Gothic";
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: transparent;
	background-position: center center;
	text-align: left;
}

H3{
	font-family: "Trebuchet MS", "Century Gothic";
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: transparent;
	background-position: center center;
	text-align: left;
}
H4{
	font-family: "Trebuchet MS", "Century Gothic";
	font-size: 16px;
	font-weight: bold;
	color: #0099FF;
	background-color: transparent;
	background-position: center center;
	text-align: left;
}

a:link {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

ul li a:link{
	font-family: "Century Gothic", Arial;
	font-size: 11px;
	font-weight: normal;
	color: #0099CC;
	list-style-type:square;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
ul li a:hover{
	font-family: "Century Gothic", Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
ul li a:visited{
	font-family: "Century Gothic", Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	list-style-type:square;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

