body, div, dd {
	margin: 0px;
	padding: 0px;
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
a {
	color: #025395;
	text-decoration: underline;
}
/* default font size
@import url(/_Styles/small.css); */

/* Netscape 4 safe font sizes */
h1 {
  font-size: 130%;
  font-weight: bold;
}

h2 {
  font-size: 110%;
  font-weight: bold;
}

h4 {
	font-weight: bold;
	color: #085696;
	margin-bottom: -5pt;
	font-size: 100%;
	letter-spacing: 3pt;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F4F4F4;
	margin-top: 0pt;
}
.RightColumn {
	background-color: #F4F4F4;
	border: 1px solid #CCC;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.Content {
	padding: 5px;
}
.Top {
	background-color: #5B87B4;
	background-image: url(/images/top_bg.gif);
	background-repeat: repeat-x;
	height: 40px;
	font-size: 10pt;
	color: #FFF;
	font-weight: bold;
}
.SplashContainer {
	background-color: #FFF;
	background-image: url(/images/header_temp.jpg);
	height: 290px;
	width: 960px;
}
