BODY {
	background-color : #000066;	
}

.text1 {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: Navy;
}

.text2 {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12pt;
	font-style: normal;
	text-align : left;
	color: Navy;
   margin-left: 0px;
}

.title1 {
	color: navy;
	top: 5px;
	text-align: center;
	font-size: 48px;
	font-family : "Times New Roman", Times, serif;
}

.title2 {
	color: navy;
	top: 5px;
	text-align: center;
	font-size: 36px;
	font-family : "Times New Roman", Times, serif;
}

.title3 {
	font-family:  Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: Navy;
	font-weight : bold;
	text-align: left;
	text-indent : 5px;
}

.title4 {
	color: navy;
	position: absolute;
	left: 10px;
	top: 5px;
	font-size: 50;
	font-family : "Times New Roman", Times, serif;
	z-index:10;
}

.dropcap {
	float: left;
	font-size: 36pt;
	line-height: 28pt;
	font-weight : bold;
	font-family : "Times New Roman", Times, serif;
}

.highlight {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: normal;
	text-align : left;
	color: Navy;
	font-weight : bold;
	text-align:center;
	margin-bottom : 5px;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 5px;
}

A:ACTIVE {
	color : Blue;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 8pt;
	text-decoration : none;
}

A:HOVER {
	color: Green;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 8pt;
	text-decoration : underline;
}

 A:LINK,  A:VISITED {
	color: Teal;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 8pt;
   text-decoration: none;
}


