/**
 * general html styles
 */
*
{
	margin				: 0px;
	padding				: 0px;
}

html
{
	width				: 100%;
	height				: 100%;
}

body
{
	width				: 100%;
	height				: 100%;
}

body, .text, p, li, a, .table_with_image, table td, table th
{
	font-family			: Arial, sans;
	font-size			: 12px;
	color				: #696969;
}

img
{
	border				: none;
}

a
{
	font-size			: 12px;
	outline				: none;
}

ul
{
	list-style-type		: none;
}

table
{
	border-spacing		: 0px;
	border-collapse		: collapse;
}

h1, h2, h3
{
	margin-bottom		: 20px;

	color				: #e2001a;

	font-family			: Helvetica;
	font-size			: 15px;
	font-weight			: bold;
}

h2
{
	font-size			: 13px;
	margin-bottom		: 10px;
}

h1, h2
{
	text-transform		: uppercase;
}

h3
{
	font-family			: Arial;
	font-weight			: bold;
	font-size			: 12px;
	color				: #696969;
	margin-bottom		: 20px;
}

a[name="top"]
{
	display				: none;
}

a.arrow
{
	padding-left		: 20px;

	font-weight			: bold;
	text-decoration		: none;
	color				: #8c8d94;
	
	background-image	: url(../imgs/common/bullet_text_no.gif);
	background-repeat	: no-repeat;
	background-position	: 0px 3px;
}

a.arrow:hover
{
	color				: #3d3e45;
	background-image	: url(../imgs/common/bullet_text_ro.gif);
}




img.headline
{
	display				: block;
	margin-bottom		: 20px;
}

.clearer
{
	visibility			: hidden;

	width				: 0px;
	height				: 0px;

	font-size			: 0px;
	line-height			: 0px;

	clear				: both;
}

#content p
{
	margin-bottom		: 30px;
}






