html, body {
	height: 100%;
	margin: 0;
	border: 0;
	background-color: #762320;
}

body {
	margin: 40px 60px;
}

body, table {
	font-family: Verdana, Geneva, sans-serif;
	aafont-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

img {
	border: 0;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	color: #601214;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #601214;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	font-size: 19px;
	color: #ffffff;
	background-color: #762320;
  margin-left: -30px;	
	padding-left: 30px;
	display:inline-table;
	padding-right: 10px;
	width: 230px;
}

h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 19px;
	font-style:italic;
}

p:first-letter {
	color: #601214;
}

div.br {
	clear: both;
}

div#main {
	background-color: #fff;
}

div#header {
	vertical-align: bottom;
	height: 167px;
}

div#header h1 {
	color: #fbcc0c;
	font-size: 24px;
	font-weight: bold;
}

div#content {
	padding: 10px 30px 10px 30px;
	clear: both;
}

h3.main {
	background: url(/img/h3-corner.gif) no-repeat right bottom;
	background-color: #762320;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-size: 21px;
}

h3.main a:link, h3.main a:visited {
	text-decoration: none;
}

table.simple {
	border-bottom: solid 1px #fffae7;
	border-collapse: collapse;
	font-size: 11px;
}
table.simple th {
	padding: 1px 5px;
	background-color: #762320;
	border-left: solid 1px #f6f1df;
	border-right: solid 1px #f6f1df;
	color: #fff;
}
table.simple td {
	padding: 1px 5px;
}
table.simple tr {
	background: #f6f1df;
}
table.simple tr.o {
	background: #fffae7;
}
table.simple tr.o td {
	border-left: solid 1px #f6f1df;
	border-right: solid 1px #f6f1df;
}
table.simple tr.head {
	font-weight: bold;
	background: transparent;
}
table.simple tr.head td {
	padding-top: 10px;
}

/* results */
table.results {
	font-size: 11px;
  border-collapse: collapse;
}
table.results td, table.results th {
  border-collapse: collapse;
	padding: 1px 2px;
	white-space: nowrap;
	border: solid 1px #601214;
}
table.results td.best {
	background-color: #FF6;
}
table.results tr {
	background: #ffee00;
}
table.results tr.o {
	background: #ffdd00;
}
table.results tr:hover td {
	background: #ffffff;
}
table.results tr:hover td.best {
	background: #ffffff;
	color: #f00;
}
table.results tr.head {
	font-weight: bold;
	background: transparent;
}
table.results tr.head td {
	padding-top: 10px;
	border: 0;
	font-size: 12px;
}

td#center {
	text-align: center;
}

/* classes */
#original {
	color: #fff;
	background-color: #00f;
}

#standart {
	color: #000;
	background-color: #fff;
}

#modified {
	color: #000;
	background-color: #FF0;
}

#promodified {
	color: #fff;
	background-color: #000;
}

#proto {
	color: #fff;
	background-color: #f00;
}
