body
{
	background: #fff url(../images/header_bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	color: #706f6f;
	font: 12px/18px tahoma;
}

h1
{
	font: bold 16px tahoma;
	margin: 5px 0px 20px 0px;
}

h2
{
	margin: 0;
	font: bold 12px tahoma;
	background: #003f84;
	padding: 10px;
	border-top: 3px solid #FFDC26;
	color: #FFF;
}

ul
{
	margin: 0;
	padding: 0;
}

.stretch-x
{
	width: 100%;
}

div.clear
{
	clear: both;
	font-size: 0;
	line-height: 0;
}

img
{
	border: 0px;
}

a{text-decoration: underline;}
a:hover{text-decoration: none;}
