.e404
{
	font-weight: bold;
	color: #ff0000;
	font-size: 20px;
}
.regpage
{
	border-color: #000000;
}
.red
{
	color: red;
}

html, body {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	padding: 0;
	margin: 0;
	}

body {
	background:  #fff;
	text-align: center;
	font: normal 10px geneva, verdana, sans, sans-serif;
	}

td {
	font: normal 10px geneva, verdana, sans, sans-serif;
	}

#top {
	width: 100%;
	height: 100px;
	background:url(../images/default/bg.png) repeat-x;
	}

#logo {
	background: url(../images/default/bg.png);
	width: 311px;
	height: 100px;
	text-align: left;
	float: left;
	}

#lang {
	text-align: right;
	padding: 13px 10px 10px 10px;
	}

#menu {
	font: normal 11px geneva, verdana, sans, sans-serif;
	color: #fff;
	background: url(../images/bg_menu.png) repeat-x #000000;
	text-align: center;
	padding: 2px 18px 3px 18px;
	margin: 1px 0px 20px 0px;
	}

#content {
	width: 100%;
	margin: auto;
	}

#copyleft {
	background: url(../images/bg_bottom.gif);
	padding: 20px;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #dddddd;
	font: bold 10px geneva, verdana, sans;
	margin-top: 5px;
	}

input, select, textarea {
	background: url(../images/bg_ta.png) repeat-x #fff;
	border: 1px solid #AAAFB7;
	font-size: 11px;
	border-style: solid;
	font-family: Verdana, Sans;
	cursor: pointer;
	}

/* link styles */

A:link, A:visited, A:active {
	color: #870202;
	text-decoration: none;
}

A:hover {
	color: red;
	text-decoration: none;
	border-bottom: 1px dotted Black;
}

#menu a, #menu a:link, #menu a:visited, #menu a:active {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: red;
	text-decoration: underline;
}

a img {
	border:0;
}

#ads {
	text-align: left;
}