body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color:#333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.DivMainLogo {
	text-align:center;
	background:#FFFFFF;
	margin-bottom:5px;
	padding-bottom:5px;
	width:100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
.FormDiv {
	text-align:left;
	background:#F9F9F9;
	padding:2px;
	margin:0px;
	font-size: x-small;
	width:100%;
	border: 1px solid #999999;
}
.GrayDiv {
	text-align:left;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#2A719B;
	color:#FFFFFF;
	width:100%;
	font-weight:bold;
	font-size: smaller;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
	margin-top:2px;
}
.WhiteDiv {
	background-color:#FFFFFF;
	width:100%;
}
.BottomDiv {
	padding-top:2px;
	width:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
}
.AlertDiv {
	background:#CC0000;
	width:100%;
	color:#FFFFFF;
	font-size: smaller;
}
.SmallTextLight {                     
	font-size: x-small;
	color:#999999;
}
.SmallTextDark {                     
	font-size: x-small;
	color:#666666;
}
.TittleText {
	text-decoration: none;
	color: #CC0000;
	font-size: smaller;
}
a {
	color: #FFFFFF;
}
.LinkGray {
	color: #CCCCCC;
}
.LinkRed {
	color: #CC0000;
}
.FormStyle {
	margin:0px;
}
.FormRedBtn {
	background:#CC0000;
	font-weight:bold;
	font-size:smaller;
	color:#FFFFFF;
}
.FormGreenBtn {
	background:#006600;
	font-weight:bold;
	font-size:smaller;
	color:#FFFFFF;
}