﻿.Normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996633;
	font-weight: bold;

}
.FieldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CAE8EA ;/*BF8040;*/
	font-weight: bold;
	border: thin solid #CCCCCC;

}
.lightcolorField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996633;
	background-color: #FFFAEA;
	font-weight: bold;
	border: thin solid #CCCCCC;

}
.resultText {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: thin solid #CCCCCC;
}
.tableBorder {
	border: 2px dotted #BD8242;
}
.tableHeader {
	font-family: arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #336600;
}
.outDiv {
	background-color: #F5FAFA;
	border: 2px dotted #000000;
	color: #FFFFFF;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	width: 500px;
	cursor: hand;
}
.overDiv {
	background-color: #CCCCCC;
	border: 2px dotted #000000;
	color: #336600;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	width: 500px;
	cursor: hand;
}
.smallText {
	font-family: arial;
	font-size: 11px;
}
.rgtu_header {
	background-image: url(../images/RgtuHeader.jpg);
}


