
/*------ LINK SETS--------*/

	/* LINKS Set #1 */
	a.menu:link
	{
		text-decoration : none;
		color: #000000;
		font-size : 11px;
		background-color : transparent;
		border-bottom: dotted 1px #000;
	}
	a.menu:visited
	{
		text-decoration : none;
		color: #000000;
		font-size : 11px;
		background-color : transparent;
		border-bottom: dotted 1px #000;
	}
	
	a.menu:hover
	{
		text-decoration: none;
		color: #000000;
		font-size : 11px;
		background-color : #DDE5EF;
		border-bottom: dotted 1px #0;
	}

/*------ Left Dotted Vert. Line--------*/	
LI
{
padding-bottom:3px;
padding-top:2px;
}
ul {
list-style: none;
margin :0px 0px 0px 15px;
padding-left: 5px;
border-left: 1px dotted #000;
}

/*------ Main Section  Header--------*/
h2{
font-size:12px; 
cursor:hand ; 
margin-top: 2px; 
margin-bottom: 2px;
padding: 1px 1px 1px 5px; 
color: #fff; 
background-color: #00006E;
border: 1px solid #000; 
font-weight : bold;
width: 100%px;
}

/*------ Sub Section  Header--------*/
h3{
font-size:11px; 
cursor:hand ; 
margin-top: 2px; 
margin-bottom: 2px;
padding: 1px 1px 1px 5px; 
color: #000; 
background-color: #CCD8E6;
border: 1px solid #000; 
font-weight : bold;
width: 92%;
}

/*------ 2nd Sub Section  Header--------*/
h4{
font-size:11px; 
cursor:hand ; 
margin-top: 2px; 
margin-bottom: 2px;
padding: 1px 1px 1px 5px; 
color: #000; 
background-color: #f0f0f0;
border: 1px solid #000; 
font-weight : bold;
width:94%;
}
	
