/*
BODY
{
	font: 11px geneva, verdana, sans; color: #000000;
	scrollbar-face-color: #eeeeee;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-base-color: #eeeeee;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #eeeeee;
	scrollbar-darkshadow-color: #000000;
	background: #eeeeee;
}
TD, FONT { font: 11px geneva, verdana, sans; }
/*
A:link, A:visited, A:active { font: 11px geneva, verdana, sans; color: #ff0000; text-decoration: none; }
A:hover { font: 11px geneva, verdana, sans; color: orange; text-decoration: underline; }
INPUT.flat,input,TEXTAREA
{
	color: #000000;
	background-color: #ffffff;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	font-family: Verdana, Sans;
	font-size: 11px;
}
*/
.btn
{
	border-color: #870202;
}
.news
{
	color: #870202;
	font-weight: bold;
}
#news
{	text-align: left;
}
.tr1
{
	background: #f0f0f0;
}
.tr2
{
	background: #fefeff;
}
.trhead
{
/*	background: #fffaaa; */
	background:url(../images/bg_menu.png) repeat-x;
	color: #ffffff;
}
.tablecolor
{
	background: #000000;
}
.trpm1
{
	background: #f0f0f0;
}
.trpm2
{
	color: #000000;
	background: #ffffff;
}
.editbox
{
	font: 11px Terminal, Verdana; color: #000000;
}

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, table {
	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;
}