body
{
	margin: 0; 
	padding: 0;
	overflow: hidden; 
	background: url(../Images/bg.jpg) repeat-y left top;
  font-family: Verdana;
	font-size: 12px;
}
#content
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	width: 100%;
	height: 100%;
}
#main
{
	width: 475px;
	margin-left: 290px;
	padding-top: 50px; /* get the top of the text clear of the header */
	padding-bottom: 5em; /* get the bottom of the text clear of the footer */
	padding-left: 20px;
	margin-top: 100px;
	text-align: justify;
}
#header
{
	position: absolute;
	top: 0;
	width: 466px;
	height: 135px;
	left: 300px;
  text-align: center;
  background-color: #FFFFFF;
}
#menu
{
	position: absolute;
	top: 0;
	width: 300px;
	height: 452px;
	left: 0px;
}
#M {
	padding-top:5px;
  padding-left: 100px;
}
#logo{
  padding-left: 40px;
}
.M1X A:link, .M1X A:visited {
	font-family: Arial;
	float: left;
	DISPLAY: block;
	WIDTH: 105px;
	text-align:center;
	height: 24px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	-moz-box-sizing: padding-box;
	background-image: url(../Buttons/A.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
}
.M1X A:hover {	COLOR: #0066CC;}
.imgR {
	float: right;
	margin-bottom: 10px;
	margin-left: 23px;
}
.imgL {
	float: left;
	margin-bottom: 10px;
	margin-right: 23px;
}

.fontA {
	font-style: italic;
	font-weight: bold;
	color: #333366;
}
.fontB {
	font-size: 9px;
}
.tabelA td{
  background-color: #CCCCCC;
	font-size: 12px;
}
b {
	color: #333333;
}

