.TitlePage {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #003399; 
	text-decoration: none; 
}

.SubTitle {  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #009999; 
	text-decoration: none; 
	background-color: #003030
}

.BodyNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #FFFFFF; 
	text-decoration: none; 
	background-color: #003030
}

.links {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: 336699; 
	text-decoration: none; 
	background-color: #FFFFFF
}

A:link {
        COLOR: #2E4796; FONT-SIZE: 8pt; TEXT-DECORATION: underline
}
A:active {
        COLOR: #2E4796; FONT-SIZE: 8pt; TEXT-DECORATION: underline
}
A:visited{
        COLOR: #2E4796; FONT-SIZE: 8pt; TEXT-DECORATION: underline
}

A.menlink {
	text-decoration : none;

	font-size : 11px;
	line-height : 18px;
	color:#336699;
}

A.menlink:Visited {
	color : #336699;
}

A:Hover {
	color : #FFCC33;
}

A.menlink:Hover {
	color : white;
	background-color:#FFCC33;
}

.stlMenuTitle {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    CURSOR: hand;
    COLOR: #DDE0EE;
    TEXT-INDENT: 0px;
    FONT-FAMILY: Arial;
	cursor: hand;
	color: white;
	text-decoration : none;
}

.menu {
	width:150px;
	padding-left:5;
	padding-top:5;
	padding-bottom:5;
	padding-right:5;
	background-color:#DDE0EE;
	position:absolute;
	display:none;

	left:110;
	
	color:black;
	border : solid;
	border-width : 1px;
	border-color : #336699;
};

.transparent
{
   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
}