/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}
P
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    font-size: .8em;
}
TD
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}
.threedsidenavbar
{
	background-color: #003063;
	border-top: solid 1px #31659C;
	border-left: solid 1px #31659C;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	color: #ffffff;
	font-weight: bold;
	font-size: .8em;
}

TD.tdCal
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    font-size: .8em;
}
.release
{
	font-size: 10pt;
	font-weight: normal;
}
.homeTitle
{
	font-size: 30pt;
	font-weight: bold;
	FONT-FAMILY: Arial, Verdana, Helvetica;
}
.headline
{
	font-size: 14pt;
	font-weight: bold;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	font-style: normal;
}
.atHeadline
{
	font-size: 12pt;
	font-weight: bold;
	color: #3333CC;
}
.homeSubTitle
{
	font-size: 10pt;
	font-weight: bold;
}
A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#3333CC;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#3333CC;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#999999;
	}
	
A.subnav:link	{	
	text-decoration:	underline;
	color:	#ffffff;
	}	
		
A.subnav:visited	{	
	text-decoration:	underline;
	color:	#c0c0c0;
	}	
		
A.subnav:active	{	
	text-decoration:	underline;
	color:	#ff0000;
	}	
		
A.subnav:hover	{	
	text-decoration:	underline;
	color:	#ffff00;
	}
a.crumbs
{
	color: #ff0000;
	text-decoration: none;
	font-weight: normal;
	font-size: xx-small;
}
a.crumbs:visited
{
	color: #ff0000;
	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;
}

SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
UL LI	{	
	list-style-type:	disc;
	font-size: .8em;
	}	

UL LI LI	{	
	list-style-type: circle;
	margin-left: -25px;
	}


UL LI LI LI	{	
	list-style-type:	square;
	font-size: 8pt;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	font-size: .8em;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}
td.footer
{
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

p.navmenu
{
	font-size: 8pt;
	color: #ffffff;
}
.crumbs
{
	font-size: xx-small;
	color: #000000;
}

.rightborder
{
	border-right: #3333CC 1px dotted;
}

IMG
{
	border-color: #000000;
}
	
td.datatable2 {
	background:#cccccc;
	font-size: 10pt;
	}

td.datatable2w {
	background:#ffffff;
	font-size: 10pt;
	}	

.datahead2 {
	border : 1px solid #0066cc; 
	background:#0066cc; 
	color:#ffffff; 
	font-family: Verdana, Arial, sans-serif; 
	font-weight: bold;
	font-size: 8pt;
	}
.dropCap
{
	font-size: 14pt;
	color: #3333CC;
	font-weight: bold;
}

.grid_normal
{
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
}
.grid_bold
{
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
.calTitle
{
	font-size: 12pt;
	color: #ffffff;
	font-weight: bold;
}

.tblBorder
{
	border: #000000 2px solid;
}
.errorText
{
	font-weight: bold;
	color: #ff0000;
}

/* added for rev2 6/14/2004 */
.darkback
{
	background-color: #3333CC;
	color: #FFFFFF;
	font-size: .8em;
}
.lightback
{
	background-color: #ffffff;
	color: #000000;
	font-size: .8em;
}
.blackback
{
	background-color: #000000;
	color: #ffffff;
	font-size: .8em;
}
A.homeNav:link	{	
	text-decoration:	none;
	color:	#666666;
	}	
		
A.homeNav:visited	{	
	text-decoration:	none;
	color:	#666666;
	}	
		
A.homeNav:active	{	
	text-decoration:	none;
	color:	#666666;
	}	
		
A.homeNav:hover	{	
	text-decoration:	underline;
	color:	#3333CC;
}
A.darkbgLink:link	{	
	text-decoration:	none;
	color:	#33ccff;
	}	
		
A.darkbgLink:visited	{	
	text-decoration:	none;
	color:	#33ccff;
	}	
		
A.darkbgLink:active	{	
	text-decoration:	none;
	color:	#33ccff;
	}	
		
A.darkbgLink:hover	{	
	text-decoration:	underline;
	color:	#999999;
}
A.lightbgLink:link	{	
	text-decoration:	none;
	color:	#3333CC;
	}	
		
A.lightbgLink:visited	{	
	text-decoration:	none;
	color:	#3333CC;
	}	
		
A.lightbgLink:active	{	
	text-decoration:	none;
	color:	#3333CC;
	}	
		
A.lightbgLink:hover	{	
	text-decoration:	underline;
	color:	#999999;
}
A.lightbgLink_inactive	{	
	text-decoration:	none;
	color:	#000000;
	font-weight:bold;
	}	
.lowlight
{
	color: #999999;
}
P.pHome
{
	padding: 4px 4px 4px 4px;
}
.darkborder
{
	border: solid 2px #3333CC;
}
