a:link       { text-decoration: none; color: #0000FF}
a:visited { text-decoration: none; color: #800080; }
a:active { text-decoration: none; color: #ff0099; }
a:hover      { text-decoration: underline; color: #FF0000}

.copyright {
	font-size: 10px;
	color: #999999;
}

.nav a:link {
	color: #FFFFCC;
}

.nav a:visited {
  color: #CCCCCC;
}

.nav a:hover {
	text-decoration: none;
	color: #FF9900;
}

.nav a:active {
	color: #FF0000;
}


body         { font-family: Verdana; font-size: 10pt }
.topbordergray {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.botbordergray {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.bordergray {
	border: 1px solid #CCCCCC;
}


.large {
	font-size: 16px;
}
.table800 {
	width: 800px;
}
.tablepix {
	font-size: 10px;
	padding: 3px;
	float: right;
}

.largebold {
	font-size: 16px;
	font-weight: bold;
}
.boxyellow {
	background-color: #FFFF00;
	border: 1px solid #0000FF;
}
