/****** Standard Elements ******/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 700px;
}

body {
	background: #fff;
	color: #000;
	font-family: times, serif;
	text-align: left;
}

a {color: #000; font-style: italic; text-decoration: none; margin-top: -14px;}

h1, h2, h3 {font-size: 10pt; font-style: italic; margin-bottom: -14px;}
h2 br {display:none;}
h4 {display:none;}


/****** Content ******/
.content_top {
	font-size: 12pt;
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: justify;

}
.content_top br {display: none;}

.box_left {
	font-size: 9pt;
	margin-bottom: 30px;
	text-align: justify;	
}
.box_left br {display: none;}

.box_left2 {
	font-size: 9pt;
	margin-bottom: 30px;
}
.box_left3 {
	font-size: 8pt;
	margin-bottom: 30px;
	
}
.box_right {
	font-size: 9pt;
	margin-bottom: 30px;
	
}
.box_right a {display: none;}
.box_right2 {
	font-size: 10pt;
	margin-bottom: 300px;	
}
.box_right2 br {display: none;}


/****** Footer ******/
#footer {
	font-size: 6px;
}

/* Clear */
.clearer {
	display: none;

}