body {
	margin: 10px;
	padding: 10px;
	background-color: #c9c6ae;
	color: black;
}

body,p,input,textarea,select,td,th {
	font-size: 9pt;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

p {
	/*margin: 0px;
	padding: 0px;
	padding-top: 1em;*/
}

hr {
	margin: 0px;
}

h1,h2,h3,h4,h5,h6 {
	/*margin-top: 0px;
	margin-bottom: 0.5em;*/
	color: #422b0d;
}

h1 { font-size: 16pt; }

h2 { font-size: 13pt; }

h3 { font-size: 12pt; }

h4 { font-size: 8pt; }

h5 { font-size: 7.5pt; }

h6 { font-size: 7.5pt; }

form {
	margin: 0px;
	padding: 0px;
}

#container, #header, #body, #footer, #menu, #logo {
	border: none;
	margin: 0px;
	padding: 0px;
}

#container {
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	padding-top: 45px;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 735px;
}

#logo {
	position: absolute;
	left: 14px;
	top: 0px;
	width: 143px;
	height: 135px;
	background-image: url(/images/logo1.jpg);
}

#menu {
	position: absolute;
	left: 0px;
	top: 140px;
	margin: 0px;
	padding: 0px;
	width: 111px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
}
#menu ul li img {
	border: 0px;
}

#footer {
	margin-left: 4px;
	width: 731px;
	height: 121px;
	background-image: url(/images/footer1.gif);
	font-size: 80%;
	text-align: right;
}

#header {
	margin-left: 115px;
	width: 620px;
	height: 90px;
	background-image: url(/images/header1.gif);
}

#body {
	margin-left: 115px;
	width: 620px;
	background-image: url(/images/body-bg1.gif);
	min-height: 230px;
}
#body p {
	text-align: justify;
}

table.table0 {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	empty-cells: show;
}
table.table0 tr td {
	padding: 0px;
	margin: 0px;
}

table.table1 {
        padding: 0px;
        margin: 0px;
        border-collapse: collapse;
        empty-cells: show;
        margin-bottom: 1em;
        border: 1px dotted black;
        background-color: #f0f0f0;
}
table.table1 td {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0px;
        vertical-align: top;
        text-align: left;
}

table.competitions {
        padding: 0px;
        margin: 0px;
        border-collapse: collapse;
        empty-cells: show;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
	width: 100%;
}
table.competitions td.col1 {
	width: 15%;
	padding-left: 0.5em;
}
table.competitions td.col2 {
	width: 85%;
	padding-right: 1em;
}
table.competitions td, table.competitions th {
        padding: 2px;
        margin: 0px;
        vertical-align: top;
        text-align: left;
	border-bottom: 1px dotted black;
}
table.competitions td {
	background-color: #e0e0e0;
}
table.competitions th {
	text-align: left;
	background-color: black;
	color: white;
	border-bottom: none;
}

label {
	margin-right: 1em;
	font-weight: bold;
}

input.button {
	font-size: 90%;
	cursor: hand;
	width: 8em;
	height: 2.1em;
}

ul.flags {
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}
ul.flags li {
	padding: 0px;
	margin: 0px;
	border: 1px solid #B5B3B4;
}
ul.flags li img {
	border: 2px solid white;
}

.image_r, .image_l {
  border: 1px solid black;
  padding: 3px;
  padding-bottom: 20px;
  background-color: white;
}
.image_r {
  margin-left: 10px;
}
.image_l {
  margin-right: 10px;
}

table.tree {
        padding: 0px;
        margin: 0px;
        border-collapse: collapse;
        empty-cells: show;
	width: 512px;
}
table.tree tr td {
        padding: 0px;
        margin: 0px;
	text-align: center;
	vertical-align: top;
	font-family: Small Fonts, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
table.tree tr td.base {
	width: 64px;
}
table.tree tr td img {
	border: 1px solid black;
}
h2.tree {
	text-decoration: underline;
	text-align: center;
	text-transform: uppercase;
}

a.competitions {
	text-transform: lowercase;
	text-decoration: underline;
	cursor: hand;
	color: blue;
}
a.competitions:hover {
	text-decoration: none;
	background-color: blue;
	color: white;
}

