table.menu	{
	position: absolute;
	/*border: 1px #CCCCCC solid;*/
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #333399; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Verdana;
	font-size: 8pt;
    white-space: nowrap;
	
}

.content {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: 333333;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: 333333;
	letter-spacing: 0em;

}

.subheader {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #336666;
}
   
.bottom {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	color: 000000;
}
.bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;

}
.svcBG {
	background-attachment: fixed;
	background-image: url(images/svc_bg.jpg);
	background-repeat: no-repeat;
}
