body
{
	background-color: white;
	color: black;
	font-family: sans-serif;
	font-size: 0.8em;
	text-align: center;
}

div.container
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

div.content
{
	text-align: left;
}

div.content li
{
	list-style-image: url(@.gif);
}

div.boxout-right
{
	width: 270px;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #135db4;
	color: white;
	padding-bottom: 0px;
}

div.boxout-right h4
{
	background-color: #135db4;
	color: #ffffff;
	margin: 0px;
}

div.boxout-right table
{
	background-color: #ffffff;
	color: #000000;
	border: 2px solid #135db4;
}

div.footer
{
	text-align: center;
	clear: both;
	font-size: 0.7em;
	color: white;
	background-color: #135db4;
}

div.footer p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

a img
{
	border: 0px;
}

span.exclaim
{
	color: #FF0000;
	font-size: 1.4em;
	font-weight: bolder;
}