BODY, P, TD, TR, DIV, SPAN, A
{
	font-family			: Verdana, Arial;
	font-size			: 12px;
	color				: #4D4948;
}

INPUT
{
	border				: 1px solid #AAAAAA;
	font-family			: Verdana, Arial;
	font-size			: 12px;
}

SELECT
{
	border				: 1px solid #AAAAAA;
	font-family			: Verdana, Arial;
	font-size			: 12px;
	height				: 17px;
}
TEXTAREA
{
    border				: 1px solid #AAAAAA;
	font-family			: Verdana, Arial;
	font-size			: 12px;
}

A
{
	color			: #000000;
	text-decoration	: none;
}
A:visited
{
	color			: #000000;
	text-decoration	: none;
}

A:hover
{
	color			: #000000;
	text-decoration	: underline;
}

INPUT.cmDelete
{
	font-weight	: bold;
	color		: #990000;
}
