/* 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;
}

.headline
{
	font-size: 3em;
	font-weight: bold;
	FONT-FAMILY: Arial, Verdana, Helvetica;
}

A:link, A:visited, A:active
{	
	text-decoration:	none;
	color:	#3333cc;
}	

A:hover
{	
	text-decoration:	underline;
	color:	#999999;
}
a.crumbs, a.crumbs:visited
{
	color: #3333cc;
	text-decoration: none;
	font-weight: normal;
	font-size: xx-small;
}

a.crumbs:hover
{
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
	font-size: xx-small;
}
.bignav, a.bignav:visited
{
	color: #3333cc;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Verdana, Helvetica;
}

a.bignav:hover
{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Verdana, Helvetica;
}
a.smallnav, a.smallnav:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
}

a.smallnav:hover
{
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
}

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;
	}
td.footer
{
	font-size: .8em;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

.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;
}