* {
	margin:0;
	padding:0;
	border:0;
}


#container{
	  	width: 960px;
		margin: 0 auto;
		text-align:left;
}

#logo {
	float:left;
	width: 316px;
	height: 129px;
	margin-right:304px;
}

#global {
	float:left;
	width: 329px;
	height: 29px;
	padding: 12px 10px 0px 0px;
	background: url('/assets/img/layout/bg_global.gif') no-repeat;
	color:#ffffff;
	font-size:12px;
	text-align:right;
}

#global li {
	display: inline;
	list-style:none;
	margin-left:4px;
}

#global a:visited, #global a:active, #global a:link {
	color: #ffffff;
	text-decoration: none;
}
#global a:hover {
	color: #ffffff;
	text-decoration: underline;
			
}

#apta {
	float:left;
	width: 339px;
	height: 88px;	

}


h1 {
	color:#f37737;
	font-weight:normal;
	font-size:20px;
	margin-bottom: 23px;
}

h2 {
	color:#f37737;
	font-weight:bold;
	font-size:15px;
}

p {
	color: #000000;
	font-size:13px;
	line-height:24px;
	margin-bottom: 15px;
}

h5 {
	font-style:italic;
	font-size:12px;
}

.question {
	font-weight: bold;
	color:#f37737;
}

.answer {
	font-weight: bold;
	color: #000000;
}

.percentage {
	font-weight: bold;
	color: #f37737;
	font-size:86px;
	line-height:86px;
}

.disclaimer {
	font-size:8px;
	font-style:italic;
}

.footnote {
	font-style:italic;
	font-size:11px;
	line-height:14px;
	color:#999999;
}

#footer {
	width:960px;
	height:20px;
}

#footer p {
	color:#999999;
	font-size: 10px;
	padding-left:25px;
}

.clear {     
  clear:both;
  height: 0px;
  overflow: hidden;
}


