
BODY {
	color : #191970;
	background-color : #D9ECFF;
	font-family : "Times New Roman", serif;
	font-size : 13pt;
	font-weight: 300;
	text-align : justify;
	background-image : url(images/bg01.jpg);
	margin-left: 45px;
	margin-right: 45px;	
}
TABLE.sm {
	font-size : 75%;
}
A {
	color : #214FD3;
	text-decoration : none;
	font-weight : 500;
}

A:HOVER {
	color : #bb0000;
	text-decoration : underline;
	font-weight : 500
	}
H1{
	font-size : 180%;
	font-weight : bolder;
	font-style : normal;
	
}
H2{
	font-size : 140%;
	font-weight : bolder;
	font : small-caps;
}



H3{
	font : small-caps bold 140%;
	color : #BB0000;
}
H4{
	font-size : 120%;
	font-weight : bold;
	
}
H4.caps{
	font-size : 100%;
	font-weight : bold;
	
	font-variant : small-caps;
}
H5{
	font-size : 75%;
	font-weight : bold;
	font-style : normal;
	
}
H6 {
	font-size : 200%;
	font-weight : bolder;
	
	font : small-caps;
}
HR{
	color : #4682B4;
	height : 2pt;
	width : 75%;
	text-align : center;
}
HR.25{
	color : #4682B4;
	height : 1pt;
	width : 25%;
	text-align : center;
}
P.justify {
	text-align : justify;
}
.ltblue {
	color : #1E90FF;
}
.dkblue {
	color: #345458;
}
.red{
	color : #BB0000;
}
.u {
	text-decoration : underline;
}
.sm{
	font-size : 75%;
}
.big{
	font-size:125%;
}
.jumbo{
	font-size: 300%;
}
.title{
	font : bold 130% Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
.sup { vertical-align: super; 
font-size: 60%;}
.highlight { background-color: #FFFAC8; 
}
.alt-text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.caps { font-variant: small-caps; }