body
{
	background-color: "#FFFFFF";
	color: black; 
	font-size: 10pt; 
	font-family: Arial, Verdana;
	margin: 0;

	scrollbar-face-color: #333366;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-highlight-color: #C0C0C0; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #333366;
}

body.external
{
	background-color: black;
	color: white; 
	font-size: 10pt; 
	font-family: Arial, Verdana;
	margin: 0;
}

a:link		{	color: blue;	}
a:visited	{	color: blue;	}
a:active	{	color: blue;	}
a:hover		{	color: maroon;	text-decoration: underline overline;	}

h1	{	color: "#220099"}
h2	{	color: "#220099"; text-align:center}
h3	{	color: "#220099"}
h4	{	color: "#220099"}
h5	{	color: "#220099"}

img		{	border: 0;	}

table	{	border: 0;			}
tr		{	vertical-align: top;			}
td		{	border: 0;	font-size: 10pt;	}
td.top	{	border: 0;	font-size: 10pt; background-repeat: repeat-x; background-image: url(images/TileTop.gif);	}

.indent {	text-indent: 25px; margin-right: 10px; margin-top: -6px; margin-bottom: -1px;	}
.moveleft	{	margin-left: 175px;	}