p, a, td, li	{
	font-family: verdana; font-size: 10px; color: white; 
	/*text-decoration: none;*/
}

a:hover	{
	text-decoration: underline;
	color: silver
}

a:active	{
	color: yellow
}

body	{
	padding: 3px; margin: 0px; background: #000000;
}

td	{
	vertical-align: top;
}

input, select, textarea	{
	font-family: verdana; font-size: 10px; border: 1px solid black; background-color: white;
}

.tiny	{
	font-size: 9px;
}

.title	{
	font-size:13px; font-weight: bold;
}

.areaname	{
	font-size: 11px; font-weight: bold; color: #ffffff;
}

.boxHeader	
{
	BORDER-RIGHT: olive 1px solid; BORDER-TOP: olive 1px solid; BORDER-LEFT: olive 1px solid; BORDER-BOTTOM: olive 1px solid
}

.boxDesc	
{
	BACKGROUND: olive
}
		
