A:link
{
	color: blue;
	text-decoration: none;
}

A:visited {
	text-decoration		:	none;
	color				:	Blue;
}

A:active {
	text-decoration		:	none;
	color				:	Orange;
}

A:hover {
	text-decoration		:	underline;
	color				:	Red;
}

A.hyperWhite
{
	color				: White;
	text-decoration		: none;
}

A:visited.hyperWhite 
{
	text-decoration		: none;
	color				: White;
}

A:active.hyperWhite 
{
	text-decoration		: none;
	color				: White;
}

A:hover.hyperWhite 
{
	
	text-decoration		: underline;
	color				: Yellow;
}

.hyperWhite
{
	font-family			: Arial, Verdana;
	font-weight			: bold;
	font-size			: 12px;
	margin-left			: 10px;
	margin-right		: 10px;	
}

A.unl
{
	color				: Black;
	text-decoration		: underline;
}

A:visited.unl
{
	color				: Black;
	text-decoration		: underline;
}

A:active.unl
{
	color				: Black;
	text-decoration		: underline;
}

A:hover.unl
{
	color				: Black;
	text-decoration		: underline;
}

Body,Table
{
	font-size: 11px;
	font-family: Verdana,Arial;
}

H2,H3
{
	color: steelblue;
	
}

.BoardTD
{
	border-top			:	#7D7D7D 1px solid;
	border-left			:	#7D7D7D 1px solid;
}

.BoardTABLE
{
	border-bottom		:	#7D7D7D 1px solid;
	border-right		:	#7D7D7D 1px solid;
}

.BorderX4_Table
{
	border-top			:	#7D7D7D 1px solid;
	border-right		:	#7D7D7D 1px solid;
	border-left			:	#7D7D7D 1px solid;
	border-bottom		:	#7D7D7D 1px solid;
}

.td1
{
	margin				:	3pt 3pt 3pt 3pt;
}

INPUT, SELECT, TEXTAREA
{
	border-right		:	#7D7D7D 1px solid;
	border-top			:	#7D7D7D 1px solid;
	border-left			:	#7D7D7D 1px solid;
	border-bottom		:	#7D7D7D 1px solid;
	font-size			:	11px;
	color				:	black;
	font-family			:	Verdana,Arial;
	background-color	:	white;
}