﻿A:link {
	COLOR: #b20838;
	text-decoration: none;
}
A:visited {
	COLOR: #b20838;
	text-decoration: none;
}
a:hover {
	COLOR: #33CC33;
}
a:active {
	text-decoration: none;
}

.body
{
    margin-top: 5px;
    background-color: #ededed;
    background-image: url(Images/bg_r.jpg);
    font-family: Verdana;
    background-repeat: repeat-x;
}



.Menu {
	color: #b20838;
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.red {
	color: #b20838;
	font-weight: bold;
}

.p
{
	text-indent: 30px;
}

.h1
{
    font-size: medium; 
    color: #33CC33;
}
.HeaderLogo
{
	width: 200px;
	height: 150px;
	border: black 0px solid;
	float: left;
	background: #FFFFFF;
	text-align: center;
	padding-top: 10px;	
}
.HeaderTitle
{
	width: 770px;
	height: 150px;
	border: black 0px solid;
	float: left;
	background: #FFFFFF;
	text-align: center;
	padding-top: 10px;	
}
.LeftMenu
{
	background: #FFFFFF;
	width: 170px;
	height: 200px;
	font-size:small;
	border: black 0px solid;
	float: left;
	vertical-align: top;
	text-align: right;
	clear: left;
	
}
.content
{
	margin: auto;
	width: 980px;
	background-color: White;
	border: Solid 0px black;
	clip: rect(5px 0px 5px 0px);
}
.BodyLeft
{
    width: 180px;

    border: black 0px solid;
    color: threeddarkshadow;
    font-family: Verdana, Arial;
    font-size: 12px;
}
.BodyRight
{
	width: 700px;
	border: black 0px solid;
	color: threeddarkshadow;
	font-family: Verdana, Arial;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
.Copyrights
{
	width: 980px;
	height: 25px;
	font-size:x-small;
	color: threeddarkshadow;
	text-align:center;
	background-color: #ededed;
	padding-top: 5px;
}

.Direction
{
	padding-bottom: 12px;	
}