/* Default CSS Stylesheet for a new Web Application project */

TD
{
    FONT-FAMILY: "MS Sans Serif", "serif";
    FONT-SIZE: 10pt;
    FONT-WEIGHT: 100;
    LETTER-SPACING: 0px;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal; color:#666666
; text-align: left
; line-height: 18px
}
a:link 
{ 
	text-decoration: none; color: #00539b
}
a:visited
{ 
	text-decoration: none; color: #00539b
}
a:hover
{ 
	text-decoration: none; color: #9900CC
}
a:active
{ 
	text-decoration: none; color: #00539b
}