
body{
	font-family: Verdana, Helvatica, sans-serif;
	font-size: 10pt;
	background: #ffffff url(images/header-bg.jpg) fixed;
	background-repeat: repeat-x;
	color: black;
	margin-left: 10pt;
	margin-right: 20pt;


		scrollbar-highlight-color: #cccccc;
		scrollbar-arrow-color: #0080df;
		scrollbar-darkshadow-color: #000000;
		scrollbar-shadow-color: #e0edea;
		scrollbar-face-color: #e0edea;
		scrollbar-track-color: #0080df;


		/*		list-style-image: url(images/?list.gif);  */


}


hr {
		color: #0080df;
		height: 1;
		width: 75%;
	}


p	{
	}


a:link {
		text-decoration: none;
		color: black;
	}


a:visited, a:active {
		color: black;
		text-decoration: none;
	}


a:hover {
		color: blue;
		text-decoration: none;
	}



h1 {
		font-family: Microsoft Sans Serif, Verdana, Helvetica, sans-serif;
		font-size: 18pt;
		font-weight:normal;
		color: #0080df;
		margin-left: 5pt;
	}


h2 {
		font-family: Microsoft Sans Serif, Verdana, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		color: #0080df;
		margin-left: 5pt;
	}


input {
		background-color: white;
		font-family: Verdana, Helvetica, sans-serif; 
		font-size: 8pt;


		}


textarea {
		background-color: white;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 8pt;
        }


select {
		background-color: white;
		font-family: Verdana, Helvetica, sans-serif; 
        }




tr {
		font-size: 10pt;
		font-weight: normal;
		color: white;
		background: #CCE1DD;
	}
	 
table {
		font-size: 10pt;
		font-weight: normal;
		background-color: black;


		
	}
