TD
{
	font-family: Verdana, Arial;
	font-size: 9px;
}

TD.Info
{
	padding-left: 11px;
	font-size: 12px;
	line-height: 20px;
	font-family: Verdana, Arial;
}

TD.Text
{
	padding-left: 0px;
	padding-right: 12px;
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, Arial;
	text-align: justify;
}

TD.Path
{
	padding-left: 0px;
	padding-right: 12px;
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, Arial;
	text-align: left;
	color: #333399;
}

P
{
	margin-top: 0px;
	margin-bottom: 1em;
	text-indent: 3em;
}

P.Title
{
	margin-top: 0px;
	margin-bottom: 1em;
	text-indent: 0em;
	font-size: 13px;
}

/* 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
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
A:link	{	
	text-decoration: underline;
	font-weight: bold;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	underline;
	font-weight: bold;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	underline;
	font-weight: bold;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	font-weight: bold;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
UL.Orange
{
	list-style-image: url(images/bullet.gif);
	margin-left: 20px;
	margin-bottom: 0px;
}
LI.Orange
{	
	font-family: Verdana, Arial;
	font-size:	10px;
	font-weight: bolder;
	margin-bottom: 5px;
}
TABLE.FastFacts
{
	border-right: #3333cc 1px solid;
	border-top: #3333cc 1px solid;
	margin-left: 10px;
	border-left: #3333cc 1px solid;
	border-bottom: #3333cc 1px solid;
	background-color: #FBDFC6;
}
