/* Global Styles */
body  { background: url(../images/main_bg3.jpg) repeat-x; text-align: center; margin: 0 }

/* Body Styles */
.header {
	font-family: "Tahoma MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
}
.bodyText {
	font-family: "Tahoma MS", Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #333333; 
	line-height: 28px;
}

/* Navagation */

.navText {
	width: 185px; 
	padding-right: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #333333; 
	text-align: right; 
	line-height: 36px;
}
.navText a {
	color: #333333;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: #999999 1px solid;
}
.navText a:hover {
	color: #000000;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: #0099CC 2px solid;
}
.navUpper {
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333; 
	font-size: 12px;
	letter-spacing: 1px;
}
.navUpper a {
	color: #333333;
	text-decoration: none;
}
.navUpper a:hover {
	color: #0099CC;
	text-decoration: none;
}

/* Footer */
.footer {
	font-family: "Tahoma MS", Arial, Helvetica, sans-serif; 
	color: #333333; 
	font-size: 11px; 
	line-height: 18px;
}