body {
	margin          : 5,5,5,5;
	text-align      : center;
}

body, p, td, div, span, li, ol, blockquote {
  font-family     : Arial, Verdana, Helvetica, sans-serif;
  font-size       : 12px;
	color           : #333333;
}

.title {
  font-size       : 16px;
	color           : #333333;
}

.poll {
	font-weight     : bold;
 	color           : #606060;
}

.content{
	margin-left     : 80px;
	margin-right    : 30px;
	margin-top      : 15px;
	margin-bottom   : 10px;
}

.more{
	margin-left     : 80px;
	margin-top      : 5px;
}

a {
	font-weight     : bold;
	color           : #666666;
	text-decoration : underlined;
}

a:hover {
	font-weight     : bold;
	color           : #666666;
	text-decoration : underlined;
}

a.blue {
	font-weight     : normal;
	color           : #0450E3;
	text-decoration : underlined;
}

a.blue:hover {
	font-weight     : normal;
	color           : #0450E3;
	text-decoration : underlined;
}

a.nav3 {
	font-weight     : normal;
	color           : #0066CC;
	text-decoration : none;
}

a.nav3:hover {
	font-weight     : normal;
	color           : #0066CC;
	text-decoration : none;
}


#preload{
	position        : absolute;
	top			        :-100;
	left            :-100;
}