
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/html_home_2010_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:18px;
}

h1{	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	}

h2{	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

#nav{
position:absolute;
width:200px;
left:20px;
top:90px;
font-size:15px;
font-weight:bold;
line-height:24px;
}
#text{
position:absolute;
top:128px;
left:175px;
width:475px;
height:auto;
text-align:justify;
}



a:link {
 color: #fb63c6; text-decoration:none;
}
a:visited {
 color: #fb63c6; text-decoration:none;
}

a:active {
 color: #fb63c6; text-decoration:none;
}

a:hover {
 color: #9999ff; text-decoration:underline;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

