
html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #0f1633
}

h1 {
   	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-decoration: none;
	color: #000060;
	font-weight: bold;
	line-height: 27px;
	margin-bottom: 5px;
	margin-top: 5px;
}

h3 {
   	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000060;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

h6 {
   	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #008000;
	font-weight: bold;
	line-height: 12px;
	margin-left: 32px;
	margin-bottom: 0px;
	margin-top: 0px;
}

p {
   	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align:justify;
	margin-left: 10px;
	margin-right: 10px;
}

td {
   	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px; 
	text-decoration: none;
}

.dark {
	background-color: #ddddff
}

td.dark:hover {
	background-color: #ccccee
}

.light {
	background-color: #eeeeff
}

td.light:hover {
	background-color: #ccccee
}

A        {text-decoration: none; color: #0f1633;}
A:hover  {text-decoration: none; color: #008000;}
A:active {text-decoration: none;} 

.link  { text-decoration: underline; color: #0f1633; }