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

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
	body {
		font-family:Arial, Helvetica, Verdana;
		font-size:14px;
		color:#ccc;
		line-height:20px;
	}
	
	a:link {
		text-decoration:none;
		color:#FF3300;
	}
	a:visited{
	}
	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:#F30;
		font-size:12px;
		padding-bottom:4px;
	}
	input, select, textarea{
	}

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

h1 {
	font-size: 17px;
	font-family:arial, helvetica, san-serif;
}

h2 {
	font-size: 20px;
	font-family:arial, helvetica, san-serif;
	font-weight:normal;
	color:#fff;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 13px;
	text-transform:uppercase;
}

h6 {
	font-size: 13px;
}