.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: none;
	color: #336699;
}
.smalltitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.textitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333333;
	font-style: italic;
}
.secondnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.secondnavactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	font-weight: normal;
}
.mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	vertical-align: top;
	text-align: center;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: uppercase;
	color: #CC0000;
	font-weight: normal;
}
.textllink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #669900;
}
.titlegray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-transform: none;
	color: #333333;
}


#pagebody_popup {
	padding: 10px;
	border: 1px dotted;
	position: absolute;
	background: #FFFFCC;
	border-color: #99CC00;
	margin-top: 10px;
	margin-left: 10px;
	left: 0px;
	top: 10px;
	width: 350px;
}
.universal_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: right;
	margin: 5px;
}

A .tip { display: none; 
}

A:hover .tip {display: inline;
 }

.tip DIV {
        border: 1px solid #666666;
        color: #333333;
        background-color: #ffd;
        font-size:90%;
        width: 100px;
        padding: 0.2em;

} 

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
