body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #DEC294;
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005B6D;
	font-weight: normal;
}
.splashbg {
	background-color: #005B6D;
	background-image: url(../images/bg_bottom.gif);
	background-repeat: no-repeat;
}
.splashtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #005B6D;
	font-weight: normal;
}
.textbg {
	background-color: #EAE7DE;
	background-image: url(../images/text_bg.jpg);
	background-repeat: repeat-x;
}
.subtitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005B6D;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005B6D;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005B6D;
	font-weight: normal;
	text-decoration: underline;
}
#branches {
	margin:30px 37px 0 0;
	}