/* CSS Document */

body {
	margin-top:0px; 
	margin-right:0px; 
	margin-left:0px; 
	margin-bottom:0px; 
	background-color: #F1A335;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: lighter;
	color: #000000;
	list-style-type: disc;
	list-style-position: outside;
}
a.text:hover {
	color: #000000;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
		color: #444444;
	list-style-type: disc;
	list-style-position: outside;
}

a.text:hover {
	color: #000000;
}

.tournament {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: lighter;
	color: #150000;
	list-style-type: disc;
	list-style-position: outside;
}
a.tournament:hover {
	color: #960000;
}


.header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	list-style-type: disc;
	list-style-position: outside;
}




.footer {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #DEDDD3;
	padding: 4px;
}
a.footer:hover {
	color: #FFFFFF;
	background-color: #6C6C6C;
}


a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}



.buttonscontainer {width: 115px;}

.buttons a {color: #FFF091;
background-color: #205F92;
padding: 4px;
padding-left: 6px;
display: block;
border-right: 3px solid #FFF091;
border-TOP: 1px solid #000000;
font: 11px Arial, sans-serif;
font-weight: 500;
display: block;
text-decoration: none;
text-align: left;
width: 100%;
margin-top: 1px;}

.buttons a:hover {border-right: 3px solid #6A4888;
text-decoration: none;
color: #ffffff;
background-color: #3F2975;
}