body {
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
a {
	color: #333;
}
.link A:LINK {
	color: #000;
	text-decoration: none;
}
.link A:VISITED {
	color: #000;
	text-decoration: none;
}
.link A:HOVER {
	color: #900;
	text-decoration: none;
} 
.link A:ACTIVE {
	color: #000;
	text-decoration: none;
} 

.setLink A:LINK {
	color: #FFF;
	text-decoration: none;
}
.setLink A:VISITED {
	color: #FFF;
	text-decoration: none;
}
.setLink A:HOVER {
	color: #000;
	text-decoration: none;
} 
.setLink A:ACTIVE {
	color: #000;
	text-decoration: none;
} 

.menuLabel {
	float: left;
	padding: 5px 6px 5px 6px;
	margin-right: 1px;
	background-color: #C80B2C;
	color: #FFFFFF;
}
.time_stamp {
	color: #999;
	font-size:11px;
	font-style: italic;
	margin: 10px 0px 10px 0px;
	text-align:right;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 5px;
}
.col-dx-title {
	margin-top: 10px;
	font-size: 15px;
	border-bottom:  #CCC dotted 1px;
	margin-bottom: 8px;
}

.page-title {
	margin-top: 10px;
	color: #900;
	font-size: 16px;
	margin-bottom: 8px;
}
.note {
	font-size: 9px;
	color: #999;
}


ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	vertical-align: baseline;
}