body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: D5D5D5;
	text-align: center;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #FFFFFF;
	background-color: 777372;
	font-size: 10px;
	text-align: center;
	height: 20px;
	background-position: center;
}

.menu a:link, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:visited, {
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

.mainbg {
	background-color: D5D5D5;
}

.borderbgright {
	background-image: url(images/borderbgright.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.borderbgleft {
	background-image: url(images/borderbgleft.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.div {
	color: #FBA52A;
	font-size: 9px;
}
.footer {
	font-size: 9px;
	text-align: center;
	vertical-align: top;
}
.title {
	font-size: 14px;
	font-weight: 600;
	color: #FBA52A;
}

.title2 {
	font-size: 10px;
	font-weight: 600;
	color: #666666;
}

.title3 {
	font-size: 10px;
	font-weight: 600;
	color: #FBA52A;
}

.title2  a:link, a:visited, a:active {
	color: #666666; 
	text-decoration: none; 
}

.title2 a:hover {
	text-decoration: underline;
}

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	text-align: justify;
}

.txt a:link, a:visited, a:active {
	color: #0033FF;
	text-decoration: none;
}

.txt a:hover {
	text-decoration: underline;
}

.it {
	font-style: italic;
}

.formbutton {
	padding-right: 1px;
	padding-left: 1px;
	font-weight: normal;
	font-color: #FFFFFF;
	font-size: 70%;
	padding-bottom: 1px;
	margin: 1px;
	padding-top: 0px;
	background-color: #999999;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px outset #CCCCCC;
}	

.textbox {
	color: #333333;
	padding-left: 0px;
	padding-right:2px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	border-top: 1px solid #B0B0B0;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #B0B0B0;
	border-left: 1px solid #CCCCCC;
}	
