BODY {
	/* Description: body, inherited by all classes.*/
	FONT-FAMILY: geneva, verdana, helvetica, arial;
	FONT-SIZE: 11px;
	BACKGROUND-COLOR: white;
}

td {
	/* description: table cell, inherited by -almost- all classes.*/
	font-size: 11px;
	font-family: geneva, verdana, helvetica, arial;
}

A {
	/* Description: none.*/
	COLOR: #403010;
	TEXT-DECORATION: none;
}

a:hover {
	color: #908070;
	text-decoration: underline;
}

a:active {
	color: #f08060;
}

h1 {
	/* description: none.*/
	font-size: 22px;
}

h2 {
	/* description: none.*/
	font-size: 16px;
}

h3 {
	/* description: none.*/
	font-size: 13px;
}

h4 {
	/* description: none.*/
	font-size: 11px;
}

h5 {
	/* description: none.*/
	font-size: 9px;
}

hr {
	color: #605040;
	height: 1px;
}

.top-table {
	height: 60px;
}

.top-leftcell {
	vertical-align: top;
}

.TOP-MAINCELL {
	/* Description: none.*/
	VERTICAL-ALIGN: top;
}

.top-middlecell {
	vertical-align: top;
}

.main-cell {
	vertical-align: top;
}

.main-cell a {
	font-weight: bold;
}

.main-cell a:hover {
	text-decoration: underline;
}

.bottom-cell {
	text-align: center;
	background-color: black;
	vertical-align: bottom;
}

.bottom-cell a {
	color: #ffffff;
	font-weight: bold;
}

.bottom-cell a:hover {
	color: #e8d8c8;
	text-decoration: underline;
	font-weight: bold;
}

.BANNER-CELL {
	/* Description: the cell for the banner add*/
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	BACKGROUND-COLOR: rgb(129,214,254);
}

.MENU-CELL {
	/* Description: none.*/
	BACKGROUND-COLOR: #f8e8d8;
}

.menu-headertext {
	/* description: none.*/
	font-weight: bold;
	font-size: 15px;
}
.menu-cell a {
	font-weight: bold;
}

.menu-cell a:hover {
	color: black;
	text-decoration: underline;
}

.menu-languagetext {
	text-align: center;
}

.browserupgrade-text {
	font-weight: bold;
	font-size: 120%;
}

.navigation-cell {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.navigation-cell a {
	color: #808080;
}

.navigation-cell a:hover {
	color: #000000;
	text-decoration: underline;
}

.error-text {
	/* description: error message */
	color: #ff0000;
	text-align: left;
}

.friendlyerror-text {
	/* description: error message (for instance on login-page) */
	color: #000000;
	text-align: left;
}

.invisible-text {
	color: #908070;
}

.invisible-text a {
	color: #d8c8b8;
}

.INFOBOX-TABLE {
	/* Description: none.*/
	BACKGROUND-COLOR: black;
}

.INFOBOX-IMAGECELL {
	/* Description: none.*/
	BACKGROUND-COLOR: rgb(4,96,187);
	VERTICAL-ALIGN: top;
	TEXT-ALIGN: center;
	PADDING: 3px;
}

.INFOBOX-HEADERCELL {
	/* Description: none.*/
	BACKGROUND-COLOR: rgb(4,96,187);
	VERTICAL-ALIGN: middle;
	PADDING: 3px;
}

.INFOBOX-HEADERTEXT {
	/* Description: None.*/
	FONT-WEIGHT: bold;
	COLOR: white;
}

.INFOBOX-BODYCELL {
	/* Description: none.*/
	BACKGROUND-COLOR: #F4F4F4;
	VERTICAL-ALIGN: top;
	PADDING: 3px;
}

.infobox-bodytext {
	font-weight: normal;
}

.INFOBOX-LINKCELL {
	/* Description: none.*/
	BACKGROUND-COLOR: D9D9D9;
	VERTICAL-ALIGN: top;
	TEXT-ALIGN: center;
	PADDING: 3px;
}

.infobox-footercell {
	background-color: #f8e8d8;
	vertical-align: top;
	text-align: center;
}

.infobox-footertext {
	/* description: none.*/
	font-weight: normal;
}

.CONTACTINFORMATION-TABLE {
	/* Description: None.*/
	BACKGROUND-IMAGE: url(/user/image/contact_bg.gif);
	BACKGROUND-REPEAT: no-repeat;
	padding: 3px;
}

.CONTACTINFORMATION-HEADLINETEXT {
	/* Description: none.*/
	FONT-SIZE: 40px;
	TEXT-ALIGN: center;
	FONT-WEIGHT: bold;
	COLOR: #909090;
}

