body
{
	font: 12px/18px tahoma;
	margin: 0;
	padding: 0;
	background: #FFF url(../images/background.jpg) repeat-x top;	
	width: 100%;
	text-align: center;
}

h2
{
	margin: 0px;
	font-size: 12px;	
	font-weight: bold;
}

h1
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 18px;
	color: #0F61B2;
	font-weight: lighter;	
}

h3
{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 11px;
	color: #084F7B;	
	border-bottom: 1px solid #2AB2CE;
	font-weight: bold;
}

h4
{
	display: inline;	
	margin: 0px;
	padding: 2px 5px;
	font-size: 14px;
	background: #9bdae8;	
}

img
{
	border: 0;	
}

a{text-decoration: underline;}
a:hover{text-decoration: none;}

.stretch-x
{
	width: 100%;	
}

div.clear
{
	clear: both;
	font-size: 0px;
	line-height: 1px;	
}