/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
body {
	background-color: #b8b29c;
}

.container {
width: 800px;
border: 1px solid #837a69;
background-color:#FFFFFF;
padding: 2px;
text-align: left;}

.linka {color: #FFFFFF;
font-size: 12px;
text-decoration: none;
}

.linka:hover {color: #fba34b;
font-size: 12px;
text-decoration: none;
}

.linkb {color: #FFFFFF;
font-size: 12px;
text-decoration: none;
}

.linkb:hover {color: #fba34b;
font-size: 12px;
text-decoration: none;
}

.linkbody {
color: #CC0000;
font-size: 12px;
text-decoration: none;
}

.linkbody:hover {color: #fba34b;
font-size: 12px;
text-decoration: none;
}

.textwhite {
color: #FFFFFF;
}

.title {color: #837a69; font-size: 14px; font-weight: bold;}

