/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-color: #005c92;
    font-family: Verdana;
    font-size: 8pt;
    color: #CCCCCC;
    font-weight: normal;
}

body table td {
	font-size: 8pt;
}

.CopyRightText, A
{
 font-family: Verdana;
 /*font-size: 8pt;*/
 color: #006699
}

.AdjustHeight 
{
	height: 100%;	
}

A, A.visited, A.active
{
	text-decoration: underline;
}
A:hover, A:hover.visited, A:hover.active
{
	text-decoration: none;
}

#popup_header {
	width: 100%;
	height: 32px;
	background-image:url(/images/popup/header.gif);			
}

TD, A
{
	font-family: Verdana;
    /*font-size: 8pt;*/
    color: #FFFFFF;
}

.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;
}

.AlertText
{
 font-family: Verdana;
 font-size: 8pt;
 color: #333333
}