BODY	{
	font-family: MS Sans Serif;
	font-size: 11px;
	scrollbar-face-color: #C0C0C0;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-shadow-color: #DEDEDE;
	scrollbar-arrow-color: #DEDEDE;
	scrollbar-3dlight-color: #DEDEDE;
	scrollbar-darkshadow-color: #DEDEDE;
	scrollbar-track-color: #DEDEDE;
	scrollbar-base-color: #DEDEDE
	}
TD	{
	font-family: MS Sans Serif;
	font-size: 11px;
	}
SELECT	{
	cursor: arrow;
	font-family: MS Sans Serif;
	height: 19px;
	font-size: 11px;
	}

OPTION	{
	cursor: arrow;
	font-family: MS Sans Serif;
	height: 19px;
	font-size: 11px;
	}

INPUT	{
	cursor: hand;
	font-family: MS Sans Serif;
	height: 19px;
	font-size: 11px;
	}
TEXTAREA{
	cursor: hand;
	font-family: MS Sans Serif;
	font-size: 11px;
	}

.justify{
	text-align: justify;
	}

A	{text-decoration:none}
A:link		{color:#0000A0}
A:visited	{color:#0000A0}
A:hover	{color:#6666FF; text-decoration: underline overline;}
A:active	{color:#6666FF; text-decoration: underline overline;}