body
{
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
    margin: 0;
    padding: 0 1em 1em 1em;
	text-align: center;
}

div.break
{
	clear: both;
}


/* HEADERS STYLES */

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 20px;
	color: #333300;
}

h2
{
	font-size: 14px;
	/*color: #666600;*/
	color: #990000;
}

h3
{
	font-size: 11px;
	/*color: #666600;*/
	color: #333300;
	margin: 5px 0 0 0;
	padding: 0;
}


/* GENERIC STILES */

ul
{
	list-style-type: disc;
	/*padding: 0 0 0.3em 0.5em;*/
	font-size: 11px;
}

ul li
{
	list-style-type: disc;
	list-style-position: outside;
}

div#leftmenu ul,
div#leftmenu ul li
{
	list-style-type: none;
	list-style-position: inside;
}

p
{
	margin: 0;
	padding: 0;
}

a
{
	/*color: #333300;*/
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #999900;
}

p.center
{
	text-align: center;
}

div.left
{
	float: left;
	display: inline;
}

div.right
{
	float: right;
	display: inline;
}

div.imagecenter
{
    width: 100%;
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    display: block;
	 text-align: center;
}


/* GENERAL FORM ELEMENTS */

label
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
}

input.half-box
{
	width: 110px;
	padding: 0 0 0 3px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

select
{
	width: 110px;
	padding: 0 0 0 1px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

div.block
{
	float: left;
	display: block;
	margin: 9px 0 0 0;
	width: 100%;
}

input.button
{
	border: none;
	padding: 0 5px 0 5px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #990000;
}


iframe
{
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}