body
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    SCROLLBAR-FACE-COLOR: #6f9377;
    BACKGROUND-IMAGE: url(/images/Back.jpg);
    MARGIN: 0px;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    BORDER-LEFT: medium none;
    SCROLLBAR-SHADOW-COLOR: #ffffff;
    SCROLLBAR-ARROW-COLOR: #ffffff;
    SCROLLBAR-TRACK-COLOR: #f1f1f1;
    BORDER-BOTTOM: medium none;
    BACKGROUND-REPEAT: repeat;
    BACKGROUND-COLOR: #f5f5f5;

}
.cell_value
{
	border-right-color:white;
	text-align:right;
}
.cell_unit
{
	border-left-color:white;
}
.menu_link
{
	text-align:center;
	text-decoration:none;
	font-weight:bold;
    COLOR: white;
    BACKGROUND-COLOR: #6f9377;
    TEXT-ALIGN: center;
    border:solid 1px white  
}
.menu_link:hover
{
	text-align:center;
	text-decoration:none;
	font-weight:bold;
    COLOR: white;
    BACKGROUND-COLOR: red;
    TEXT-ALIGN: center;
    border:solid 1px white  
}
.header
{
	font-weight:bold;
	color:Red;
	font-size:20px;
}
TD
{
	text-align:center
}
INPUT
{
	width:70px
}
.fix
{
	font-weight:bold;
	color:Red
}
H2
{
		color:Blue
}
.Table_header
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-FAMILY: Verdana;
    HEIGHT: 30px;
    BACKGROUND-COLOR: #6f9377;
    TEXT-ALIGN: center
}
.Tbl
{
	border-width:1px;
	border-color:DarkGray;
	text-align:center;
	width:600px;
	position:relative;
	top:30px;
}
