body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.166;
	background:  none #FFFFFF repeat-x;
}

#WhiteSpace{
	background-color:#FFFFdd;
	padding:10px;
}

#ContentTable{
	background-color:#FFFFFF;
	border-top: 1px solid #cccccc;
      border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	align:center; 
	width:750px;
	height:100%;
}


#MiddleTable{
	background-color:#FFFFdd;
	border-bottom: 1px solid #cccccc;
      border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top:1px solid #cccccc;
 

}

#BottomTable{
      background-color:#FFFFFF;
}

.headline_top {
	height: 45px;
	font-size: 30px;
	color:#FFFFFF;
    padding-left:5px;
    border-bottom: 2px solid #333333;
}

.left-menu {
	width: 130px;
	background-color: #7F7F7F;
	margin: 0px;
    padding: 0px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	vertical-align: top;
}

p { 
	font-size: 11px; 
	text-align: left; 
	word-spacing: normal;
	text-indent: 0; 
	line-height: 1.166; 
	margin: 2px 0px 
}

td, tr {
	font-size: 11px;
	line-height: 1;
	line-height: 1.166;
	word-spacing: normal;
}

input, select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px
}

form {
    text-align: left;
    text-indent: 0;
    word-spacing: 0;
    margin: 0
}

h1 {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-align:left;
    text-indent:0;
    word-spacing:0;
    line-height:100%;
    margin:3px 0px;
}

h2  {
    font-size: 12px;
    font-weight: bold;
    text-indent:0;
    word-spacing:0;
    line-height:200%;
    margin:3px 0px;
}

h3  {
    font-size: 11px;
    word-spacing: 0;
    line-height: 150%;
    font-style: italic;
    font-weight: bold;
    margin: 2px 0px
}

h4  {
    font-size: 10px;
    font-weight: bold;
    word-spacing: 0px;
    line-height: 100%;
    margin: 0px 0px;
}

.p1 {
    font-size: 11px;
    line-height: 1.5;
    word-spacing: 0;
    text-indent: 0;
    margin: 0px 0px;
}

<!-- Menu-->

#menu-left {
	margin: 0px;
	padding: 0px;
}

#menu-left a:link, #menu-left a:visited {
	display: block;
    border-top: 1px solid #FFCC99;
    border-bottom: 1px solid #FFCC99;
    background: url('images/black_bar.jpg') #7F7F7F repeat-x;
	font-size:11px;
	font-weight: normal;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
}

#menu-left a:hover{
	background: url('images/black_bar1.jpg') #7F7F7F repeat-x;
	font-weight: normal;
	text-decoration: underline;
	color: #FFCC99;
}

#menu-left p {
	display: block;
    margin:0px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
    border-bottom: none;
    background-color:#7F7F7F;
	background-image: none;
    font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}
			   
			   