body, td, p, form, ul, ol				{
	font-family :  verdana, arial, helvetica, sans-serif;
	color : #000000;
	font-size : 8pt;
}
body { overflow: -moz-scrollbars-vertical;
}

.small		{
	font-size: 8pt;
}

.medium		{
	font-size: 9pt;
}

a:link	 	{
	color : #000000;
	text-decoration : none;
}

a:visited	{
	color : #999999;
	text-decoration : underline;
}
							 
a:active		{
	color : #cccccc;
	text-decoration : underline;
	background-color: #efeae7;
}
							 
a:hover		{
	color : #666666;
	text-decoration : underline;
	background-color: #efeae7;
}
							 
.space		{
	line-height: 15pt;
}

.button		{
	font-size : 8pt;
	background-color : #E0E0E0;
	color : #000000;
	border-width : 1px;
	border-style: solid;
	border-color: #EEE #555 #555 #EEE;
	padding : 0px;
}

.form 		{
	border-width: 1px;
	border-style: solid;
	border-color: #eee #555 #555 #eee;
	font-weight : normal;
	color : #000000;
	padding : 2px;
}
.header		{
	font-size : 15pt;
	font-weight : normal;
}
