body {
	margin: 0px;

}
.blackborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.grayborder {
	border: 1px solid #CCCCCC;

}
td {
	font-family: Tahoma;
	font-size: 13px;
	color: #666666;
}
.captionunderline {
	border-bottom: 2px solid #993333;

}
a.more:link {
	color: #666666;
	font-family: Tahoma;
	font-size: 13px;
	text-decoration: none;
}
a.more:visited {
	color: #666666;
	font-family: Tahoma;
	font-size: 13px;
	text-decoration: none;	
}
a.more:hover {
	color: #993333;
	font-family: Tahoma;
	font-size: 13px;
	text-decoration: none;	
}
a.more:active {
	color: #666666;
	font-family: Tahoma;
	font-size: 13px;
	text-decoration: none;	
}