﻿.bodyTextRed
{
	font-family: Tahoma;
	font-size: 9px;
	color: #990000;
	font-weight: bold;
}

.bodyTextRedBig
{
	font-family: Tahoma;
	font-size: 20px;
	color: #990000;
	font-weight: bold;
}

.bodyTextGrayBig
{
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px solid Silver;
}


.bodyTextBold
{
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}


.bodyError
{
	BORDER-BOTTOM: 1PX dashed #999999;
	BORDER-TOP: 1PX dashed #999999;
	BORDER-RIGHT: 1PX dashed #999999;
	BORDER-LEFT: 1PX dashed #999999;
}


.bodyText
{
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}