/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #424653;
}

.smtxt {
	font-family: Verdana;
	font-size: 9px;
}
.txt {
	font-family: Verdana;
	font-size: 11px;
}
.mdtxt {
	font-family: Verdana;
	font-size: 12px;
}
.title {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bolder;
}
.smtxtgray {
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
}
.txtgray{
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
}
.mdtxtwhite {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
.titleWhite {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bolder;
	color: #ffffff;
}
.titleBlue {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bolder;
	color: #185293;
}
.gray{
	color: #999999;
}

.darkgray{
	color: #666666;
}

.lightgray{
color:cccccc;
}

.white{
	color: #ffffff;
}

.red {
	color: #FF0000;
}

.darkgreen{
	color:#5E7A5C;
}

.lightgreen{
	color:#97B395;
}

.strike {
	text-decoration: line-through;
}