﻿body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:80%;
		text-align:left;
		background:#FFFFFF;
		font-family: Verdana, Arial, Times;
		color:#333333;
}
Scroll bar {
	    scrollbar-base-color: #F9F9F9;
		scrollbar-arrow-color: #ffffff;
		scrollbar-3dlight-color: #f0f0f0;
		scrollbar-darkshadow-color: #2A59CF;
		scrollbar-face-color: #008000;
		scrollbar-highlight-color: #F9F9F9;
		scrollbar-shadow-color: #F9F9F9;
		scrollbar-track-color: #ffffff;

}

a:link {
color: #00388F}
a:visited {
color: #00388F}
a:hover {
color: #03A7FB}
a:active {
color: #03A7FB}
	
h1 {
    font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Times;
	color: #2A59CF;
}
h2 {
    font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Times;
	color: #2A59CF;
}
h3 {
    font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	font-family: Verdana, Arial, Times;
	color: #FFFFFF;
 }
h4 {
    font-size:10pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	font-family: Verdana, Arial, Times;
	color: #00388F;
 }	
h5 {
    font-size:100%;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	font-family: Verdana, Arial, Times;
	color: #00388F;
 }