body {
	margin: 10px 20px;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #12252c;
	font-size: 90%;
	font-family: Arial, sans-serif;
	}
	
a	{
	color: #EDEADA;
	}

table, tr, th, td {
	margin: 0;
	padding: 2px;
	border: 0px;
	}

.tdright{
	text-align: right;
	}

table {
	margin: 2px;
	background-color: #EDEADA;
	border-spacing: 0;
	width: 275px;
	font-size: 90%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;		
	}


table.results {
	width: 180px;
	text-align: left;
	}

table.container {
	background: #c2c1ba;
	}
	
tr, th, td {
	vertical-align: top;
	}

th, td {
	padding: 2px;
	white-space: nowrap;
	}

th {
	background: #EDEADA;
	color: #333;
	text-align: left;
	font-weight: bold;
	}

td.logo{
	text-align: right;
	}

.resultsL{
	width: 90px;
	text-align: left;
	border: 1px;	
	border-bottom-style: dotted;
	}
.resultsR{
	width: 90px;
	text-align: right;
	border: 1px;	
	border-bottom-style: dotted;
	}	

input, select {
	padding: 2px; 
	text-align: center; 
	background:#EEE; 
	border:1px solid #999; 
	font-size: 100%;
	font-family: Arial, Verdana, sans-serif;
	}	

select {
	width: 105px;
	text-align: left; 
	}

input.inpText {
	text-align: left;
	width: 100px;
	}	
input.inpText0 { 
	text-align: left;
	width: 70px;
	}
	
input.inpBut {
	padding: 3px; 
	background: #EDEADA;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 5px;
	}	
	
input.inpButHov {
	background: #BDB9A3;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 5px;
	}		
	
.buttons {
	width: 250px;
	text-align: center;
	}
	
.offtoleft {
	position: relative; 
	left: -900000px; 
	top: -900000px;
	}
	 
	 
ul, ol {
	padding: 0px 0px 0px 32px;
	}	 
	
