body {
        font-family: arial, helvetica, sans-serif;
        background-color: #B05C02;
        color: #ffffff;
}
td {
        color:#ffffff;
        font-family: arial, helvetica, sans-serif;
}
th {
        color:#ffffff;
        font-family: arial, helvetica, sans-serif;
	font-size: 80%;
}
a {

       font-family:Arial, sans-serif;
         color: #FFCF42; text-decoration: none;
         font-size:14px;
}

a:hover {

       font-family:Arial, sans-serif;
         color: #FF8C0D; text-decoration: none;
         font-size:14px;
}
hr {
	color: #ffffff;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

div.page {
	margin: 0 auto;
	width: 760px;
	border: 2px solid #b05c02;
	background: #b05c02;
}

#header {
	color: #ffcf42;
	background-color: #ffffff;
	height: 58px;
	position: relative;
	border-bottom: 5px solid #b05c02;
}
#header .headertext {
	font-family: "Courier New", Courier;
	font-weight: bold;
	color: #ffcf42;
	font-size: 150%;
	background-color: #ffffff;
	float: left;
	margin-left: 2em;
	vertical-align: middle;
	position: absolute;
	bottom: 2px;
}
#langbutt {
	float: right;
        background-color: #B05C02;
}
#langbutt img {
	border: 0;
}

