/* a:link {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
*/

a {
	color:#FF6600
}

a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:active { color: #CC0000; } 

.menulink {
	color: black;
	text-decoration: none;
}

body,td,th {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

.duedate {
	color: red;
	font-weight: bold;
}


.maincontent {
	font-size: 12px;
}

.maincontent td {
	font-size: 12px;
}

.maincontent th {
	font-size: 12px;
}
