/***************************
********* GENERAL **********
***************************/
.header_container, 
.statement_container,
.sidebar_links,
.int_sidebar,
.footer_container {
	display:none;
}

body {
	padding:0;
	margin:0;
}

.container {
	font-family:Georgia,"Times New Roman";
	color:#330936;
	margin-bottom:30px;
}

h1, 
h2, 
h3,
h4,
h5,
h6 {
	font-family:Georgia,"Times New Roman";
	
	font-weight:normal;
	margin:20px 0 10px 0;
}

blockquote {
	background-color:#E8E2E9;
	padding:10px;
}

a img {
	border:none;
}

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

a:hover {
	text-decoration:underline;	
}

.content {
	width:100%;
}

.int_content {
	width:100%;
	line-height:22px;
	padding:0;
	margin:0;
	
	font-family:Tahoma;
	font-size:14px;
}

/***************************
********* GLOBAL ***********
***************************/
.cleaner {
	clear:both;
	background:transparent;
	line-height:1%;
	font-size:1px;
	border:none;
	margin:0; 
	padding:0;
}

.left {
	float:left;
}

.right {
	float:right;	
}

.content_img_right {
	float:right;
	margin:5px 0 5px 20px;
}

.content_img_left {
	float:left;
	margin:5px 20px 5px 0;
}
