@charset "UTF-8";
/* CSS Document */
a {
	font-family: Verdana;
	font-size: 10pt;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold
}
a:visited {
	font-family: Verdana;
	font-size: 10pt;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold
}
a:link {
	font-family: Verdana;
	font-size: 10pt;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold
}
a:active {
	font-family: Verdana;
	color: #0000FF;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold
}
a:hover {
	font-family: Verdana;
	color: #000077;
	font-size: 10pt;
	font-weight: bold
}
body, td, th {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 10pt;
}
body {
	background-color: #EEEEEE;
}
.col_padding {
	padding-right: 8px;
}
#datecolor {
	color: #000080;
}
.lastmod {
	font-size: x-small;
	padding-top: 5px;
}
.bluetext {
	color: #000080;
}