/* CSS Document */
a:link {
	color: #664400;
}
a:visited {
	color: #664400;
}
a:active {
	color: #664400;
}
a:hover {
	color: #ff0000;
}
body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-color: #023401;
}
p,td,body{font-size:12px;}
.main_table{
background-image:url(images/main_table.jpg);
background-color:#FFFFFF;
}
.single{

background-color:#E7D9BF;
}
.bottom_table{
background-image:url(images/bottom_table.gif);
background-repeat:no-repeat;
}
.buttons{
border-bottom:solid;
border-bottom-width:thin;
border-bottom-color:#000000;
border-right:solid;
border-right-width:thin;
border-right-color:#000000;
border-left:solid;
border-left-width:thin;
border-left-color:#000000;
}
.buttons_top{
border-top:solid;
border-top-width:thin;
border-top-color:#000000;
border-bottom:solid;
border-bottom-width:thin;
border-bottom-color:#000000;
border-right:solid;
border-right-width:thin;
border-right-color:#000000;
border-left:solid;
border-left-width:thin;
border-left-color:#000000;
}