/* Default CSS Stylesheet for a new Web Application project */

P {
	FONT-SIZE: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
TD {
	FONT-SIZE: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #000000
}
TH {
	FONT-SIZE: 14px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #000000
}
A {
	COLOR: #1F345C
}
A:hover {
	COLOR: #1F345C; TEXT-DECORATION: none
}
A:active {
	COLOR: #1F345C; TEXT-DECORATION: none
}
.yellowlink {
	COLOR: #FFFF99; 
}
.yellowlink:link {
	COLOR: #FFFF99
}
.yellowlink:hover {
	COLOR: #FFFF99; TEXT-DECORATION: none
}
.yellowlink:active {
	COLOR: #FFFF99; TEXT-DECORATION: none
}
.bluelink {
	color: White; text-decoration: none
}
.bluelink:link {
	color: White; text-decoration: none
}
.bluelink:hover {
	color: #ff0000;
	text-decoration: underline
}
.bluelink:active {
	color: White; text-decoration: none
}
.redlink {
	color: White; text-decoration: underline
}
.redlink:link {
	color: White; text-decoration: underline
}
.redlink:hover {
	color: #ff0000;
	text-decoration: none
}
.redlink:active {
	color: White; text-decoration: underline
}
.blacklink {
	color: #1F345C; text-decoration: none;
	font-size: 10px
}
.blacklink:link {
	color: #1F345C; text-decoration: none;
	font-size: 10px
}
.blacklink:hover {
	color: #ff0000;
	text-decoration: underline
}
.blacklink:active {
	color: #1F345C; text-decoration: none;
	font-size: 10px
}

