@charset "utf-8";
/* classics  */

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	border:none;
}

hr
{
	height: 1px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1, h2, h3, h4, h5, h6
{
	font-family:"Century Gothic","Trebuchet MS",sans-serif;
	text-decoration: none;
	text-align: left;
	line-height:130%;
	clear:both
}

h1, h2, h3, h4
{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

h2
{
	font-size: 15px;
	color: #999999;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h3
{
	font-size: 12px;
	color: #999999;
	line-height: 17px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h4
{
	font-size: 11px;
	color: #FF6600;
}

p
{
	font-size:11px;
	font-style:normal;
	line-height:normal;
	font-weight:normal;
	font-variant:normal;
	color:#333333;
	text-decoration:none;
	text-align:justify;
}

ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	margin-right: 20px;
}

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

img
{
	border-style: none;
}

textarea
{
	border: 1px solid #999999;
}
