body, html {height:100%;}

* {font-family:Verdana; font-size:12px;}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #fff;
	width:100%;
	background-color:#780101;
	background-image:url(data/pic/mainbg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}

table {
	border:0;
	border-collapse:collapse;
	margin:0;
	}
	
td {
	border:0;
	padding:0;
	}

td.mainleft {
	width:20%;
	vertical-align:top;
	padding:0 10px 0 20px;
	}

td.mainright {
	width:80%;
	vertical-align:top;
	padding:0 20px 0 0;
	}

td.block {
			width:100%;
			border:2px solid #cac179;
			background-color:#4b0d0d;
			padding:10px;
			}

span.update {
			font-family:Arial;
			color:#fffe80;
			font-size:14px;
			}

span.number {
			font-family:Arial;
			color:#fffe80;
			font-size:26px;
			}

span.updatetxt {
			font-family:Arial;
			color:#fff;
			font-size:12px;
			}

td.buthd {
			width:238px;
			height:30px;
			background-image:url(data/pic/butbg.gif);
			background-repeat:repeat-x;
			border:0px solid #cac179;
			color:#410909;
			font-size:12px;
			font-weight:bold;
			text-align:center;
			}
			
td.blockhd {
			width:100%;
			height:30px;
			background-image:url(data/pic/titlebg.gif);
			background-repeat:repeat-x;
			border:2px solid #cac179;
			color:#410909;
			font-size:13px;
			font-weight:bold;
			padding:0px 15px;
			}

td.blockcont {
			width:100%;
			border:2px solid #cac179;
			background-color:#4E0607;
			padding:10px 15px;
			}

td.monoblock {
			background-image:url(data/pic/mainbg.gif);
			background-repeat:repeat-x;
			background-color:#4b0d0d;
			vertical-align:top;
			color:#dad6ce;
			}

H1 {
	font-family: Arial;
	font-size:28px;
	color:#FFF;
	margin:15px 0 0 0;
	}
H2 {
	font-family: Arial;
	font-size:16px;
	color:#F3FF76;
	margin:0 0 20px 0;
	}
H3 {
	font-family: Arial;
	font-size:18px;
	color:#FFFE80;
	margin:25px 0 15px 0;
	}
H4 {
	font-family: Arial;
	font-size:18px;
	color:#FFF;
	margin:25px 0 15px 0;
	}

a:link { 
	text-decoration: underline;
	color: #fffe80;
	}
a:visited { 
	color: #fffe80;
	text-decoration: underline;
	}
a:hover, a:active { 
	text-decoration: none;
	color: #fffe80;
	}

a.menu:link { 
	color: #fff;
	font-size:16px;
	text-decoration: none;
	}
a.menu:visited { 
	color: #fff;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
	}
a.menu:hover, a.menu:active { 
	color: #fff;
	font-size:16px;
	text-decoration: underline;
	}

a.active:link { 
	color: #410909;
	}
a.active:visited { 
	color: #410909;
	}
a.active:hover, a.active:active { 
	color: #410909;
	}

label { cursor: pointer; }
form { display: inline; }
input {padding: 2px; margin: 2px;}
.line { height: 2px; background-color: #000000; }

