@charset "utf-8";
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #3399CC;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 18px;
}

.smaller {
	font-size: 9px;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
.heading {
	font-size: 24px;
	font-weight: bold;
	line-height: 25px;
}
.subhead {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
li {
	list-style-position: outside;
	list-style-image: url(images/rmm_bullet.gif);
}
.SageTable {
	padding: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	}

.table {
	border: medium groove #3366CC;
}
.TableTitle {
	line-height: 12px;
	font-weight: bold;
	color: #333333;
}

