.Title1
{
    Font-weight : bold;
    Font-size : x-large;
    Color:#000000;
}
.Title2
{
    Font-weight : bold;
    Font-size : large;
    Color :#000000;
}

.Title3
{
    Font-weight : bold;
    Font-size : medium;
    Color :#000000;
}

.bodyMain
{
	Background-color:#E9E9E9;
}

.bodyTop
{
	Background-color:#1DA645;
}

.MainDivLeft
{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 162px;
	height: 600px;
	border-right-width:medium;
	border-right-color:;
	border-right-style:solid;
}

.NavMenu
{
	position:relative;
	float:none;
	top:15px;
	left:30px;
	width: 130px;
}

.btNavMenu
{
	position:relative;
	top:0px;
	left:0px;
	width: 75px;
	height: 0px;
	padding:0px;
	margin-top: 0px;
}

.MainDivBottomBar
{
	position:relative;
	float:none;
	top:30px;
	left:30px;
	width: 750px;
}

.tdAdvantages
{
    Border-color : rgb(204 , 204 , 204);
    Border-style : solid;
    Border-width : 1px;
}

.AdvantagesMainDiv
{
position: absolute;
top: 202px;
left: 156px;
background-color:#8DDC85;
color:#000000;
width: 452px;
height: 150px;
}

.AdvantagesMenuDiv
{
position:absolute;
top: 200px;
background-color: #FFFFFF;
color: #FFF;
width: 600px;
height: 154px;
Border-color : #BFDFA8;
Border-style : solid;
Border-width : 2px;
}

.btNotSelected
{
display: block;
color: rgb(0 , 51 , 204);
background-color:#6DD262;
width: 9em;
padding: .2em .8em;
text-decoration: none;
text-align: center;
Border-right-color : #EAE4C8;
Border-right-style : solid;
Border-right-width : 2px;
}

.btNotSelected:hover
{
display: block;
color: #000000;
background-color:#E9E9E9;
width: 9em;
padding: .2em .8em;
text-decoration:none;
Font-weight : bold;
text-align: center;
Border-right-color : #EAE4C8;
Border-right-style : solid;
Border-right-width : 2px;
}

.btSelected
{
display: block;
Font-weight : bold;
color:#E7600E;
background-color :#8DDC85;
width: 9em;
padding: .2em .8em;
text-decoration: none;
text-align: center;
border-bottom-width:thin;
border-bottom-color:#E9E9E9;
border-bottom-style:solid;
border-top-width:thin;
border-top-color:#E9E9E9;
border-top-style:solid;
filter: alpha(opacity=20);
}

.btSelectedTop
{
display: block;
Font-weight : bold;
color:#E7600E;
background-color:#8DDC85;
width: 9em;
padding: .2em .8em;
text-decoration: none;
text-align: center;
border-bottom-width:thin;
border-bottom-color:#E9E9E9;
border-bottom-style:solid;
filter: alpha(opacity=20);
}

.btSelectedBottom
{
display: block;
Font-weight : bold;
color:#E7600E;
background-color:#8DDC85;
width: 9em;
padding: .2em .8em;
text-decoration: none;
text-align: center;
border-top-width:thin;
border-top-color:#E9E9E9;
border-top-style:solid;
filter: alpha(opacity=20);
}

.TestOpacity
{
filter: alpha(opacity=10);
}

