.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: 3d607e;
}
.BodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: 3d607e;
}


/* MAIN MENU SETTINGS*/
.MENU {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bolder;
	text-transform: lowercase;
	text-align: center;
	}
	
/* VERTICAL WORD*/
.VMENU {
    font-family : Arial, Helvetica, sans-serif; 
    font-size : 10px;
	text-decoration: none;
	color: Black;
	}

/* SUBMENU SETTINGS */
.SUBMENU {
    font-family : Arial, Helvetica, sans-serif; 
    font-size : 10px;
    color : Black; 
	text-decoration: none;
	}
	
/* SUBMENU SETTINGS FOR OPERA, IE6 */
.ASUBMENU {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	text-transform: lowercase;
	width : 100%;
	color : #FFFFFF;
	font-weight: bolder;
	text-align: center;
}

.ASUBMENU:hover {
	background-color : #666666;
	font-color : #000000;
	font-size: 12px;
	font-weight: bolder;
	}

.ASUBMENU:visited {
	color : #FFFFFF;
	font-size: 12px;
	font-weight: bolder;
}

.HeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: 200;
	color: 3d607e;
}
.BodyLinks {
	font-weight: bold;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: 3d607e;


}
a:visited {
	text-decoration: none;
	color: 3d607e;
	font-weight: bold;
}
a:hover {
	font-size: larger;
	font-weight: bold;
	color: 3d607e;
	text-decoration: none;
}
.BulletList {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(/images/round_bullet.GIF);

}
