
body * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.smalltext {
	color: #666666;
	text-decoration: none;
}
.maintext {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.categoryHeader {
	color: #FF9966;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #7B4D4A;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.boxes {
	color: #666666;
	text-decoration: bold;
	background-color: #F2F4F5;
	border: 1px solid #D8DADB;
}
.dottedbottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #999999;
	text-decoration: none;
	padding: 3px;
}
.smdottedbottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #999999;
	text-decoration: none;
	padding: 1px;
}
.dottedright {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.solidbox {
	border: 1px solid #CCCCCC;
}
.dottedline {
	border: 1px dotted #CCCCCC;
}
.tinytext {
	color: #666666;
	text-decoration: none;
}
.smallboxes {
	color: #333333;
	text-decoration: none;
	background-color: #F2F0F0;
	border: 1px solid #C8C8C8;
}
