


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	line-height: 130%;
	background: #FFFFFF
}

table {
	font-size: 11px;
}

h1 {
	font-weight: bold;
	font-size: 20px;
	color: #022B4A
}

h2 {
	font-weight: bold;
	font-size: 16px;
	color: #022B4A
}

h3 {
	font-weight: bold;
	font-size: 14px;
	color: #022B4A;
	margin-top: 40px;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	color: #022B4A;
	margin-top: 30px;
}

li { padding-bottom: 3px }





a{ 
	font-weight: bold;
	color: #022B4A; 
	text-decoration:none
}

/*normal links in the text*/
a:link {

}

a:visited { 

}

a:hover {  
	text-decoration: underline
}

/*when pressed*/
a:active {  
	text-decoration: underline
}



.hilite {
	background-color: #FFFF00;
	font-weight: normal;
	color: #990000;
}

.title {
	font-weight: bold;
	font-size: 12px;
	color: #022B4A;
}

.legend {
	font-size: 9px;
	font-style: italic;
	text-decoration: none
}

.bold {
    font-weight: bold;
}




/************************** side text style *******************************/

.sidetext {
	font-size: 10px;
	font-style: normal;
	text-decoration: none
}


a.sidetext { 
	font-size: 11px;
}





/************************** menu style *******************************/

.menu {
	font-size: 12px;
	font-style: normal;
	color: #022B4A;
	line-height: 110%;
	text-decoration: none
}



