<!--
td,th,tr,body {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	font-family: Vedanar, Arial, Tahoma;
}
a:link {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #706F38;
	font-size: 10px;
}

a.edit, a.delete, a.edit:hover, a.delete:hover {
	font-family: tahoma, arial, sans-serif;
	text-align: left;
	color: #9C0400;
	text-decoration:none;
}
a.edit1 {
	font-family: tahoma, arial, sans-serif;
	text-align: left;
	color: #383E2A;
	font-size: 11px;
	text-decoration:none;
}
a.edit:hover,a.edit1:hover {
	font-family: tahoma, arial, sans-serif;
	background-color: #808040;
	color: #FFFFFF;
}

a.delete:hover {
	font-family: tahoma, arial, sans-serif;
	background: #c00;
	color: #fff;
} 

td.top, td.top a {
        background-color: #E7DFBD;
        background: #808040;
        text-indent: 4px;
        font-size: 12pt;
        font-weight: bold;
        font-family: Trebuchet MS;
        color: #FFFF99;
        cursor: hand;
        padding-bottom: 3px;
        padding-top: 3px;
        text-decoration: none;
    }

td.top a:hover {
	display: block;
	padding: 0px; 
	background: #808040;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
}
.box1, .box1 a, .box1 a:visited {
        color: #383E2A;
        font-family: Tahoma;
        font-size: 11px;
        font-weight: 700;
        text-decoration: none;
        white-space: nowrap;
}
.box1 a:hover {
        background: #808040;
		color: #000000;
	    text-decoration: none;
        white-space: nowrap;
}
.box2, .box2 a, .box2 a:visited {
        color: #9C0400;
        font-family: Tahoma;
        font-size: 10px;
        font-weight: 700;
        text-decoration: none;
}
.box2 a:hover {
        background: #808040;
		color: #FFFFFF;
	    text-decoration: none;
        white-space: nowrap;
}

-->