body{
	background-color: White;
	background-image: url(/images/splash/bg.gif);
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.headline1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}
.headline2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.blue{
	color: #3366cc;
}
.red{
	color: #ff0000;
}
.no-repeat{
	background-repeat: no-repeat;
}
.x-repeat{
	background-repeat: repeat-x;
}
.bl{
	border-left: 1px solid #666666;
}
.br{
	border-right: 1px solid #666666;
}
.bt{
	border-top: 1px solid #666666;
}
.cbg{
	color: #000066;
	font-size: 11px;
	padding: 10px 20px;
	background-color: #ffffff;
	background-image: url(/images/splash/cont_bg.jpg);
	background-repeat: repeat-x;
	min-height: 300px;
}
.menu{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
.menu a{
	display: block;
	width: 150px;
	color: #ffffff;
	text-decoration: none;
	height: 24px;
}
.menu a:hover{
	text-decoration: underline;
	color: #ffffff;
}

