.body {
	background-color: #F7F6F1;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #008DAD;
	text-decoration: none;
}
.headerbg {
	background-image: url(images/bg_doubleline.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #626262;
	text-decoration: none;
}
.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #626262;
	text-decoration: none;
}
a.text1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F09A17;
	text-decoration: underline;
}
.panelbg {
	background-color: #F9F9F7;
	background-image: url(images/bg_panel.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCC8;
	border-left-color: #CCCCC8;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
a.footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}