/*
	-- basic.css --
	This css contains the styles for the most common HTML elements and also CSS classes for use with
	StdUI objects
*/

BODY, TABLE, TD, TH, INPUT, SELECT, TEXTAREA
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 9pt;
	margin: 0px;
}

A:LINK,A:VISITED
{
	color: #0040a0;
	text-decoration: none;	
	font-size: 8pt;
	font-family: tahoma;	
}

A:HOVER
{
	color: #0060f0;
	font-size: 8pt;
	font-family: tahoma;
	font-weight: bold;
}

