body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/skytile_lt.jpg);
}

div, td, p {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style5 {
  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333;
}
.style6 {
  color: #FF6600
}
.style7 {
  font-size: 10px;
  color: #706963;
}
.color706963 {
  color: #706963;
}

.topNav {
	background-color: #484848;
	color: #FFFFFF;
	font-size: 10px;
	vertical-align:middle;
}


/*Sets line-height of all menuitems*/
#p7TMnav {
  font-size: 12px;
	line-height: 1.5;
	text-decoration: none;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 16px;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	color: #666666;
	/*font-size: 12px;*/
	/*padding: 0;*/
	text-decoration: none;
}
#p7TMnav div a:visited {
	color: #666666;
}
#p7TMnav div a:hover {
	color: #FF6600;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	/*font-size: 11px;*/
	text-decoration: none;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 10px;
}


/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:   url(p7t_plus.gif);
	background-position: 0 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   url(p7t_minus.gif);
	background-position: 0 50%;
	padding: 0 0 0 20px !important;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	text-transform: uppercase;
	color: #666666 !important;
}


.chat_box { display:none; position:absolute; top:5px; right:75px; }