/*css style sheet */

body 	
		{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #06334A;
	font-size: 11px;
	background-color: #ededed;
	margin-left: 0px;
	margin-top: 0px;
	}

#content
	{background-color: #ffffff;
	padding: 5px 15px 5px 15px;
	border-left: 1px solid #06334A;
border-right: 1px solid #06334A;
border-bottom: 1px solid #06334A;
border-top: 1px solid #EE7615;	
} 

	
.menu 	{position: relative; 
		font-size: 11px;
		font-weight: bold;
		color: #06334A;
		padding: 20px 5px 5px 5px;  
		border-bottom: 1px solid #EE7615;}
				
h1				{text-align: left;
				font-family: verdana, arial, helvetica, sans-serif; 
				font-size: 14px;
				color: #06334A;
				border-bottom: 1px solid #EE7615;
				bottom-margin: 5px;
				padding: 10px 5px 5px 5px;} 					

h2		{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #06334A;
	font-weight: bold;
	background: #FFFFFF;
				} 	
h3		{font-family: verdana, arial, helvetica, sans-serif; 
				font-size: 12px;
				padding: 5px;
				color: #06334A;
				font-weight: bold;
				background-color: #06334A;
				} 		
				
h4				{font-family: verdana, arial, helvetica, sans-serif; 
				font-size: 11px;
				padding: 3px 3px 3px 0px;
				color: #06334A;
				font-weight: bold;
				background-color: #EDEDED;
				border-top: 1px solid #06334A;
				border-bottom: 1px solid #06334A;} 	
				
h5		{font-family: verdana, arial, helvetica, sans-serif; 
				font-size: 11px;
				padding: 3px 3px 3px 2px;
				color: #06334A;
				font-weight: bold;
				background-color: #EDEDED;
				border-top: 1px solid #06334A;
				border-bottom: 1px solid #06334A;
				border-left: 1px solid #06334A;
				}	
				
h6		{font-family: verdana, arial, helvetica, sans-serif; 
				font-size: 11px;
				padding: 3px 3px 3px 0px;
				color: #06334A;
				font-weight: bold;
				background-color: #EDEDED;
				border-top: 1px solid #06334A;
				border-bottom: 1px solid #06334A;
				border-right: 1px solid #06334A;}	


#cp				{text-align: center;
				background-color: #06334A;
				border-top: 1px solid #EE7615;
				color: #ffffff;}

a:link 			{color: #EE7615;			
				text-decoration: none;
   				font-weight: normal;
    			font-style: normal;}
				
a:visited 		{color: #EE7615;
    			text-decoration: none;
    			background-color: normal;
    			font-weight: normal;
    			font-style: normal;}
				
a:hover 		{color: #EE7615;
    			text-decoration: underline;
    			background-color: normal;}		

a:active 		{
	color: #EE7615;
	text-decoration: underline;
	background-color: normal;
	font-weight: bold;
}



.menu a:link {color: #06334A;
    			text-decoration: none;
   				font-weight: bold;}

.menu a:visited {color: #06334A;
    			text-decoration: none;
				font-weight: bold;}			
				
.menu a:hover {color: #EE7615;
    			text-decoration: none;
    			font-weight: bold;}		

.menu a:active {color: #EE7615;
    			text-decoration: none;
				font-weight: bold;} 	
.border		{
	border-right: 1px solid #06334A;}
	
strong	{
	font-weight: normal;
	}
