/* CSS Document */


body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #DDDDEE;
}

.style1 {font-size: 10px}

a:link {
	text-decoration: none;
	color: #4446A3;
}
a:visited {
	text-decoration: none;
	color: #4446A3;
}
a:hover {
	text-decoration: underline;
	color: #9B2E29;
}
a:active {
	text-decoration: none;
}

.style2 {color: #0000FF}

h3 {text-decoration: underline}

.page_title{
	color: #000000;
	font-weight:bold;
	font-size:18px;
	text-decoration: underline;
}

.subHeader{
	color: #000000;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
}

