body, td, tr, table {
	font-family: Verdana;
	font-size: 11px;       
        color: #000000;
}

a:link.linkyellow, a:active.linkyellow, a:visited.linkyellow {
	color: #F7EEDD;
	font-size: 11px;
        font-weight: normal;
        text-decoration: none;
}

a:hover.linkyellow {
	color: #FF0000;
}


a:link, a:active, a:visited {
	color: #000000;
	font-size: 11px;
        font-weight: normal;
        text-decoration: underline;
}

a:hover {
	color: #000000;
	font-size: 11px;
        font-weight: normal;
        text-decoration: none;
}

input, select, textarea {
	background-color: #FFFFFF;
	border: 1px solid#B8B8B8;
	font-family: verdana;
	font-size: 9px;
	color: #000000;
}

