a:link {
	color: #025589;
}

a:visited {
	color: #8EA6C5;
	text-decoration: underline;
}

a:hover {
	color: #AD86D7;
	text-decoration: none;
}

a:active {
	color: #025589;
	text-decoration: none;
}

b {
	color: #025589;
}

/* Page layout tags*/
body, td, tr{
	color: #000000;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

p{
	color: #000000;
	font: 12px/18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #6485AF;
	font-size: 24px;
}

h2 {
	color: #6485AF;
	font-size: 18px;
}

h3 {
	color: #6485AF;
	font-size: 16px;
}

input {
	font-family: "Courier New", Courier, mono, monospace;
	font-size: 12px;
	color: #025589;

}

ol {
	color: #333333;
	font-weight: normal;
	list-style-type: decimal;
	margin-bottom: 6px;
	margin-top: 6px;
}

ol ol {
	color: #333333;
	font-weight: normal;
	list-style-type: none;
}

ol ol ol {
	color: #333333;
	font-weight: normal;
	list-style-type: lower-alpha;
}

strong {
	color: #025589;
}

ul {
	color: #333333;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(images/bulletarrow.gif);



}

ul ul {
	color: #333333;
	list-style-type: lower-roman;
	margin-bottom: 6px;
	margin-top: 6px;
}

.blueheader {
	color: #6485AF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom-style: dashed;
	border-bottom-color: #CAD5E2;
	background-color: #FAFAF0;
	border-bottom-width: thin;



}

.whiteheader {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
