/**
 * Style sheet basic
 */
body
{
	margin:0px;
	padding:0px;
}

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

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

h1
{
	margin:0px;
	padding:0px;
	font-family:Verdana;
	font-weight:bold;
	font-size:30px;
	color:#004f71;
	line-height:1em;
}

a
{
	font-weight:bold;
	text-decoration:underline;
	color:#004f71;
}

a:hover
{
	font-weight:bold;
	text-decoration:none;
	color:#004f71;
}

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

.mod_header_print, .mod_footer_print
{
	display:none;
}
