/* Master page format */
body {
	background-color: #fff;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
	height: 1px;
}

div.spacer {
	clear: both;
	font-size: 0px;
}

.img, .img a:link, .img a:active, .img a:visited, .img a:hover {
	border: 0px;
}

.img-border, .img-border a:link, .img-border a:active, .img-border a:visited, .img-border a:hover {
	border: 1px solid #000;
	padding: 5px;
}

.noborder {
	border: none;
}

.head, .side, .search, .side_photo, .comment, .copy-r {
	display: none;
}

/* Section: Content */

.PageContent {
	text-align: left;		
	color: #000000;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 10pt; 
	font-weight: regular; 	
}

/* Text Style */

.title {
	color: #000;
	font-size: 12pt; 
	font-weight: regular; 
	padding-top: 10px;
	padding-bottom: 10px;	
}

/* Foot */

.copyright {
	margin: 20px auto;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 10pt; 
	font-weight: regular; 	
}