/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-color: #255c56;
}
body, table, td, tr {
	font-family: tahoma, verdana, arial;
	font-size: 13px;
	color: #454545;
}
.header {
	font-size: 18px;
	font-weight: bold;
	color: #255c56;
}
.subheader {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #b5ab7c;	
}
.footer, a.footer {
	font-size: 11px;
	color: #c1b890;
}
.white, a.white {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #726b4b;
	text-decoration: none;
}
a {
	color: #255c56;
	text-decoration: none;
}
a:hover {
	color: #b5ab7c;	
	text-decoration: underline;
}