 

@CHARSET "UTF-8";
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
html, body {height:100%;}

body {
	background: url("../images/bg.jpg") repeat-x;
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: #5c5c5c;
}

h1, h2, h3, h4, h5, h6 {
	margin: 25px 0 20px 0;
}

h1, h2 {
	font-size: 20px;
	color: #345881;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	color: #5c5c5c;
	font-weight: bold;
}

p {
	font-family: Arial; 
	font-size: 11px; 
	line-height: 18px; 
	margin: 0 0 18px 0;
}

strong {
	font-family: Arial; 
	font-size: 11px; 
	line-height: 18px;
	font-weight: bold;
}

a {
	color: #345881;
	font-size: 11px;
	outline: 0;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #5c5c5c;
}

img {border: 0;}

.clearing {
	clear: both;
	overflow: hidden;
}
* html .clearing {height: 1%;}

