h1 {
	font-size    : 24pt ;
	padding      : 25px ;
	margin       : 1px ;
	height       : 50px;
	color        : #ffffff ;
	background   : #4F81BD
}



h2 {
	color        : #808080;
	font-size    : 10pt ;
	padding      : 3px ;
	margin       : 1px ;
	background   : #dcdcdc
}


p {
	padding:5px;
	line-height : 1.7 ;
	letter-spacing : 0.07em ;
}

.bg{
	text-align   : center;
	margin       : 1px;
	padding-top  : 5px;
	height       : 70px;
	background   : #4F81BD
}

.s10 { font-size:10pt }



.p1 {
	position:relative;
	z-index:1;
}



.p2 {
	position:absolute;
	z-index:2;
	top:20px;
	left:270px
}



.left {
	float:left;
	width:15%
}



.left2 {
	float:left;
	width:60%
}


.right {
	float:right;
	width:25%
}

.clear {
	clear : both
}

.none { display:none }


.navy {
	text-align:center;
	color : #ffffff ;
	background   : #4F81BD
}

a:link {
	text-decoration:none
}

a:visited {
	color : #0000ff ;
	text-decoration:none
}

a:hover {
	color : #ffffff ;
	background : #808080
}

