body {background-color: #555555; }

.NormalText {
	font-family: verdana;
	font-size: 12px;
	color:#555555;
}

.BoldNormalText {
	font-weight:bold;
	font-family: verdana;
	font-size: 12px;
	color:#555555;
}

.RedSmallNormalText {
	font-family: verdana;
	font-size: 10px;
	color:#9e0b0f;
	text-align:center;
}

.GraySmallNormalTextC {
	font-family: verdana;
	font-size: 10px;
	color:#707070;
	text-align:center;
}

.GraySmallNormalTextL {
	font-family: verdana;
	font-size: 10px;
	color:#707070;
	text-align:left;
}

.SmallNormalText {
	font-family: verdana;
	font-size: 10px;
	color:white;
	text-align:center;
}

a.WhiteText
{
	font-family: verdana;
	font-size: 11px;
	color:white;
	text-decoration:none;
	border: none;
}

a.SWhiteText
{
	font-family: verdana;
	font-size: 10px;
	color:white;
	text-decoration:none;
}

.WhiteText {
	font-family: verdana;
	font-size: 11px;
	color:white;
	padding-left:10px;
}

.SWhiteText {
	font-family: verdana;
	font-size: 10px;
	color:white;
}

.GrayText {
	font-family: verdana;
	font-size: 12px;
	color:#555555;
	padding-left:10px;
}

.ErrorMess
{
	font-family: "Times New Roman";
	font-weight:bold;
	font-size:12px;
	color:red;	
}

.InputTextS{
	font-family: "Times New Roman";
	font-size: 12px;
	color: black;
	width:110px;
	height:20px;
}

.InputTextL{
	font-family: "Times New Roman";
	font-size: 12px;
	color: black;
	width:200px;
	height:20px;
}

.RowL{
	font-family: "Times New Roman";
	font-size: 12px;
	border-left:1 solid #eeeeee;
	border-bottom:1 solid #eeeeee;
	padding-left:10px;
}

.RowR{
	font-family: "Times New Roman";
	font-size: 12px;
	border-right:1 solid #eeeeee;
	border-bottom:1 solid #eeeeee;
	padding-left:10px;
}
.Row{
	font-family: "Times New Roman";
	font-size: 12px;
	border-bottom:1 solid #eeeeee;
	padding-left:10px;
}
.TextAreaReadonly{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color:#F8F8FF;
}
a.GrayText {
	font-family: verdana;
	font-size: 12px;
	color:#555555;
	padding-left:10px;
	text-decoration:none;
}

a.GrayText:hover
{
	font-family: verdana;
	font-size: 12px;
	color:blue;
	padding-left:10px;
}
