﻿html, body {
height: 100%;
padding: 0;
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size:10pt;

} 
h1 
{
	font-size:12pt;
	font-weight:bold;
}
.h1
{
	font-size:12pt;
	font-weight:bold;
}
p, td
{
	font-size: 10pt;
}
 .WelcomePanel
        {
        	width: 700px;
        	position: relative;
        	left: 0px;
        	
        	top: 0px;
        }
        .HelpPanel
        {
        	width: 700px;
        	position: relative;
        	left: 0px;
        	font-family: Arial;
        	font-size: 10pt;
        }
        .NewsPanel
        {
        	width: 300px;
        	position: absolute;
        	margin-left: 420px;
        	margin-top:110px;
        	font-family: Arial;
        	font-size: 10pt;
        }
        .NewsPanel2
        {
        	width: 300px;
        	position: absolute;
        	margin-left: 420px;
        	margin-top:0px;
        	font-family: Arial;
        	font-size: 10pt;
        }
        .quoteBox
        {
			width: 300px;
        	position: absolute;
        	margin-left: 420px;
        	margin-top:500px;
        	font-family: Arial;
        	font-size: 10pt;
        	font-style: italic;
        }