.normaltext {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	padding: 5px 5px 5px 5px;
}

.normalnav {
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	padding: 0px;
}

.style1 {
	color: #0000CC;
	font-weight: bold;
}
.style2 {
	color: #0033FF;
	font-weight: bold;
}
.style3 {
	color: #0099FF;
	font-weight: bold;
}

.box {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	padding: 10px;
}

td.nav a {
	display: block;
	font-family: Verdana;
	font-size: 11px;
	width:100%;
	height:20px;
	border: border-collapse; 
	border: 1px solid #ffffff;	
	background-color: #004192;
	text-decoration: none;	
	color: #ffffff;
	
} 

td.nav a:visited {
	display: block;
	font-family: Verdana;
	font-size: 11px;
	width:100%;
	height:20px;
	border: border-collapse; 
	border: 1px solid #ffffff;	
	background-color: #004192;
	text-decoration: none;	
	color: #ffffff;
	
} 

td.nav a:active {
	display: block;
	font-family: Verdana;
	font-size: 11px;
	width:100%;
	height:20px;
	border: border-collapse; 
	border: 1px solid #ffffff;	
	background-color: #de0000;
	text-decoration: none;	
	color: #ffffff;
	
}

td.nav a:hover {
	width:100%;
	font-family: Verdana;
	font-size: 11px;
	height:20px;
	background-color: #de0000;
	vertical-align: middle;
	text-decoration: blink;
	color: #ffffff;
}


a:link {
	color: #000000;
	text-decoration: none;
	text-decoration: underline;
} /* an unvisited link */


a:visited {
	color: #000;
	text-decoration: none;
	text-decoration: underline;
} /* a visited link */


a:hover {
	color: #000;
	text-decoration: underline;
} /* a link with the mouse hovering
over it */


a:active {
	color: #000;
	text-decoration: none;
	text-decoration: underline;
} /* the selected link */


A.extern:active { color: #ffffff;
}
A.extern:link { color: #ffffff; 
}
A.extern:visited { color: #ffffff;
text-decoration: none;
}
A.extern:hover { color: #ffffff;
text-decoration: none;
}
