a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #404060;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #0000AA;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #CC0000;
	cursor: hand;
}
ul {
	font-size: 13px;
	line-height: 20px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.smaller {
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 14px;
}
.windowBody {
	padding: 28px 16px 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 222244;
	background-color: D3D3E5;
	background-image: url(images/body_bgnd.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.heading {
	font-size: 14px;
	font-weight: bold;
	color: 262544;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
}
p {
	font-size: 13px;
	line-height: 17px;
}
.buttonText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: 000080;
}
