body {
	color: black;
	background-color: white;
	margin: 5px 0px 5px 5px;
	padding: 0px;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, fixed; 
}

h1, h2, h3 {
	text-align: left;
}

td {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, fixed; 
}

a, a:active, a:visited {
	color: blue;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

td.top_date {
	padding-right: 25px; 
	line-height: 20px; 
	height: 20px;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, fixed; 
	color: white;
	background-color: #666;
	text-align: right;
}

td.banner {
	text-align: right;
	background-color: white;
	background-image: url(/images/topbg.jpg); 
	background-position: bottom left; 
	background-repeat: no-repeat;
	height: 88px;
}

td.lang {
	background-color: #fc3;
	width: 50%;
	height: 20px;
	line-height: 20px; 
	font-size: 12px; 
	border-top: 2px solid #666;
}

td.usermenu {
	font-size: 12px; 
	line-height: 20px; 
	border-top: 2px solid #666; 
	white-space: nowrap;
	background-color: #fc3;
	text-align: right;
	padding-right: 25px;
}

a.usermenu, a:active.usermenu, a:visited.usermenu {
	color: black;
	background-color: transparent;
	text-decoration: none;
	padding: 0px;
	margin: 4px 2px 4px 2px;
}

a:hover.usermenu {
	color: #fc3;
	background-color: #666;
	padding: 2px 2px 2px 2px;
	margin: 0px;
}

td.top_fn { 
	background-color: #fc3;
	width: 1%; 
	line-height: 20px; 
	font-size: 12px; 
	border-top: 2px solid #666; 
	padding: 0px;
	white-space: nowrap;
}

td.top_field {
	background-color: #fc3;
	border-top: 2px solid #666;
	white-space: nowrap;
}

input.top_field {
	border: 1px solid #666;
	background-color: #ccc;
	height: 16px;
	margin: 0px 15px 0px 0px;
	font-size: 10px;
}

a.lang, a:visited.lang, a:active.lang {
	color: black;
	background-color: transparent;
	text-decoration: none;
}

a:hover.lang {
	text-decoration: underline;
}

td.menus {
	white-space: nowrap;
	padding: 0px 0px 10px 0px;
}

ul.menus {
	list-style-type: none;
	padding: 0px;
	margin: 5px 0px 5px 5px;
	color: #ffe9b7;
	/*color: #eee;*/
	background-color: black;
	font-weight: bold;
	border-top: 1px solid black;
}

li.menus {
	color: #333;
	background-color: #fc3;
	font-weight: normal;
	margin: 1px 0px 1px 3px;
	height: 1.5em;
}

a.menus, a:visited.menus, a:active.menus {
	color: #333;
	background-color: transparent;
	text-decoration: none;
	display: block;
	padding: 0px 3px 0px 3px;
	border-bottom: 1px solid #fc3;
	height: 1.5em;
}

a:hover.menus {
	color: black;
	background-color: #eee;
	border-bottom: 1px solid black;
	/*border-left: 3px solid #fc3;
	margin-left: -3px;
	padding-left: 3px;*/
}

.bgc {
	background-color: #ffcc33;
	color: black;
	vertical-align: top;
}

.error {
	color: red;
	font-weight: bold;
	text-align: left;
}
	   
td.field {
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	padding-left: 10px;
}

td.value {
}

td.help {
	font-size: 10px;
	font-style: italic;
	width: 100%;
	padding-left: 8px;
	border-bottom: 1px dashed black;
	vertical-align: top;
}

td.sep {
	border-bottom: 1px solid #666;
	padding-top: 15px;
	text-align: right;
	font-weight: bold;
}

td.tab {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #666;
	background-color: #ddd;
	padding: 2px 10px 0px 10px;
}

td.stab {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #666;
	padding: 2px 10px 0px 10px;
	font-weight: bold;
	color: black;
}

td.etab {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #666;
	padding: 2px 10px 0px 10px;
}

td.mtab {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #666;
	padding: 15px 25px 25px 25px;
}

a.tab, a:active.tab, a:visited.tab {
	color: #666;
	text-decoration: none;
}

a:hover.tab {
	color: black;
	text-decoration: underline;
}

table.newsBlock {
	background-color: transparent;
}

table.newsBlock td.title {
	padding: 10px 5px 2px 5px;
	font-weight: bold;
	border-bottom: 1px #666 dashed;
	text-align: left;
}

table.newsBlock td.intro {
	padding: 2px 5px 15px 5px;
}

table.newsBlock td.text {
}

img.sponsor {
	border: 0px;
	display: block;
	margin: 10px 0px 5px 0px;
}

img.block {
	border: 1px solid #666;
}
		  

