body {
	background-color:			#25292e;
	font-family:				'Helvetica', 'Arial';
	color:						#999;
	line-height:				.8em;
	font-size: 90%;
	text-align: justify;
		border:						0;
	margin:						0;
	padding:					0;
	outline:					none;
}

a {
	color:						#859ab4;
	text-decoration:			none;
}

a:hover {
	color:						#97a9c1;
	text-decoration:			underline;
}

h1 {
	color:						#de819e;
	font-size:					30px;
	text-transform:				uppercase;
}

h2 {
	color:						#26425a;
	font-size:					26px;
	text-transform:				uppercase;
}
h3 {
	color:						#44939c;
	font-size:					22px;
	margin-bottom:				16px;
	text-transform:				uppercase;
	font-weight:				normal;
}

h4 {
	color:						#26425a;
	font-weight:				bold;
	font-size:					16px;
	padding-top: 0px;
	padding-bottom: 0px;

}

.imageborder {
	margin: 0px 20px 10px 0px;
	border: 1px solid #D3D3D3;
	padding: 2px;
}

.clear {
	clear:						both;
}
.fl {
	float:						left;
}
.fr {
	float:						right;
}

.addmargin {
	margin-top:					15px;
}

.alignleft {
	text-align:					left;
}
.aligncenter {
	margin:						0 auto;
	margin-bottom:					30px;
	text-align:					left;
}
.aligncenter p {
	margin-bottom: 10px;
}
.alignright {
	text-align:					right;
}
.alignslide {
	margin:						14px 0 0 15px;
}

.bottom {
	padding-bottom:				.5em;
}
