body{
background-color:#FFFFFF;
padding:0;
margin:0;
}




.main_menu {

font-family: Arial;
font-size: 9pt;
font-style: normal;
font-weight:bold;
color: #FFB4B5;
}


a.main_menu:link {
	padding:8px 100px 8px 60px;
	color: #FFB4B5F;
	background:transparent left no-repeat url(images/spacer.gif);
	text-decoration: none;
}

a.main_menu:visited {
	padding:8px 100px 8px 60px;
	color: #FFB4B5;
	background:transparent left no-repeat url(images/spacer.gif);
	text-decoration: none;
}

a.main_menu:active {
	padding:8px 100px 8px 60px;
	color: #FFB4B5;
	background:transparent left no-repeat url(images/spacer.gif);
	text-decoration: none;
}

a.main_menu:hover {
	padding:8px 100px 8px 60px;
	color: #FFFFFF;
	background:transparent left no-repeat url(images/menu-over.gif);
	text-decoration: none;
}

.sub_menu {

font-family: Arial;
font-size: 9pt;
font-style: normal;
font-weight:bold;
color: #FFFFFF;
}


a.sub_menu:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.sub_menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.sub_menu:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.sub_menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.normalTxt {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #828282;
	text-decoration: none;
}



.normalHeading {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #828282;
	text-decoration: none;
}

.mainHeading {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.copyrightTxt {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #7F7F7F;
	text-decoration: none;
}

