<HEAD>
<TITLE>CSS</TITLE>
<STYLE TYPE="text/css">

body {
	font-family: Tahoma;
	font-size: 10px;
	margin: 0px;
} 

.header {
	font-family: Book Antiqua;
	font-size: 15px;
}

.navheader {
	font-size: 14px;
	color: White;
	font-family: Tahoma;
}

.navnolink {
	font-size: 12px;
	color: #155C62;
	font-weight: bold;
	font-family: Tahoma; 	
}

A:link {
	text-decoration: none; 
	color: #155C62;
}
A:visited {
	text-decoration: none; 
	color: #155C62;
}
A:active {
	text-decoration: none; 
	color: #155C62;
}
A:hover {
	text-decoration: none; 
	color: black;
}

A.navlink:link {
	text-decoration: none; 
	color: #155C62;
	font-family: Tahoma;
	font-size: 12px;
}
A.navlink:visited {
	text-decoration: none; 
	color: #155C62;
	font-family: Tahoma;
	font-size: 12px;
}
A.navlink:active {
	text-decoration: none; 
	color: #155C62;
	font-family: Tahoma;
	font-size: 12px;
}
A.navlink:hover {
	text-decoration: none;
	color: White;
	font-family: Tahoma;
	font-size: 12px;
}

.footer {
	font-size: 10px;
	font-family: Tahoma; 	
}

td {
	font-family: Tahoma;
	font-size: 10pt;
}

table#body {
	
	border-right: thin solid #B2B3B5;
	border-bottom: thin solid #B2B3B5;
	border-left: thin solid #B2B3B5;
}

table#head {
	border-right: thin solid #B2B3B5;
	border-bottom: medium solid #B2B3B5;
	border-left: thin solid #B2B3B5;
}


</STYLE>
</HEAD>

