﻿body
{
	background-color: #002B00;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url( '/images/bg1.jpg' );
}
.Main_menu 
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}
.Sel_menu
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
}
.Label
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
.BlkLabel
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align:right;
}
.TableAllBorder
{
	border-bottom:solid 1px gray;
	border-left:solid 1px gray;
	border-right:solid 1px gray;
	border-top:solid 1px gray;
}
.TableBorderBottom
{
	border-bottom:solid 1px gray;
	border-top:solid 1px gray;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
}

.content 
{
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}

