@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	font-weight: normal;
	background-color: #FFFFCC;
	margin-top: 3px;
}

h1 {
	font-size: 16px;
	color: #990033;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	color: #2A00AA;
	font-weight: bold;
}

h3 {
	font-size: 9px;
	color: #333333;
	font-weight: normal;
}

a:link {
	color: #006666;
	font-weight: bold;
}

a:visit {	
	color: #333333;
}

a:active {
	text-decoration: underline;
}

a:hover {
	font-style: italic;
}

.contenttxt {
	font-family: "Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	color: 222222;
}
.topicbold {
	font-size:16px;
	color: #003366;
	font-weight: bold;
}
.topicheader {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase; 
	
}
.subtop {
	color: #003366;
	font-weight: bold;
}
.redline {
	color: #CC0000;
}
.highlight {
	font-weight: bold;
}
.bluetitle {
	font-size: 12px;
	color: #2A00AA;
	text-weight: bold;
}
.index {
	font-size: 8px;
	color: #222222;
	align: center;
}

