@charset "utf-8";
.highlight {
	background-color: #FFFF00;
}

a:link {
	color: #006AD5;
	text-decoration: none;
}


a:visited {
	color: #006AD5;
	text-decoration: none;
}
a:hover {
	color: #0057AE;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


.blue {
	color: #0055AA;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
}

h1 {
	font-size: 24px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
}


/* CSS Document */


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: lighter;
}
