@charset "utf-8";
/* CSS Document */

body {
	color: #000000;
	background-color: #CCCCCC;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.highlight {
	font-weight: bolder;
	color: #0000FF;
	background-color: #FFFF00;
	font-size: 11pt;
}
.highlight_form {
	background-color: #FFFF00;
}


a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: underline;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	text-align: center;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(../../images/bullet.jpg);
}
.header2 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	text-align: left;
}
dt {
	font-weight: bolder;
	text-decoration: underline overline;
}
a:visited {
	color: #990000;
}
