/**
 * Style sheet basic
 */
body
{
	background-color:#ffffff;
	min-height:1400px;
	margin:0px;
	padding:0px;
}

html *
{
	font-family:verdana;
	text-decoration:none;
	font-size:13px;
	color:#999999;
	margin:0px;
	padding:0px;
}

h1
{
	padding-bottom:7px;
	font-family:times;
	font-weight:normal;
	text-decoration:none;
	font-size:22px;
	line-height:20px;
}

