body, td, p, form, ul, ol				{
	font-family :  verdana, arial, helvetica, sans-serif;
	color : #333333;
	font-size : 10pt;
}

.header		{
	font-size: 18pt;
	font-weight : normal;
}

.medium		{
	font-size: 8pt;
}

.small		{
	font-size: 7pt;
}

a:link	 	{
	color : #333333;
	text-decoration : underline;
}

a:visited	{
	color : #999999;
	text-decoration : underline;
}
							 
a:active		{
	color : #cccccc;
	text-decoration : none;
}
							 
a:hover		{
	color : #cccccc;
	text-decoration : none;
}

.button		{
	background-color:#F3F3F3;
	font-size: 9pt;
	color: #333333;
	border-style: ridge;
	padding: 2px;
}

.space		{
	line-height: 15pt;
}

.show { visibility: visible; }
.hide { visibility: hidden; display: none; }

.form {
	border-bottom: 1px #eeeeee solid;
 	border-right: 1px #eeeeee solid;
 	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 2px;
}
