P  {
	
	font-family : Arial, Helvetica, sans-serif;
	
	
}

P.center {
	font-family : sans-serif;
	font-size : 9pt;
	text-align : center;
}


H1  {
	font-size : 14pt;
	font-family : sans-serif;
	font-weight : bold;
	color : Navy;
}
H2  {
	font-size : 10pt;
	font-family : sans-serif;
	color : Navy;
}

H3  {
	font-size : 10pt;
	font-family : sans-serif;
	color : Navy;
}

A  {font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : Teal;
	text-decoration : none;
}

A:Visited  {}

A:Active  {}

A:Hover  {
	color : Red;
	text-decoration : none;
}

BODY  {
 background-color: white;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	}

.left {  text-align: left}
p.left {  text-align: left}


TD  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	color : Navy;
	
}


.route {
	font-size: 14px;
	font-variant: small-caps;	
}







.submen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 2px;
	background-color:#ededee;
	padding-left:5px;
	color:black;
	width:135px;
	padding-top:5px;
	height:23px;
	text-align:left;
	float:left;
	margin-top:3px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: transparent;
}

.submen:Hover{
color:navy;
border-left-color: navy;

}


