HTML {
	height: 100%;
}

BODY {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;
	background-color: #D5D5D5;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x; 
}
FORM {
	height: 100%;
}

TD {
	font-size: 10px;
}

SELECT {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

INPUT {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid black;
}

INPUT.button {
	background-color: #CCCCCC;
}

A, A:active, A:visited, A:hover {
	color: #B82324;
}

.headline {
	color: #B82324;
	font-weight: bold;
	padding-bottom: 7px;
}

TD.topmenu {
	border-top:1px solid #3B3C3D;
	background-image: url(../images/menu_bg_top.gif);
}

TD.bottommenu {
	border-left:1px solid #3B3C3D;
	border-right:1px solid #3B3C3D;
	background-image: url(../images/menu_bg_bottom.gif);
}

TD.smallwhite {
	font-size: 9px;
	color: white;
	text-align: left;
}

TD.smallwhite A, TD.smallwhite A:active, TD.smallwhite A:visited {
	color: white;
	text-decoration: none;
}

TD.smallwhite A:hover {
	color: white;
	text-decoration: underline;
}

TD.image {
	border-left:1px solid #3B3C3D;
	border-right:1px solid #3B3C3D;
}

TD.white {
	background-color: #FFFFFF;
	border-left:1px solid #3B3C3D;
	border-right:1px solid #3B3C3D;
	padding-top: 35px;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-right: 30px;
}

TD.white2 {
	background-color: #FFFFFF;
	border-left:1px solid #3B3C3D;
	border-right:1px solid #3B3C3D;
}

TD.smallblack
{
	font-size: 9px;	
}

TD.smallblack A, TD.smallblack A:active, TD.smallblack A:visited {
	color: black;
	text-decoration: none;
}

TD.smallblack A:hover {
	color: #B82324;
	text-decoration: underline;
}

A.white, A.white:active, A.white:visited {
	color: white;
	text-decoration: none;
}

A.white:hover {
	color: white;
	text-decoration: underline;
}

UL {
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	margin: 0;
}

LI {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .8em;
	padding-bottom: .4em;
}
.error {
	color: #B82324;
	font-weight: bold;
	padding-bottom: 4px;
}






