html, body, #sretcher {
	height: 100%;
	}
	
body {	
	font-family: Arial, Verdana, Helvetica;
	margin: 0px;
	font-size: 12px;
	background-color: #f3f5f3;
	}
	
a:link    {COLOR: #0080ff; TEXT-DECORATION: none }
a:visited {COLOR: red; TEXT-DECORATION: none }
a:hover   {COLOR: #0099ff; TEXT-DECORATION: underline;}
a:active  {COLOR: #2d9930; TEXT-DECORATION: none }

a.aButton:link    {COLOR: #2c4f34; TEXT-DECORATION: none }
a.aButton:visited {COLOR: #2c4f34; TEXT-DECORATION: none }
a.aButton:hover   {COLOR: #058d15; TEXT-DECORATION: none; font-weight:bold;}
a.aButton:active  {COLOR: green; TEXT-DECORATION: none }	

.MainTable{
	height: 100%;
	}

.LeftMenu {
	width: 180px;
	height: 100%;
	background-color: #aab9ad;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	}

.RightContent {
	width: 620px;
	height: 100%;
	vertical-align: top;
	}
	
.tblButtons{
	width: 173px;
	text-align: center;
	}
	
.Buttons{
	width: 173px;
	height: 35px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	vertical-align: center;
	}

.ContentTitle {
	width: 500px;
	height: 33px;
	font-family: Geneva, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #b4eec1;	
	padding-left: 6px;
	background-image: url(images/bg_title.gif);
	}
	
.NewsTitle {
	width: 500px;
	height: 33px;
	font-family: Geneva, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: black;	
	padding-left: 0px;
	}

.Content {
	height: 100%;
	vertical-align: top;
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-right-style: solid;
	border-right-color: #c6efcb;
	border-right-width: 1px;
	background-color: white;
	}

.Header {
	height: 111px;
	background-color:#3366FF;
	}

.Footer {
	height: 42px;
	font-size: 10px;
	color: #e3f8e5;
	text-align: right;
	padding-right: 12px;
	padding-top: 3px;
	background-image: url(images/bg_footer.gif);	
	}
	
