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

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
	body {
		font-family:Arial, Verdana, san-serif ;
		font-size:12px;
		color:#666;
		line-height:135%;
	}
	
	a:link, a:visited {
		color:#06c;
		text-decoration:none;
	}
	a:hover{
	}
	
	hr {
		border: 0 #ccc solid;
		border-top-width: 1px;
		clear: both;
		height: 0;
	}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}