body {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
	font-family : Times New Roman, Times, serif; 
	font-size : 14px;
	color: #FFFFFF;
	background-color : #FFFFFF; 
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

TD, DIV, FONT, SPAN, P, UL, H3, H4, H5, H6 {
	font-family : Times New Roman, Times, serif;
	font-size : 14px; 
	color: #FFFFFF;
	line-height:normal
}

HR {
	HEIGHT: 1px; 
	color: #FFFFFF;
}

H1 {
	font-family : Times New Roman, Times, serif;
	color: #FFFFFF;
	font-size: 20px; 
	font-weight: bold;
	margin : 0px;
}

H2 {
	font-family : Times New Roman, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin : 0px;
}

/* General Body Tags */

.bodyTextLarge {
	font-family : Times New Roman, Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.bodyTextBold {
	font-family : Times New Roman, Times, serif;
	color: #FFFFFF; 
	font-weight: bold;
}

.bodyTextSmall {
	font-family : Times New Roman, Times, serif;
	color: #FFFFFF; 
	font-size: 12px;
}

.bodyText {
	font-family : Times New Roman, Times, serif;
	color: #FFFFFF;
}

.tabMainBody {
	background-color: #79A4A4;
	height: 350px;
	padding:23px 23px 23px 23px;
}

.tabMainBodyHome {
	background: #79A4A4 url(../img/bg_main_home.gif) no-repeat scroll right bottom;
	height: 300px;
	padding:23px 23px 23px 23px;
}

.gray, a.gray:link, a.gray:visited {
	font-family : Arial, Verdana; 
	font-size : 12px;
	text-decoration: none; 
	color: #7c7c7c;
}
a.gray:hover {
	text-decoration: none; 
	color: #000000;
}

.pixellounge, a.pixellounge:link, a.pixellounge:visited {
	font-family : Arial, Verdana; 
	font-size : 12px;
	text-decoration: none; 
	color: #7c7c7c;
}
a.pixellounge:hover {
	text-decoration: none; 
	color: #CC0000;
}

/* General Body Tags End */

/* Navigation */

.tabNavTop {
	font-family : Times New Roman, Times, serif;
	background-color: #EDECE2;
	height:24px;
	padding-left:13px;
}

.navTop, a.navTop:link, a.navTop:visited, a.navTop:active { 
	font-size: 18px;
	text-decoration: none; 
	color: #8C8F8D;
	padding:0px 13px 0px 13px;
} 
a.navTop:hover {
	font-size: 18px;
	text-decoration: none; 
	color: #000000;
}

#navLeft {
	width:150px;
}

#navLeft .leftbtn {
	width:150px;
}

#navLeft .leftbtn a {
	display:block;
	font-family : Times New Roman, Times, serif; 
	font-size:16px;
	color:#E5E4DB;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	margin:0px;
	padding:0px 20px 18px 0px;
}

#navLeft .leftbtn a:hover {
	color:#FFFFFF;
}

/* Navigation End */

/* Form Styles */
.textbox {
	color: #333333;
	font-size: 12px;
	background-color: #EFEFEF;
	border: 1px #E5E4DB solid;
	width:200px;
}