a {
	color : #FFFFFF; text-decoration : none; font-size : 12px;
}
a:hover {
	color : #ff0000; text-decoration : none; font-size : 12px;
}
td { font-size: 12px;
}
table.nav {
	font-size : 12px; color : #000000; line-height : 140%;
}
table.nav a {
	text-decoration : underline; font-size : 12px; color : #000000; line-height : 140%;
}
table.nav a:hover {
   color : #ff0000; line-height : 140%;
}
table.navbar {
	font-size : 12px; color : #000000; line-height : 140%;
}
table.navbar a {
	text-decoration : none; font-size : 12px; color : #000000; line-height : 140%;
}
table.navbar a:hover {
   color : #ff0000; line-height : 140%;
}

INPUT {
	FONT-SIZE: 12px
}
A.nounderline {
	COLOR: #000000; TEXT-DECORATION: none
}
A.nounderline:hover {
	COLOR: red; TEXT-DECORATION: underline
}

SELECT {
	FONT-SIZE: 12px
}