/* Default CSS Stylesheet for a new Web Application project */
a:link {
	color: #093F70; text-decoration: none; font-size: 12px; font-family: Verdana;
	font-weight:bold;
}
a:visited {
    color: #093F70; text-decoration: none; font-size: 12px; font-family: Verdana;
	font-weight:bold;
}
a:hover {
	color: #990000; text-decoration: none; font-size: 12px; font-family: Verdana;
	font-weight:bold;
}
a:active {
	color: #093F70; text-decoration: none; font-size: 12px; font-family: Verdana;
	font-weight:bold;
}