/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, sans-serif;
    FONT-SIZE: .7em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin:3;
}

IMG.imgSpacer
{
	margin-left: 15px;
}

TD
{
	FONT-SIZE: 9pt;
}

TD.HeaderRight
{
	font-size: 15pt;
	color: #00909F;
	font-family: Verdana;
	letter-spacing: 1px;
	FONT-WEIGHT: normal;
}

TD.MainPageTitle
{
	color: #FFFFFF;
	font-family:Verdana;
	font-size: 13pt;
	text-indent: 8;
}

TD.MainPageTitleSmall
{
	color: #FFFFFF;
	font-family:Verdana;
	font-size: 10pt;
	border-top-width: 1;
	border-top-color: #FFFFFF;
}

TD.Footer
{
	color: #FFFFFF;
	font-family:Arial;
	font-size: 8pt;
	background-color: #00909F;
}

TD.LeftNav
{
	color: #FFFFFF;
	font-family:Verdana;
	font-size: 10pt;
	text-indent: 4;	
}

TD.LeftNavSub
{
	color: #FFFFFF;
	font-family:Verdana;
	font-size: 8pt;
	text-indent: 40;	
}

TD.Main
{
	font-family:Verdana;
	font-size: 9pt;
}

/* This is the behavior of normal links in the site */
A:link	{	
	text-decoration:	none;
	color:	#0000ff;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#0000ff;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#0000ff;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#0000ff;
	}
	
/* These are the actual links for the left side navigation section */
A.LeftNav:link	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A.LeftNav:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A.LeftNav:active	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A.LeftNav:hover	{	
	text-decoration:	underline;
	color:	#ffffff;
	}

/* These are the links for the More... buttons */
A.More:link	{	
	text-decoration:	none;
	color:	#00909F;
	font-family:Arial;
	font-size: 10pt;
	font-weight: bold;
	}	
		
A.More:visited	{	
	text-decoration:	none;
	color:	#00909F;
	font-family:Arial;
	font-size: 10pt;
	font-weight: bold;
	}	
		
A.More:active	{	
	text-decoration:	none;
	color:	#00909F;
	font-family:Arial;
	font-size: 10pt;
	font-weight: bold;
	}	
		
A.More:hover	{	
	text-decoration:	underline;
	color:	#00909F;
	font-family:Arial;
	font-size: 10pt;
	font-weight: bold;
	}
