body {
	background: #505050;	
}

body, td, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#505050;
}

p {
	text-align: justify;
}

a {
	color: #407613;
	font-weight: bold;
	text-decoration: none;	
}

a:hover {
	color: #0DDD52;
}





td.header_left {
		background-image: url(images/header_bg_left.gif);
		background-repeat: repeat-x;
		background-color: #A6CE79;
		height: 201px;
		width: 235px;
		vertical-align: top;
}
td.header_center {
		background-image: url(images/header_bg_center.gif);
		background-color: #88DCFF;
		background-repeat: repeat-x;
		height: 201px;
		width: 235px;
		vertical-align: top;
		}
td.header_right {
		background-image: url(images/header_bg_right.gif);
		background-color: #FFECC5;
		background-repeat: repeat-x;
		height: 201px;
		width: 235px;
		vertical-align: top;
}
.header_text {
	font-size: 10px;
	color: White;
	font-weight:bold;
	}
.footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #C9E1AD;
	font-size: 10px;
	padding: 10px;
	color: black;
}

td.logo {
	background: #1B79A8;
	background-image: url(images/logo_bg.gif);
	height: 158px;
	width: 253px;
	vertical-align: top;
	background-repeat: no-repeat;
	padding:0px;
}

.header {
	font-size:17px;
	color:#CA8700;	
}
