.border {
	border: 1px solid #333333;
}
.borderGray {
	border: 1px solid #CCCCCC;
}
.borderDarkGray {
	border: 1px solid #333333;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 21px;
	letter-spacing: normal;
}
.regular{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 18px;
	color: #333333;
}
.linksBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}
.whiteSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}
.graySmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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;
}
a:link {
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #666666;
}
a:active {
	color: #999999;
}
.li-square {
	list-style-type: square;
}
.smallregular-black {
	color: #000000;
	line-height: 14px;
	font-size: x-small;
}

