﻿
html, body 
{
	margin: 0px;
}

body 
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	min-width: 780px;
	font-size: small;
	background-color: white;
}

/* adjustment for IE5 */

body
{
	font-size: x-small; /* IE5 Win */
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
}

html>body 
{ /* be nice to Opera */
	font-size: small;
}

input, select, textarea 
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
}

#page 
{
	background-color: White;
	font-size: 90%;
	width: 996px;
	margin: 0 auto;
}

a {
	color: #003366;
}