body         {
	scrollbar-arrow-color: #000066;
	scrollbar-base-color: #000066;
	scrollbar-face-color: #8CB4DC;
	scrollbar-highlight-color: #8CB4DC;
	scrollbar-shadow-color: #000066;
	background-color : #8CB4DC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

a:link{
	text-decoration : none;
	font-weight : normal;
	color : #ffffff;
	font-size : 9pt;
}

a:active	{
	text-decoration : none;
	font-weight : normal;
	color : #cc0000;
	font-size : 9pt;
}

/* Visited Hyperlink (vlink) */

a:visited	{
	text-decoration : none;
	font-weight : normal;
	color : #ffffff;
	font-size : 9pt;
}

a:hover		{
	text-decoration : underline ;
	font-weight : normal;
	color :  #ffffff;
	font-size : 9pt;
}

h1 {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
}
p {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 9 pt;
    font-size-adjust : none;
    font-style : normal;
}
h6{
    font-family: Arial, Helvetica, sans-serif;
    font-size : 8 pt;
    font-style : normal;
    font-weight : normal;
}

.button
{ 
	font: normal 12px Arial;  
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #3A7CBE;
}