﻿@import url("/Common/Stylesheets/global.css");

body 
{   background-color : white;
	margin : 0px;
	margin-top : 10px;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px; }

h1 {
	color : #B0B0B0;
	font-size : 20px;
}

h2 {
	color : #cccc99;
	font-size : 14px;
	margin-bottom : 5px;
}

h3 {
	color : #000;
	font-size : 12px;
	margin-top : 0px;
	margin-bottom : 5px;
	text-decoration : underline;
}
h4 {
	color : Black;
	font-size : 14px;
	margin-bottom : 5px;
}
.h4 {
	color : #1864ac;
	font-weight :bold;
	font-size : 14px;
	margin-bottom : 4px;
}
li
{
   padding:3px;
}
ul.nodots { margin: 0; padding: 0 0 8px 0; list-style-type: none; }
ul.nodots li { margin: 0; padding: 4px 0 0 0; }
p {margin-left: 3%; margin-right: 3%;}
.tableheader
{
	background-color: #1864AC;
	color: White; 
}
.alternaterow
{
	background-color: #DDDDDD; 
}
