/**
 * Style sheet basic
 */
body
{
}

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

body, div, input, label, li, ol, p, select, td, th, textarea, u, ul
{
	font-size:12px;
}

h1
{
	margin:0px 0px 16px 0px;
	padding:0px 0px 2px 0px;
	border-top:0px solid #cccccc;
	border-right:0px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:0px solid #cccccc;
	font-weight:bold;
	font-size:14pt;
	color:#999999;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:12px;
}

h3
{
	margin:0px 0px 14px 0px;
	padding:0px;
	border-top:0px dotted #cccccc;
	border-right:0px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	border-left:0px dotted #cccccc;
	font-weight:bold;
	font-size:11pt;
	color:#333333;
}

a
{
	text-decoration:none;
	color:#52B3C4;
}

a:hover
{
	text-decoration:underline;
	color:#52B3C4;
}

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

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

ul
{
	list-style-type:circle;
}

