input.search
{
	height: 17px;
	background-color: #FFFFFF;
	border: solid #ff0000;
	border-width: 1px;
	font-family: tahoma;
	color: rgb(0,0,0);
	font-size: 10px;
	
}

A:link {
	color: #cc0000;
	text-decoration: none;
}

A:visited {
	color: #cc0000;
	text-decoration: none;
}

A:active {
	color: #cc0000;
	text-decoration: none;
}

A:hover {
	color: #000000;
	text-decoration: none;
}

A.dark:link {
	color: #cc0000;
	text-decoration: none;
}

A.dark:visited {
	color: #cc0000;
	text-decoration: none;
}

A.dark:active {
	color: #cc0000;
	text-decoration: none;
}

A.dark:hover {
	color: #cc0000;
	text-decoration: none;
}

TD {
	font-size: 10px;
	font-family : arial;
}

P {
	font-size: 10px;
	font-family : arial;
        line-height: 17px;
}

TD.dark {
	font-size: 10px;
	font-family : Tahoma;
	color : #FFFFFF;
}

P.dark {
	font-size: 11px;
	font-family : arial;
}

TD.smaller {
	font-size: 10px;
	font-family : Tahoma;
	color : #000000;
}

TD.title {
	font-size: 11px;
	font-family : Tahoma;
	color : #ff0000;
}

P.smaller {
	font-size: 10px;
	font-family : Tahoma;
	color : #000000;

}

HR {
	height: 1px;
	color: #ff0000;
}