BODY	{
		margin:			0px;
		padding:		0px;
		height:			80%;
		font-family:	Tahoma, Arial, sans-serif;
		color:			#000000;
		background-color: #8A94A1;
		}

.body	{
		font-size:		13px;
		line-height:	18px;
		}
.small	{
		font-size:		11.7px;
		line-height:	17px;
		}
.medium	{
		font-size:		12px;
		line-height:	16px;
		}
.bold	{
		font-family:	Tahoma;
		font-weight:	bold;
		}
.vsmall	{
		font-size:		10px;
		line-height:	16px;
		}
.serif	{
		font-family:	Times New Roman, serif;
		}
.quote	{
		font-family:	Times New Roman, serif;
		font-size:		13px;
		line-height:	18px;
		font-style:		italic;
		}
.copynet {
		font-size:		11.7px;
		color:			#ffffff;
		}
		

DIV.mainContent {
		width:			529px;
		height:			453px;
		overflow:		auto;
		padding-top:	0px;
		padding-bottom:	10px;
		padding-left:	20px;
		padding-right:	0px;
		}
DIV.subContent {
		padding-right:	20px;
		padding-top:	14px;
		}

P		{
		font-size:		11.7px;
		line-height:	17px;
		letter-spacing:	1pt;
		margin-top:		0px;
		}
		
INPUT	{
		font-family:	MS Sans Serif, sans-serif;
		font-size:		12px;
		}
SELECT	{
		font-family:	MS Sans Serif, sans-serif;
		font-size:		12px;
		}
TEXTAREA {
		font-family:	MS Sans Serif, sans-serif;
		font-size:		12px;
		}
		
FORM	{
		margin:			0px;
		}
IMG		{
		margin:			0px;
		}
		
UL		{
		margin-top:		0px;
		margin-bottom:	0px;
		list-style-type: square;
		}
LI		{
		padding-bottom:	4px;
		}

A		{
		color:			#cc0000;
		}
A:visited {
		color:			#990000;
		}
A:active {
		color:			#cc0000;
		}
A:hover {
		color:			#ff0000;
		}

A.white	{
		color:			#ffffff;
		text-decoration: none;
		}
A.white:visited {
		color:			#ffffff;
		text-decoration: none;
		}
A.white:active {
		color:			#ffffff;
		text-decoration: none;
		}
A.white:hover {
		color:			#ffffff;
		text-decoration: underline;
		}
