table     
{ 
	border-color: #999999;
	font-family: Arial, Sans Serif;
	font-size: 10px;
	padding-bottom: 14;
}
td        
{ 
	border-width: 0;
	border-style: solid;
	padding: 0;
	font-family: Arial, Sans Serif;
	font-size: 9pt;
	color: #333333; 
}

div
{ 
	font-family: Arial, Tahoma, Helvetica, Sans Serif;
	font-size: 10pt; 
	color: #333366; 
}
p 
{
	font-family: verdana, arial, helvetica, geneva;
	font-size: 12px;
	line-height: 16px;
}

h1        
{ 
	font-family: Arial, Tahoma, Helvetica, Sans Serif;
	font-size: 14pt; 
	font-weight: 800; 
	color: #666666; 
}
h2        
{ 
	text-align: center;
	font-family: Arial, Tahoma, Helvetica, Sans Serif;
	font-size: 12pt; 
	font-weight: 600; 
	color: #999999; 
}
h3        
{ 
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10pt; 
	line-height: 28px;
	font-weight: bold; 
	color: black; 
}
h4
{
	font-family: arial, helvetica, geneva;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

textarea
{
	padding-left: 5px;
	color: #000066;
	font-family: Tahoma, Arial, Helvetica, Sans Serif;
	font-size: 12px;
	border: 1px #6666CC solid;
}

ol        
{ 
	list-style-type: decimal 
} 
ul        
{ 
	list-style-type: square 
} 

hr     
{
	height:4;
	border-width: 1px;1px;1px;1px; 
	border-style: solid;
	border-color: #333333;
	color: #333333;
	margin-left: -50px;
	margin-right: -50px;
}

a				{text-decoration:none}
a:visited		{color: #9900CC}
a:hover		{text-decoration:underline}
a:link			{color: #0000CC}
a:active		{color: #9900CC}


