BODY, TD {
	background: navy;
	color : white;
	font-family :  Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}

H1 {
    font-size: 30pt;
    color: #FFFFFF;
}

H2 {
	font-size: 14pt;
	color: #87CEFA;
}

H3 {
	font-size: 13pt;
	color: #7FFFD4;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
}

H5 {
    font-size: 10;
    color: #EEEEFF;
}

A {
	text-decoration: none;
	color: aqua;
}

A:Hover {
	text-decoration: underline;
	color: #32CD32;
}
A:Active {
	text-decoration: none;
	color: Red;
}

HR {
	color: blue;
	height: 1pt;
}

.expandedlink{
	color:red;

}

.expandedrule{
	color:red;
	height:1pt;
}

.para1 {
	 margin-top: -42px;
	 margin-left: 145px;
	 margin-right: 10px;
	 font-family: "font2, Arial";
	 font-size: 30px;
	 line-height: 35px;
	 text-align: left;
	 color: #E1E1E1;
}

.para2 {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 50px;
	font-family: "font1, Arial Black";
	font-size: 50px;
	line-height: 40px;
	text-align: left;
	color: #005080;
}

