@charset "UTF-8";
/* CSS Document */

body
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a
{
	color: #333333;
}

#navigation, #navigation a
{
	color: #ffffff;
}

#headline h1
{
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
}


#content h1
{
	color: #cc0033;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 11px 0px;
}

#content h1.bold
{
	font-weight: bold;
}

#content h2
{
	color: #cc0033;
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 11px 0px;
}

#content h2.bold
{
	font-weight: bold;
}


#content p
{
	line-height: 22px;
}

#content b
{
	color: #000000;
	font-weight: bold;
}
