body
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    SCROLLBAR-FACE-COLOR: #6f9377;
    BACKGROUND-IMAGE: url(images/Back.jpg);
    MARGIN: 5px;
    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: lightgrey

}
.menu_link, .menu_link:visited
{
	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:justify
}
.fix
{
	font-weight:bold;
	color:Red
}
H2
{
		color:Blue
}
SPAN
{
text-align:justify
}
.ElemsHead LABEL
{
 width:22px;
text-align:left;
}
a, a:visited
{
	text-decoration:none;
	color:#0000FF;
}
a:hover
{
	text-decoration:underline;
	color:#0000FF;
}