table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 600;
	color: #990000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 600;
	color: #996600;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 600;
	color: #006633;
}
li {
	margin-bottom: 8px;
}
ul {
	list-style-image: url(images/dot.gif);
}
a:link {
	color: #333399;
	text-decoration: underline;
}
a:visited {
	color: #333399;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
.border {
	border: 1px solid #000000;
}
.border2 {
	border: 1px solid #000000;
	padding: 5px;
}
.borderleft {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #000000;
}
.emphasize {
	font-size: 14px;
	font-weight: 600;
	color: #990000;
}
.boxed {
	padding: 5px;
	border: 1px solid #006633;
}
.nomargin {
	margin: 0px;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.hilite {
	background-color: #EBC5C5;
	padding: 10px;
	border: 1px solid #666666;
	font-weight: 600;
}
.smalltext {
	font-size: 10px;
}
.rules {
	padding-top: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
