html { font-size: 100%; /* IE hack */ }

body {
	/* background-image:url('images/graybackground.jpg'); */
	background-color:#003366;
	background-color:white;
 	font-family:Arial,Helvetica,sans-serif;
 	font-size:.8em;
 	color:blue;
}

div {font-size:1em;}

p {font-size:1em;}
p.center {text-align:center;}
p.smalldark {text-align:center;font-size:.75em;color:black;}
p.smalllight {text-align:center;font-size:.75em;color:white;}
p.smallcolor {text-align:center;font-size:.75em;color:lightblue;}

a {font-size:1em;}
a.dwt:link {color:white;text-decoration:underline;}
a.dwt:visited {color:yellow;text-decoration:none;}
a.dwt:hover {color=white;text-decoration:underline;}
a.dwt:active {text-decoration:none;}
a:link {text-decoration:underline;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none;}


h1, h2, h3, h4, h5, h6 {}
h1 {font-size:2.5em;}
h2 {font-size:2em;}
h3 {font-size:1.5em;}
h4 {font-size:1.25em;}
h5 {font-size:1em;}
h6 {font-size:.75em;}

table { font-size: 100%; /* IE hack */ }
td {font-size:1em;}

html,body { overflow: auto; } 
html>body { overflow: visible; } 
html { height: 100%; }