body, th, td, p, li, ul {	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
	}
	
h5 {
	color: #0B1A39; 
	font-size: 13px;
	}

h4 {
	color: #0B1A39; 
	font-size: 15px;
	}
	
a:link {
	text-decoration: none; 
	color: #E04000;
	} 
a:visited {
	text-decoration: none; 
	color: #E04000;
	}
a:hover {
	text-decoration: underline; 
	color: #0B1A39; 
	}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #0B1A39; 
	font-size: 10px;
	}
	
.block {
	text-align: justify;
	}

.indent {
	text-indent: 10px;
	}
	
.margin {
	margin: 5px; padding: 5px;
	}
	
.one {
	color: #fff; 	
	font-weight: bold; 
	background-color: #0B1A39;
	border: 1px solid #0B1A39;
	}
	
.input {
	border: 1px solid #0B1A39;
	}
	
.justify {
	text-align:justify; 
	}

#dropmenudiv{
	position:absolute;
	background-color: #0b1a39;	
	border-top: 1px solid #fff;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;	
	font: 11px Arial;
	color: #fff;
	text-align: center;	
	z-index: 100;
	}

#dropmenudiv a{
	width: 100%;
	display: block;
	background-color: #0b1a39;
	text-indent: 3px;
	color: #fff;
	border-right: 0;
	border-top: 0;
	border-left: 0;
	border-bottom:  1px solid #fff;
	padding: 4px;
	text-decoration: none;
	text-align: center;	
	}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #24314d;
	color: #fff;
	}