/**
 * 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 0px 10px 0px;
	padding:0px;
	font-weight:normal;
	font-size:22px;
	color:#67b92e;
}

h2, h2 a
{
	margin:0px 0px 15px 0px;
	padding:0px;
	border-bottom:1px dotted #cccccc;
	font-weight:bold;
	text-decoration:none;
	font-size:15px;
	color:#67b92e;
}

h3
{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:bold;
	font-size:15px;
	color:#67b92e;
}

a
{
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
	color:#67b92e;
}

img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

.mod_header_print, .mod_footer_print
{
	display:none;
}

.invisible
{
	display:none;
}
