/**
 * Style sheet basic
 */
body, td
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
}

p
{
	margin:0px 0px 5px 0px;
}

a
{
	font-weight:bold;
	text-decoration:none;
	color:#012D54;
}

a:hover
{
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6
{
	margin-top:0px;
	padding-top:0px;
}

h1
{
	margin-bottom:5px;
	font-weight:bold;
	font-size:14pt;
	color:#012D54;
}

h2
{
	margin-bottom:5px;
	font-weight:bold;
	font-size:12pt;
	color:#012D54;
}

input.text, textarea, input.captcha
{
	width:350px;
	background-color:#FFFFFF;
	border:1px solid #646462;
}

input.text:focus, textarea:focus, input.captcha:focus
{
	background-color:#EFEFEF;
	font-weight:bold;
}

input.captcha
{
	width:180px;
}

div.formbody td
{
	padding:2px;
}

div.error
{
	color:#FF0000;
}

div.slideshowCenter
{
	margin-left:25px;
}

