/* CSS DOCUMENTS */

body {
	background-image:url(images/bg_banner.jpg);
	background-repeat:repeat-x;
	background-color:#EEEEEE;
	height:429px;
	margin:0px auto;
}

a:hover {
	text-decoration:underline;
	color:#009900;
}

.centerContBg {
	background:url(images/centerContBg.jpg) repeat-y;
}

.font1 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#d86d2f;
}

.font2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#8db000;
	line-height:20px;
}

.font3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#003300;
	text-decoration:none;
}

.font4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}

.font5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#171717;
	text-decoration:none;
}

.font6 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#d86d2f;
}

.font7 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:20px;
}

.font8 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#CC6666;
}

.font9 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FF9933;
	font-weight:bold;
}

.btn_bg {
	background:url(images/btn_img.png) no-repeat;
	width:80px;
	height:28px;
	border:none;
	color:#FFFFFF;
}

.message {
	background-color:#A4B582;
	color:#003300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

img {
	border:none;
}
.err { font-family:"Times New Roman", Times, serif; color:#000099; font-size:16px; font-weight:bold; text-decoration:none; }
.ProjectTitle { font-family:Arial; font-size:18px; color:#003300; font-weight:bold; }