@charset "UTF-8";
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#ffffff;
}
h1 {
	font-size: 16px;
	font-weight:bold;
	margin: 12px;
}
p {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
.nomargins {
	margin: 0px;
}


.nr_past {
	color: #EDCCEB;
	background-color: #FFFFFF;
	width:20px;
	font-size: 24px;
}
.nr_current {
	color: #FFFFFF;
	background-color: #A55CA3;
	width:20px;
	font-size: 24px;
}
.nr_feature {
	color: #999999;
	background-color: #666666;
	width:20px;
	font-size: 24px;
}
.nr_space {
	width:20px;
	font-size: 24px;
}
.white {
	color: #FFFFFF;
}
a {
	text-decoration:none;
}
a.white:link {
	color: #CCCCCC;
}
a.white:visited {
	color: #CCCCCC;

}
a.white:hover {
	color: #FFFFFF;

}
a.white:active {
	color: #FFFFFF;

}

a.whitebold:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}
a.whitebold:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}
a.whitebold:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}
a.whitebold:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}

