body {
	font-family: Verdana, Arial, Helvetica, Trebuchet MS;
}
.border {
	border: 1px solid #333333;
}
.borderGray {
	border: 1px solid #CCCCCC;
}
.borderDarkGray {
	border: 1px solid #333333;
}
.title {
	color: #000000;
	font-size: 21px;
	letter-spacing: normal;
}
.regular{
	font-size: 80%;
	line-height: 18px;
	color: #333333;
}
.linksBlack {
	font-size: 65%;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}
.whiteSmall {
	font-size: 65%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}
.graySmall {
	font-size: 65%;
	font-weight: bold;
	color: #666666;
	line-height: 18px;
}
.smallBold {
	color: #666666;
	line-height: 14px;
	font-size: x-small;
	font-weight: bold;
}
.smallBold-black {
	color: #333333;
	line-height: 14px;
	font-weight: bold;
	font-size: x-small;
}
.smallregular {
	color: #666666;
	line-height: 14px;
	font-size: x-small;
}
.li{
	color: #FFFFFF;
	font-size: x-small;
	line-height: 14px;
}
.li-visited {
	color: #FFFFFF;
	font-size: x-small;
	line-height: 14px;
}
.li-hover {
	color: #F37221;
	font-size: x-small;
	line-height: 14px;
}
.li-active {
	color: #FFFFFF;
	font-size: x-small;
	line-height: 14px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}
.li-square {
	list-style-type: square;
}
.smallregular-black {
	color: #000000;
	line-height: 14px;
	font-size: x-small;
}
.border-gray {
	border-top: 1px none #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
}
.md {
	font-size: 95%x;
	line-height: 22px;
	color: #333333;
	letter-spacing: 1px;
}

