/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none
}

.CopyRightText, A
{
 font-family: Verdana;
 font-size: 8pt;
 color: #999999
}
#popup_header {
	width: 100%;
	height: 32px;
	background-image:url(/images/popup/header.gif);			
}
A, A.visited, A.active
{
	text-decoration:none;
}
A:hover, A:hover.visited, A:hover.active
{
	text-decoration:underline;
}

.WelcomeText
{
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFCC
}

TD, A
{
    FONT-FAMILY: Verdana;
    font-size: 8pt;
    color: White;
 }

.Level2Nav, .Level2Link
{
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana;
}

.Level2Link, .Level2Link.visited, .Level2Link.active, .Level2Link:hover, .Level2Link:hover.visited, .Level2Link:hover.active
{
	text-decoration: none;
	color: #cccccc;
}

.Level2Link:hover
{
	color: #ffffff;
}