.bordernav {
	border-left: 2px solid white;
	border-top: 2px solid white;
	border-bottom: 2px solid white; 	
	background-color: #336666;
	text-align: center;
	font-family: verdana;
	color: white;
	font-size: 10pt;
}

.bordernav a {
	text-decoration: underline;
	color: white;
}

.bordernav a:hover {
	text-decoration: none;
	color: #99CC99;
}

.bordermain {
border-right: 2px solid white;
	border-bottom: 2px solid white; 	
	border-left: 2px solid white;
	background-color: #336666;	
	font-family: verdana;
	color: white;
	font-size: 10pt;
}

.bordermain a {
	color: white;
	text-decoration: underline;
}

.bordermain a:hover {
	text-decoration: none;
	color: #99CC99;
}

.table {
		font-family: verdana;
	color: white;
	font-size: 10pt;
}

.table a {
		color: white;
	text-decoration: underline;
}

.table a:hover {
	text-decoration: none;
	color: #99CC99;
}

.bordermain2 { 	
	border-right: 2px solid white;
	border-top: 2px solid white;
	background-color: #336666;	
	font-family: verdana;
	color: white;
	font-size: 10pt;
	text-align: justify;
}

.bordermain2 a {
		color: white;
	text-decoration: underline;
}

.bordermain2 a:hover {
	text-decoration: none;
	color: #99CC99;
}

.margin {
	margin-right: 15px;
	margin-left: 15px;
}
