/*
General CSS for the demos of DHTMLSuite
*/
body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:0.8em;
	margin:0px;
}

a1{
    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
	color:#9e9c9c;
	text-decoration:none;
}

a1:hover{
    color: #ff0000;
    padding-left: 5px;
}

