.bodytext {
    font-family: verdana;
    font-size: 12px;
}

.linktext {
	font-family : Verdana;
	font-size : 11px;
	color : #000099;
	font-weight : none;
	
}

.header {
	font-family : Arial;
	font-size : 24px;
	border : thin solid Navy;
	text-align : center;
	vertical-align : middle;
	background-color : Silver;
	color : Teal;
	font-weight : bold;
}

.menu {
	font-family : Verdana;
	font-size : 12px;
	color : Teal;
	font-weight : bold;
	text-decoration : none;
}

.boxheader {
	font-family : Verdana;
	font-size : 11px;
	border : 1px solid Teal;
	background-color : Silver;
	text-align : center;
	height : 18px;
	color : Navy;
	padding-top : 2px;
	font-weight : bold;
}

.boxtext {
	font-family : Verdana;
	font-size : 11px;
	border : 1px solid;
}

.boxtext2 {
	font-family : Verdana;
	font-size : 11px;
}
.style1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;}

a.linktext:link {
	text-decoration: none;
}
a.linktext:visited {
	text-decoration: none;
}
a.linktext:hover {
	text-decoration: #FF9422;
}
a.linktext:active {
	text-decoration: none;
}
