body {
	margin: 0px;
	background: #494E4F;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
li {
	margin-bottom: 4px;
}
h1 {
	font-size: 18px;
	color: #333333;
}
h2 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
a:link {
	color: #708588;
	text-decoration: none;
}
a:visited {
	color: #6A7E82;
	text-decoration: none;
}
a:hover {
	color: #6A7E82;
	text-decoration: underline;
}
a:active {
	color: #6A7E82;
	text-decoration: underline;
}
.content {
	background: #F9F9F9;
	padding: 10px 20px;
}
.hmcontent {
	color: #CCCCCC;
	padding: 10px 0px 5px;
}
.footer {
	padding: 3px;
	color: #999999;
	font-size: 11px;
	margin-top: 16px;
}
.footer a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
.footer a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
.footer a:hover {
	color: #66CCFF;
	text-decoration: underline;
}
.footer a:active {
	color: #66CCFF;
	text-decoration: underline;
}
.fade {
	background: #C6CACA url(images/web_fade.jpg) repeat-x;
}
.handcursor {
	cursor:hand;
	cursor:pointer;
}
.nobullet {
	list-style-type: none;
}
.red {
	color: #FF0000;
}
.line {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.cellrtline {
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.small {
	font-size: 10px;
}

