a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none; color: blue;
}

a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.top:link {
	text-decoration: none; color: white;
}
a.top:visited {
	text-decoration: none; color: white;
}
a.top:hover {
	text-decoration: underline;
}
a.top:active {
	text-decoration: none;
}

a.bottom:link {
	text-decoration: none;
	color: black;
}
a.bottom:visited {
	text-decoration: none;
	color: black;
}
a.bottom:hover {
	text-decoration: underline;
}
a.bottom:active {
	text-decoration: none;
}

.bottombar {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	color: #000000;
	font-size: 10px;
}
.topbar {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}


h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

.search {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	font-size: 10px;
	font-weight: bold;
}
.leftnav {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EFEFEF;
	background-color: #FFFFFF;
	background-image: none;
}
.contentbar {
	color: #FFFFFF;
	display: block;
	background-image: none;
	background-color: #42658D;
	font-size: 18px;
	font-weight: bold;
}

.disclaimer {
	font-size: 12px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-size: 12px;
}

.tblbrdr {
	border: 1px dashed #666666;
}.important {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
