/* CSS Document */
* {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica;
	color: #000000;
}

body {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica;
	margin: 0px;
	background-color: #ffffff;
}

td.navcell {
	width: 146px;
	padding: 0px;
	vertical-align: top;
}

td.dots {
	background-image: url(../images/vertical_dots.gif);
	background-repeat: repeat-y;
	}
	
.title  {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-top: 8px;
}

.header {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 4px;
}

.copy {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica;
	font-size: 14px;
	color: #000000;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 6px;
	text-align: justify;
}

li {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica;
	font-size: 14px;
	color: #000000;
}

.utility {
	color: #2f8db0;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	taxt-align: center;
}

.copyright {
	font-size: 12px;
	color: #666;
	margin-left: 8px;
	margin-right: 0px;
}

hr {
	color: black;
	background-color: black;
	size: 1px;
	height: 1px;
	border: 0px;
	text-align: left;
	margin-left: 8px;
	margin-right: 6px;

}

textarea {
	overflow: auto;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a.utilitynav {
	color: #2f8db0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.utilitynav:hover {
	color: #679f95;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.headernav {
	font-size: 16px;
	font-weight: bold;
	color: #2f8db0;
	margin-top: 8px;
	margin-left: 8px;
	text-decoration: underline;
}

a.headernav:hover {
	font-size: 16px;
	font-weight: bold;
	color: #2f8db0;
	margin-top: 8px;
	margin-left: 8px;
	text-decoration: none;
}