/**
 * Style sheet basic
 */
body
{
	margin:0px 0px 24px 0px;
	padding:0px;
	background-color:#D8DADC;
}

* html body
{
	margin-left:1px;
}

a,
body,
div,
em,
input,
label,
li,
ol,
p,
select,
span,
strong,
td,
th,
textarea,
u,
ul
{
	font-family:Verdana, sans-serif;
	color:#EFEFEF;
}

a,
body,
div,
input,
label,
li,
ol,
p,
select,
td,
th,
textarea,
u,
ul
{
}

h1
{
	margin-bottom:10px;
	padding:0px;
	font-weight:bold;
	font-variant:small-caps;
	font-size:14px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-size:11px;
}

a
{
	text-decoration:none;
	color:#32548A;
}

a:hover
{
	font-weight:normal;
	color:#ffffff;
}

img
{
	vertical-align:middle;
	border:0px;
}

p,
pre,
form
{
	margin:0px;
	padding:0px;
}

.invisible
{
	width:0px;
	height:0px;
	left:-1000px;
	top:-1000px;
	position:absolute;
	overflow:hidden;
	display:inline;
}

.clear
{
	height:0.1px;
	clear:both;
	font-size:0.1px;
	line-height:0.1px;
}
