/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
TD
{
	font-size: 10pt;
}
P
{
	font-size: 10pt;
}

LI
{
	font-size: 8pt;
}

A:link	{	
	text-decoration:	none;
	color:	#336699;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#336699;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#336699;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#666666;
	}
	
td.headerText
{
	font-family: 'verdana', 'MS Sans Serif', 'Times New Roman';
	font-size: 125%;
	font-weight: bold;
	color: #000000;
}
td.rateHeader
{
	font-family: 'verdana', 'MS Sans Serif', 'Times New Roman';
	font-weight: bold;
	color: #000000;
	background-color: #336699;
}
td.blackHeader
{
	font-family: 'verdana', 'MS Sans Serif', 'Times New Roman';
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
td.textlinks
{
	font-size: 8pt;
}
td.rateCell-left
{
	font-family: 'verdana', 'MS Sans Serif', 'Times New Roman';
	color: #000000;
	border-right: #999999 2pt solid;
}
.tableStyle
{
    BORDER: #000066 2pt solid;
}
.tableHeader
{
	BORDER-bottom: #999999 2pt solid;
    COLOR: white;
    FONT-FAMILY: 'verdana', 'MS Sans Serif', 'Times New Roman';
    font-weight: bold;
    BACKGROUND-COLOR: #000066;
}
.tableRowHeader
{
    border-right: #666666 1pt solid;
    BACKGROUND-COLOR: #990000;
    BORDER-bottom: #666666 1pt solid;
    font-weight:bold;
    COLOR: white;
    FONT-FAMILY: 'verdana', 'MS Sans Serif', 'Times New Roman';
}
.tableCell
{
    BACKGROUND-COLOR: #ffffff;
    BORDER-bottom: #666666 1pt solid;
    color: Black;
    font-size: 8pt;
}
.tableRowHeaderBottom
{
    border-right: #666666 1pt solid;
    BACKGROUND-COLOR: #990000;
    font-weight:bold;
    COLOR: white;
    FONT-FAMILY: 'verdana', 'MS Sans Serif', 'Times New Roman';
}
.tableCellBottom
{
    BACKGROUND-COLOR: #ffffff;
    color: Black;
    font-size: 8pt;
}
small
{
	font-size: xx-small;
}
IMG
{
	border-color: #990000;
}
LI
{
	font-size: 8pt;
}
.sectionBody {
	font-size: 12px;
	color: #FFFFFF;
	padding-top:10px;
}
.sectionHeader {
	color:#FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	text-decoration:underline;
}