
body {margin-top: -10px;}

body, tr, td, th, p, textarea, input, select, ul, ol, li {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	scrollbar-face-color: #548ac1;
	scrollbar-highlight-color: #c2D0f3;
	scrollbar-shadow-color: #10375f;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #dbdbdb;
	scrollbar-base-color: #c0c0c0;
}



@media print {
    .dontPrintMe{display : none;}
    }





ul
{
list-style-type: none;
padding: 10;
margin: 0;
}

li
{
background-image: url(resources/check.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: .9em;
}




p {text-align: justify;}

h1 {font-size: 22px; font-family: helvetica, arial; font-weight: bold; margin-top: 20px;}
h1.frontpage {font-size: 15px; font-weight: bold; margin-top: 4px;}
h2 {font-size: 13px; font-weight: bold;}
h3 {font-size: 11px; font-weight: bold;}
h4 {font-size: 11px; font-weight: bold;}

a:link, a:visited, .bar {text-decoration: none;}
a:hover, a:hover {text-decoration: underline; color: #fba304;}

.email_form {width: 25mm; height: 14px;}

td.copyright {color: #999999;}
td.title {color: #ffffff;}

table.border td {border: 2px #eeeeee solid; padding: 10px;}
table.slimborder td {border: 2px #eeeeee solid; padding: 5px;}
table.border, table.slimborder {border: 1px; border-collapse: collapse; border-spacing: 0px;}

/* Mozilla corrections */
.block {display: block;}

