@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f0f4f7;
	margin-top: 10px;
	background-image: url(images/bg.jpg);
	background-repeat:no-repeat;
}

#nav {
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	color: #333;
	text-decoration:none;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #045f7c;
	line-height:20px;
	padding:0px;
	font-weight:lighter;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #045f7c;
	line-height:0;
	padding:0px;
	font-weight:lighter;
}


td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333
}

td.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#666;
}

#News {
	font-family: Helvetica, arial, sans-serif;
	font-size:11pt;
	color:#fff;
}
#News_content {
	padding:8px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#666;
}

li {
	line-height:18px;
	
}