body {
	padding:0;
	margin:0;
	background-color:#ffffff;
	color:#000000;
	font-family:Trebuchet MS, Arial, Tahoma, sans-serif;
        font-size:12pt;
	text-align: Left;

}
div#header {
	clear: both;
	height: 75px;
	background-color: #FFFFFF;
	padding: 0px;

}
div#left {
	float: left;
	width: 170px;
	background-color: #ffffff;
}
div#right {
	background-color: #ffffff;
	float: right;
	width: 170px;
}
div#middle {
	padding: 0px 160px 5px 160px;
	margin: 0px;
	background-color: #ffffff;
        height: 100%;
}
div#footer {
	padding: 0px 160px 5px 160px;
	margin: 5px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 8pt;
        font-weight: light;
}


span.c1 {color: #FF0000; font-size: 24pt; font-weight: bold; margin-top: 10px; margin-left: 50px;}
span.c2 {color: blue; font-size: 24pt; font-weight: normal; margin-top: 64px; margin-left: 350px;}
span.c3 {color: blue; font-size: 10pt; font-weight: normal; text-valign 64px; margin-left: 630px;}
span.c4 {color: #000000; font-size: 12pt; font-weight: normal; text-valign 14px; margin-left: 30px;}
/*
'font-weight'
    Value:  	normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit
    Initial:  	normal
    Applies to:  	all elements
    Inherited:  	yes
    Percentages:  	N/A
    Media:  	visual
    Computed value:  	see text 
*/
A:hover {color:orange}
A:Alink {color:Yellow}
A:Vlink {color:Black}
A:Text {color:white}
a{
text-decoration: none;
}
