body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
.background-white {
	background-color:#FFF;
}
.background-dark {
	background-color:#37495E;
}
.background-light_grey {
	background-color:#DFDFDF;
}
.background-black {
	background-color:#000;
}
.background-charcoal {
	background-color:#333;
	font-family: Arial, Helvetica, sans-serif;
}
.text_mid_grey_14 {
	color: #999;
	font-size: 14px;
}
.text_mid_grey_10 {
	color: #999;
	font-size: 10px;
}
hr {
  border: 0;
  width: 100%;
  color: #cccccc;
background-color: #cccccc;
height: 1px;
}
#splashbox {
	position:absolute;
	left:50%;
	margin-left:-200px;
	top:50%;
	margin-top:-150px;
	width:400px;
	height:300px;
	z-index:1;
}