/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1
{
	font-weight: 700;
	font-size: 18pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	16pt;
	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:	14pt;
	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:	12pt;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT
{
	font-weight: bold;
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH
{
	font-weight: bold;
	font-size: 10pt;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}	
TD
{	
	FONT-SIZE: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


A:link
{
	font-weight: bold;
	color: #3333cc;
	font-family: Arial, Verdana;
	text-decoration: none;
}	
		
A:visited	
{
	font-weight: bold;
	text-decoration:	none;
	color:	#333399;
	font-family: Arial, Verdana;
	}	
		
A:active	
{
	font-weight: bold;
	text-decoration:	none;
	color:	#333399;
	font-family: Arial, Verdana;
	}	
		
A:hover
{
	font-weight: bold;
	color: #cc3366;
	font-family: Arial, Verdana;
	text-decoration: underline;
}

A.Header:link
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Arial, Verdana;
	text-decoration: none;
}	
		
A.Header:visited	
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Arial, Verdana;
	text-decoration: none;
	}	
		
A.Header:active	
{
	font-weight: bold;
	font-size: 10pt;
	color: #f8e600;
	font-family: Arial, Verdana;
	text-decoration: none;
	}	
		
A.Header:hover
{
	font-weight: bold;
	font-size: 10pt;
	color: #f8e600;
	font-family: Arial, Verdana;	
	text-decoration: none;
}
	
MenuOver
{
	font-weight: bold;
	color: #cc3366;
	font-family: Arial, Verdana;
	background-color: #f8e600;
}

MenuOut
{
	font-weight: bold;
	color: #ffffff;
	background-color: #20539f;
	font-family: Arial, Verdana;
	text-decoration: underline;
}

SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE
{
	font-family: 'Arial Narrow' , Arial;
}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

IMG.Products
{
	margin: 0px;
	cursor: hand;
}

IMG.NoMargin
{
	margin: 0px;
	cursor: default;
}

TD.ProdMenu_Up
{	
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #f8e600;	
	border-right: #f8e600 thin outset;
	border-top: #f8e600 thin outset;
	border-left: #f8e600 thin outset;
	border-bottom: #f8e600 thin outset;	
	background-color: #0033cc;
}

TD.ProdMenu_Dn
{
	border-right: #ffffff thin outset;
	border-top: #ffffff thin outset;
	font-weight: bold;
	font-size: 10pt;
	border-left: #ffffff thin outset;
	color: #0033cc;
	border-bottom: #ffffff thin outset;
	font-family: Arial, Verdana;
	background-color: #eaeefb;
}

.Prompt
{
	font-weight: bold;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}	

.Control
{
	font-weight: normal;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}	
	
.Head4
{
	font-weight: 700;
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	color: #000080;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.ColumnHead
{
	font-weight: bold;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: #ffffff;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #20539f;	
	text-decoration: none;
	border-bottom: #cccc66 thin solid;
}

.BorderBottom
{
	border-bottom: #cccc66 thin solid;
}

TD.Caption
{
	font-weight: bold;
	font-size: 9pt;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	border-bottom: #cccc66 thin solid;
}


TD.Menu
{
	font-weight: bold;
	font-size: 8pt;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;	
}

.Visible
{
	visibility: visible
}

.hidden
{
	display: none;
}
	
.imgGo
{
	margin: 0px 0px 3px;
	cursor: hand;
}

.imgMenu
{
	border-right: 0px;
	border-top: 0px;
	margin: 0px;
	border-left: 0px;
	cursor: hand;
	border-bottom: 0px;
}

.imgPDF
{
	margin: 0px 5px 0px;
	cursor: hand;
}

TABLE.Standard
{
	border-right: #cccc66 thin solid;
	border-top: #cccc66 thin solid;
	border-left: #cccc66 thin solid;
	width: 750px;
	border-bottom: #cccc66 thin solid;
	background-color: #f5f5dc;
}

.SectionHead
{
	border-right: thin;
	padding-right: 0px;
	border-top: thin;
	padding-left: 0px;
	font-size: 16pt;
	padding-bottom: 0px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	border-left: thin;
	width: 750px;
	color: #ffffff;
	padding-top: 0px;
	border-bottom: thin;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #20539f;
	text-align: right;
	text-decoration: none;
}

.SectionLabel
{	
	font-size: 16pt;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	color: #ffffff;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #20539f;
	text-align: right;
	text-decoration: none;
}

.Instructions
{
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Input
{
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TD.PressRelease
{
	font-weight: normal;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	line-height: 150%;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
}

.Copy
{
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;	
	text-transform: none;
	color: black;
	line-height: 16pt;
	border-bottom: #cccc66 thin solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

sup
{
	font-weight: normal;
	font-size: 11pt;	
	word-spacing: normal;
	vertical-align: super;
	text-transform: none;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

.Errors
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-family: Verdana, Arial;
}

.Button
{
	font-weight: bold;
	font-size: 10pt;	
	font-family: Verdana, Arial;
}