TD, INPUT, TEXTAREA, SELECT {
	font-family: Tahoma;
    font-size: 12px;
    color: #333333;
}
A:link, A:visited, A:active {
    color: Teal;
    text-decoration: none;
}

A:hover {
    color: #38393A;
    text-decoration: none;
}
SPAN.header {
	color: #0000FF;
    font-weight: bold;
    font-size : 11pt;
}