.border {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
	
.border1 
{	
border-right: 1px solid #000000;
}
	
.border2 {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

a 
{	color: #003399;  
	text-size: 10px;	
	background-color: transparent; 
	text-decoration: underline;
}
a:link {
	color: #003399;	
	background-color: transparent; 
	text-decoration: none;
}
a:active {
	color: #003399;
	background-color: transparent; 
	text-decoration: none;
}
a:visited {
	color: #003399;
	background-color: transparent; 
	text-decoration: none;
}
a:hover {
	color: #657e85;
	background-color: transparent; 
	text-decoration: none;
}
.menu {
	color: #003399;
	font-size: 13px;	
	font-family: verdana, arial, sans-serif;
	background-color: transparent;
	text-decoration: none;
	}
body {
	background-color: #FFF;
	margin:0px;
	padding-bottom: -3px;
}
.smallblacktext {
    background: none;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#333;	
	font-weight:bold;
}
.defaulttext {
    background: none;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color:#000;
}
.header {
    background: none;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;	
	color:#003399;
}