/* 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;
    WORD-SPACING: normal;
    color: #000000;
}
P
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .9em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #000000;
}
TD
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .9em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #000000;
}


a.topnav, a.topnav:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica;
}

a.topnav:hover
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica;
}

td.topnav
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica;
}

.leftmainnav
{
	color: #cc9999;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica;
}

.leftmainnavaddress
{
	color: #ffffff;
	text-decoration: none;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica;
}


.leftsubnav
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica;
}

.footer
{
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;
	border-top-style: solid;
	border-top-color: darkblue;
	font-size: 9pt;
}

A.webless:link, A.webless:visited, A.webless:active, A.webless:hover
{	
	text-decoration:	none;
	color:	#0000cc;
}	

td.pagename
{
	color: #660000;
	text-decoration: italic;
	font-weight: bold;
	font-size: 18pt;
	font-family: Arial, Verdana, Helvetica;
}


SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	disc ;
	font-size: 10pt;
	}	

UL LI LI	{	
	list-style-type:	square;
	font-size: 8pt;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	font-size: 8pt;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	font-size: 10pt;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	font-size: 8pt;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	font-size: 8pt;
	}

.crumbs
{
	font-size: xx-small;
	color: #000000;
}
.requestTable
{
    BORDER: #000000 2pt solid;
}
.aboutTable
{
    BORDER: #6699CC 1pt solid;
}
.portTable
{
	border-left: #999999 1px dashed;
	border-bottom: #999999 1px dashed;
	border-right: #999999 1px dashed;
}
td.rightborder
{
	border-right: #999999 1px solid;
}
.yellowRight
{
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	background-color: #FFFFCC;
}
.greene
{
	color: #3333cc;
}