html, body
	{
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
	font-family: verdana, san-serif;
	}
div, form
	{
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
table, td, tr
	{
	vertical-align: top;
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
img, a img
	{
	border: 0px;
	}
h1
	{
	font-size: 16px;
	}
h2
	{
	margin: 0px 20px;
	font-size: 14px;
	}
div.overall
	{
	width: 100%;
	margin: 0px;
	text-align: left;
	}
table.overall
	{
	width: 100%;
	}
td.left
	{
	width: 200px;
	background-color: #939598;
	color: #ffffff;
	}
table.leftmenu
	{
	width: 200px;
	}
td.menuitem
	{
	width: 200px;
	text-align: right;
	padding: 12px;
	}
a.leftmenuitem
	{
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	}
a.leftmenuitem:hover
	{
	color: #92342f;
	}
td.top
	{
	background-color: #92342f;
	color: #ffffff;
	padding: 18px;
	}


table.logo
	{
	border: solid 3px #ffffff;
	}

td.logotop
	{
	text-align: center;
	background-color: #92342f;
	color: #ffffff;
	padding: 12px;
	font-size: 24px;
	font-weight: 700;
	}
td.logobottom
	{
	text-align: center;
	background-color: #ffffff;
	color: #92342f;
	padding: 12px;
	font-size: 18px;
	font-weight: 700;
	}

div.tagline
	{
	font-size: 16px;
	color: #ffffff;
	float: right;
	width: 300px;
	}
span.x12
	{
	font-size: 12px;
	}

td.content
	{
	background-color: #ffffff;
	color: #333333;
	padding: 10px 20px;
	}

td.content p, td
	{
	color: #333333;
	font-size: 12px;
	}
td.content h1
	{
	color: #333333;
	font-size: 16px;
	}

div.black
	{
	width: 100%;
	font-weight: 700;
	padding: 2px;
	background-color: #000000;
	color: #ffffff;
	font-size: 16px;
	}

div.warningtext
	{
	padding: 4px;
	margin: 4px;
	font-weight: 700;
	font-size: 12px;
	border: solid 1px #92342f;
	color: #ffffff;
	background-color: #92342f;
	}
table.contact_form
	{
	border: solid 1px #333333;
	}
td.fldLabel
	{
	font-size: 12px;
	text-align: right;
	padding: 4px;
	}
td.fldInput
	{
	font-size: 12px;
	text-align: left;
	padding: 4px;
	}


td.footer
	{
	text-align: center;
	color: #cccccc;
	font-size: 10px;
	}
td.footer a
	{
	color: #cccccc;
	}
td.footer a:hover
	{
	color: #92342f;
	}

div.login
	{
	border: solid 1px #a39598;
	width: 300px;
	float: right;
	padding: 10px;
	}
table.login td
	{
	padding: 5px;
	}
table.login input
	{
	border: solid 1px #a39598;
	}
div.warningtext
	{
	color: #ff0000;
	font-weight: 700;
	}

