a:link{
	color: #0000CC;
	text-decoration: none 
}
a:visited{
	color: #6600CC; 
	text-decoration: none
} 	
a:active{
	color: #FF0000;
	text-decoration: none
}
a:hover{
	color: #FF0000;
	text-decoration: none
}
body{	
	background-color: #1B449C;
	margin-left: 0px;
	margin-right: 0px
}
table{
	font-family: Arial, Helivca;
	color: #000000;
	font-size: 13px;
	font-style: normal;
	text-align: left	
}
	
h1{
	font-family: Times New Roman, Times;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	text-align: center
}
h3{
	text-align: center;
	font-size: 12px;
	font-weight: bold
}

h4{
	font-family: Arial, Helivca;
	color: #000000;
	font-size: 10px;
	font-style: normal;
	text-align: left
}

h5{
	text-align: center;
	font-size: 10px
}
			
p{
	margin-left: 12px;
	margin-right: 12px
}