@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;
	background-color:white;	
	color:#222222;
}

.pr {
	position:relative;
}

a {
	text-decoration:none;
	color:#006198;
}

a:visited {
	color:#004268;
}

/*a:hover {
	text-decoration:underline;
}*/

h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#1593e8;
}

h1 {
	font-size:24px;
	margin-top:6px;
	margin-bottom:16px;
}

h2 {
	font-size:22px;
	margin-top:5px;
	margin-bottom:14px;	
}

h3 {
	font-size:20px;
	margin-top:5px;
	margin-bottom:12px;	
}

h4 {
	font-size:18px;
	margin-top:4px;
	margin-bottom:10px;	
}

.bfl {
	float:left;
}

.cb {
	clear:both;
}

.w600 {
	width:600px;
}

.bigger {
	font-size:16px;
}

.tiny {
	font-size:11px;
}


.img {
	padding:4px;
	background-color:#ebe8e3;
}
