body{
	font-family: Times New Roman, Tahoma, goudy old style, sans-serif;
	font-size: 12pt;
}

h1, h2{
	font-family: Times New Roman, Goudy Old Style, book antiqua;

}
td{
	font-family: book antiqua
	font-size: 14pt;
}

a:link { 
	font-weight: none; 
	text-decoration: none; 
	color: #000000;
	}
a:visited { 
	font-weight: none; 
	text-decoration: none; 
	color: #000000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #66bbff;
	}
#header{
	postion: absolute;
	left: 40px;
	top: 0px;
}
#links{
	padding-left: 20px;
	padding-top: 20px;
	position: absolute;
	left: 20px;
	top: 100px;
	background-color: #FFFFFF;
	font-size: 10pt;
	font-family: Tahoma, goudy old style, sans-serif;
	color:#2C5079;
	width: 140px;
	}
#content{
	padding-left: 10px;
	position: absolute;
	left: 160px;
	top: 100px;
	width: 600px;
}
#content2{
	padding-left: 50px;
	position: absolute;
	left: 160px;
	top: 100px;
	width: 600px;
}

