
				/* end hide */
			html {
			width: 100%;
			height: 100%;
			margin: 0;
			padding: 0;
			}	
				
				body {
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #f1f1f1;
	overflow: auto;
	
				}
				

				



h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 7px 0px 14px 0px;
	padding: 7px 0px 0px 0px;
	border-top: 1px solid #000000;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	
}

h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

a, a:link, a:visited {
	color: #333;
	text-decoration: none;
	}

a:hover, a:active, a:focus {
	color: #009FDA;
	text-decoration: underline;
	}	


#myAlternativeContent {
	background-color: #f1f1f1;
	width: 100%;
	height: 100%;
}

.item {
	border-top: 1px solid #DDD;
	margin: 0px 0px;
	padding: 7px 0px;
	height: auto;
	display: block;
	}
	
.item a img{
	margin: 0 10px;
	padding: 0px;
	border: none;
	}	

.item span.desc {
	margin: 0px;
	padding: 0px;
	}
	
.item span.auth {
	display: block;
	margin: 7px 0px 0px 0px;
	padding: 0px;	
	color: #666;
	font-size: 11px;
	}	
	
span.pages {
	display: block;
	margin: 0px;
	padding: 7px 0px;
	border-top: 1px solid #DDD;	
	
	}	
	
span.alert {
	display: block;
	margin: 7px 0px;
	padding: 7px 10px;
	color: white;
	background-color: #ff1400;
	text-transform: uppercase;
	text-align: center;
	}	
	
				#centerBox {
				width: 960px;
				margin: 10px auto;	
				padding: 14px 10px;

				
				}

#footer {
border-top: 1px solid #DDD;
	margin: 14px 0px;
	padding: 7px 0px;
}	
	
	