html{
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/bg_lines.gif);
	font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.agb_list_element {
	margin-bottom: 20px;
}

a {
	color: #E23528;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
	color: #E23528;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	color: #E23528;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #E23528;
	margin-bottom: 5px;
}
em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #E23528;
}

.menulink {
	text-decoration: none;
}
.menulink:hover {
	text-decoration:underline;
}

.menuheader
{
	width: 160px;
	background-color:#E23528;
	margin-top: 0px;
	padding-left: 15px;
	/*border: 1px solid;*/
	padding-top: 0px;
	color:#FFFFFF;
	/*padding-bottom: 15px;*/
	/*padding-right: 30px;*/
}

#maintable {
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-left: 20px;
	/*border: 1px solid;*/
	padding-top: 15px;	
	/*padding-bottom: 15px;*/
	/*padding-right: 30px;*/
}

#headercell {
	width: 800px;
}

#contenttable {
	background-color:#FFFFFF;
	width: 610px;
	padding-right: 30px;
	padding-top: 0px;
}

#contentspacer {
	/*background-color:#DFfdfd;*/
	width: 10px;
}

#footer {
	padding-right: 30px;
}

#submenu {
	padding-bottom: 15px;
	background-image: url(../images/header.gif);
	padding-right: 30px;
}

#logocell {
	background-color: #FFFF99;
	/*padding-bottom: 5px;*/
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
}

#content {
	padding-right: 6px;
/*	padding-left: 10px;*/
}
.hlarea {
	background-color: #E5EFF5;
}

.hlarea_yellow {
	background-color: #FFFF99;
}

.hlarea_red {
	background-color: #E5F5EF;
}

.hlarea_white {
	background-color: #EEEEEE;
}


#pageendcell {
	background:none;
	/*background-image:url(../images/bg_lines.gif);*/
	height: 15px;
}
#menulist {
	list-style-image: url(../images/bullet.gif);
	line-height: 25px;
	width: 180px;
}

