a, a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:link:hover, a:visited:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

html {
	height: 100%
}

body {
	background-color: #000000;
	font-family: times, arial;
	font-size: 14px;
	color: #4B4B4B;
	height: 100%
}

h1 {
	font-size: 22px;
}

td.main {
	background-image:url(images/main_back.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
	vertical-align: top;
	height: 484px;
	width: 886px;
	padding-left: 37px;
}

td.menu {
	background-image:url(images/menu_back_long.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	vertical-align: middle;
	height: 37px;
}

input.field1 {
	width: 49px;
	height: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	border:solid 0 #fff;
	background: transparent url("images/field1.gif") no-repeat;
}

input.field2 {
	width: 67px;
	height: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	border:solid 0 #fff;
	background: transparent url("images/field2.gif") no-repeat;
}

td.text {
	padding-top: 80px;
	padding-left: 2px;
	text-align: left;
	font-size: 14px;
	color: #9F9A78;
}

td.notOldEnough {
	background-image:url("images/page1_back.jpg"); 
	background-repeat: no-repeat; 
	background-position: bottom; 
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
}

td.errors {
	padding-top: 5px;
	color: #8E700A;
}

td.desc {
	font-size: 9px;
	text-align: left;
}

td.left {
	background-image:url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 7px;
}

td.right {
	background-image:url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 7px;
}

td.vs {
	text-align: left;
	vertical-align: bottom;
}

td.footer {
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: center;
	vertical-align: middle;
	height: 64px;
	width: 886px;
	color:#9F9A78;
	font-weight: bold;
	font-family: times;
}

td.imported {
	text-align: center;
	vertical-align: bottom;
	color:#9F9A78;
	font-weight: bold;
	padding-bottom: 5px;
}

td.imported a, td.imported a:link, td.imported a:visited {
	color: #9F9A78;
}

td.imported a:hover, td.imported a:link:hover, td.imported a:visited:hover {
	color: #9F9A78;
	text-decoration: underline;
}
