body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
}
.contentCell a:link, .contentCell a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.contentCell a:hover, .contentCell a:active{
	text-decoration: underline;
}
.mainTable {
	background-color: #FFFFFF;
}
.leftColumn {
	background-color: #4B8282;
	background-image: url(../images/left_bak.gif);
	background-repeat: repeat-y;
}
.titleCell {
	text-align: right;
	font-size: 16px;
	color: #990000;
	padding-right: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	font-weight: bold;
}
.topCell {
	background-color: #3C7777;
	background-image: url(../images/top_bak.gif);
	background-repeat: repeat-x;
}
.bottomCell {
	background-color: #3C7777;
	background-image: url(../images/bottom_bak.gif);
	background-repeat: repeat-x;
}

#button a:link, #button a:visited  {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: 189px;
	line-height: 35px;
	padding-right: 10px;
	padding-bottom: 5px;
	display: block;
	background-image: url(../images/button_off.gif);
	background-repeat: no-repeat;
}

#button a:hover, #button a:active  {
	display: block;
	background-image: url(../images/button_on.gif);
	background-repeat: no-repeat;
}

.copyright{
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}
.copyright a:link, .copyright a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.copyright a:hover, .copyright a:active{
	text-decoration: underline;
}

.contentCell {
	font-size: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding: 30px 10px 30px 10px;
}
.required {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
