/*
General CSS for the demos of DHTMLSuite
*/
body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:0.8em;
	margin:0px;
}

a{
	color:red;
	text-decoration:underline;
}

.close { font-family:Verdana, Arial, Helvetica, sans-serif; color:CCCCCC; text-decoration:none; font-weight:bold; }
a.close:hover { font-family:Verdana, Arial, Helvetica, sans-serif; color:red; text-decoration:none; font-weight:bold; }


