BODY {
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
	COLOR: #817148;
	BACKGROUND-COLOR:#1F150A;
}
TD {
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
	COLOR: #817148;
}

#borders{
	BORDER:1px solid #B79155;
	MARGIN-BOTTOM:1px;
}

#date{
	COLOR: #B48140;
	FONt-WEIGHT:bold;
}

#top{
	COLOR:#AE845A;
	FONT-SIZE:11px;
	BACKGROUND:url(i/top_bg.gif);
}

#params{
	FONT-SIZE: 12px;
	COLOR: #696969;
}

#foot{
	PADDING-TOP:15px;
}

H1 {
	FONT-SIZE: 12px;
	COLOR: #817148;
	MARGIN-BOTTOM: 15px;
	MARGIN-TOP: 0px;
}
P{
	FONT-SIZE: 12px;
	COLOR: #817148;
	MARGIN:0px 0px 10px 0px;
}
INPUT{
	FONT-SIZE: 12px;
	COLOR: #817148;
}
TEXTAREA{
	FONT-SIZE: 12px;
	COLOR: #817148;
}
UL	{
	MARGIN:0px 0px 10px 10px;
}
LI {
	FONT-SIZE: 12px;
	MARGIN-BOTTOM:0px;
	MARGIN-TOP:0px;
	TEXT-INDENT: 0px;
	LINE-HEIGHT: 13px;
	LIST-STYLE-IMAGE:url(i/li.gif);
}
A, A:active, A:visited{
	FONT-SIZE: 12px;
	COLOR: #B48140;
	TEXT-DECORATION:underline;
}
A:hover{
	FONT-SIZE: 12px;
	TEXT-DECORATION:none;
}

#top A, #top A:active, #top A:visited{
	COLOR:#AE845A;
	FONT-SIZE:11px;
	TEXT-DECORATION:none;
}
#top A:hover{
	COLOR:#AE845A;
	FONT-SIZE:11px;
	TEXT-DECORATION:underline;
}

#foot A, #foot A:active, #foot A:visited{
	COLOR:#795936;
	FONT-SIZE:12px;
	TEXT-DECORATION:none;
}
#foot A:hover{
	FONT-SIZE:12px;
	TEXT-DECORATION:underline;

}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
}

.buttonmenu a{
color: white;
display: ;
width: 100%;
padding: 4px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: #8B0000;
text-decoration:none;

}


.buttonmenu a:visited{
color: white;
}

.buttonmenu a:hover, .buttonmenu li a:active{
color: black;
background-color: #CD7F32;
}


.roundedcornr_box_215433 {
   background: #ffffff url(roundedcornr_215433_grad.gif) repeat-x top left;
}
.roundedcornr_top_215433 div {
   background: url(roundedcornr_215433_tl.gif) no-repeat top left;
}
.roundedcornr_top_215433 {
   background: transparent url(roundedcornr_215433_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_215433 div {
   background: url(roundedcornr_215433_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_215433 {
   background: transparent url(roundedcornr_215433_br.gif) no-repeat bottom right;
}

.roundedcornr_top_215433 div, .roundedcornr_top_215433,
.roundedcornr_bottom_215433 div, .roundedcornr_bottom_215433 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_215433 { margin: 0 30px; }
</style>

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
color: black;
}

</style>

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 170px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #414141; /*background of menu items (default state)*/
color: white;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}

.ddsmoothmenu-v ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
