/**
 * Style sheet basic
 */
body
{
	margin:0px 0px 24px 0px;
	padding:0px;
}

a, body, div, em, input, label, li, ol, p, select, span, strong, td, th, textarea, u, ul
{
	font-family:Verdana, sans-serif;
}

a, body, div, input, label, li, ol, p, select, td, th, textarea, u, ul
{
	font-size:12px;
	color:#444444;
}

h1
{
	clear:both;
	margin:10px 0px 16px 0px;
	padding:0px;
	border-bottom:1px dotted #4C729A;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:20px;
	color:#4C729A;
}

h2
{
	margin:6px 0px;
	padding:2px 0px 2px 6px;
	background-color:#ffffff;
	border:1px dotted #cccccc;
	font-family:Georgia, "Times New Roman", Times, serif;;
	font-weight:normal;
	font-size:16px;
	color:#666666;
}

h3
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;;
	font-weight:normal;
	font-size:16px;
	color:#4C729A;
}

a
{
	text-decoration:none;
	color:#4C729A;
}

a:hover
{
	text-decoration:underline;
	color:#4C729A;
}

img
{
	vertical-align:middle;
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

