.whitebg {
	background-color: #999999;
}
.graybg {
	background-color: #999999;
}
.textital {
	font-family: Verdana;
	font-size: 10px;
	line-height: 15px;
	font-style: italic;
	color: Black;
}
.text {
	font-family: Verdana;
	font-size: 10px;
	color: #C5B8A9;
	line-height: 15px;
}
.textbold {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #C5B8A9;
	line-height: 15px;
}
.brownbg {
	background-color: Gray;
}
.textsmall {
	font-family: Verdana;
	font-size: 10px;
	color: Gray;
}
a:link {
	color: #B33F28;
	text-decoration: none;
	font-family : Verdana;
}
a:visited{
	color: #B33F28;
	text-decoration: none;
	font-family : Verdana;
}
a:active{
	color: #B33F28;
	text-decoration: none;
}a:hover{
	color: #B33F28;
	text-decoration: underline;
}
.textbold2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	line-height: 15px;
	letter-spacing: 5px;
}
.textbold3 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 15px;
	letter-spacing: 5px;
}
.textjusty {
	font-family: Verdana;
	font-size: 10px;
	color: #241710;
	line-height: 15px;
	text-align: justify;
}
.textind {
	font-family: @Verdana;
	font-size: 10px;
	color: #241710;
	line-height: 15px;
	text-indent: 9px;
	font-weight: bold;
}
.textlead {
	font-family: @Verdana;
	font-size: 10px;
	color: #241710;
	line-height: 20px;
}
.comment {
	font-family: Verdana;
	font-size: 10px;
	color: #B33F28;
	line-height: 15px;
}

