@charset "utf-8";
/* CSS Document */

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
	body {
		font-family:Arial, Tahoma, Verdana ;
		font-size:13px;
		color:#333;
		line-height:135%;
	}
	
	a:link, a:visited {
		text-decoration:none;
		color:#55A909;
	}
	a:hover{
		text-decoration:underline;
	}
	hr {
		border: 0 #ccc solid;
		border-top-width: 1px;
		clear: both;
		height: 0;
		margin:0;
		padding:0;
	}
	label{
		font-weight:normal;
		margin-top:5px;
	}
	sup{
		color:red;
		font-size:11px;
	}
	input, select, textarea{
	}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 28px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 13px;
}