body{
	background-color:navy;
	color: black;
}

a.tlac {
line-height:50px; 
text-align: center;
width: 160px;
height: 50px;
margin: 0px;
display: block;
font-family: "Arial";
font-weight: bold;
font-size: 10pt;
color: white;
background:black;
position: relative;
text-decoration: none;

	border-top: 1px solid white; 
	border-left: 1px solid white;
 	border-bottom: 1px solid white;
 	border-right: 1px solid white;
	
	

}

a.tlac:link{
	color:white;
	background:black;
	border-top: 1px solid white; 
	border-left: 1px solid white;
 	border-bottom: 1px solid white;
 	border-right: 1px solid white;
	
}

a.tlac:hover {
	background:navy;
	border-top: 1px solid white; 
	border-left: 1px solid white;
 	border-bottom: 1px solid white;
 	border-right: 1px solid white;
	color:white;
	
} 
/*
a.tlac:visited{
	color:white;
	background:black;
	border-top: 1px solid white; 
	border-left: 1px solid white;
 	border-bottom: 1px solid white;
 	border-right: 1px solid white;
	
}
*/


.p{
	color:black;
	margin-left:30px;
}

.p1{
		color:white;
		font-family:Arial;
		font-weight: bold;
		text-align:right;
}

.sk{
	font-size:20px;
	font-family:Arial;
	color:black;
	font-weight: bold;
	background-color: silver;
	text-align:center;
	width:580px;
	position:relative;
	left:25px;

}

.sk1{
	font-family:Arial;
	color:black;
	font-weight: bold;
	background-color: silver;
	text-align:center;
	position:relative;
	top:-20px;
	left:25px;
	width:580px;
}

h2{ 
	color:white;
	text-align:center; 
}

.red{
	color:red;
	margin-left:30px;
	padding-bottom:4px; 
	font-weight: bold;
}

h3{
	color:navy;
	margin-left:30px;
	margin-top:20px;
	border-bottom:1px solid black;
	padding-bottom:4px 
}

.p2{
	border-top: 1px solid white; 
	border-left: 1px solid white;
 	border-bottom: 1px solid white;
 	border-right: 1px solid white; 
	
}

.p3 {
		position:relative;
		top:10px;;
		bottom:10px;
}

.p5 {
		position:relative;
		top:-7px;;
		bottom:10px;
}

.p4 {
		margin-left:30px;
		border-top:1px solid black;
		padding-top:10px;
}

a img {
	border: none;
} 

ul li{
	color:navy;
}


ul li.b{
	color:black;
}

span{
	color: black;
}

a{
	
	font-weight: bold;
	display: block;
}

A:link{
	color:black;
}
/*
A:visited{
	color:black;
}

A:active{
	color:red;
}
*/
A:hover{
	color:navy;
	visibility: visible; 
}

.logo{
	font-size:30px;
	font-family:Arial;
}

/*.v{
	max-height: 50px;
	_height: expression(this.scrollHeight > 50? "50px" : "auto" );
	overflow :hidden;
}
*/

table.h{
	border-color:white;
	height:300px
}


table.h2{
	border-color:white;
	height:1200px;
}

table.h3{
	border-color:white;
	height:1600px;
}

