/* for the RadEditor */

/*
body
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	border: 10;
	text-align: left;
	font-size: 85%;
	background: #fff;
}


OL
{
    list-style-type: decimal;
    color: Black;
    font-weight: bold;
    font-size: 10px;
}
OL OL
{
    list-style-type: decimal;
}
UL
{
    list-style-type: square;
}
UL UL
{
    list-style-type: disc;
} 
*/