/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-top: 0px;
}

MsgClass, .MsgClass, #MsgClass
{
	display: block;	
	width: 500px;
	height: auto;
	border: solid 1px black;
	padding: 3px 3px 3px 3px;
}
#ThreadDataList, .ThreadDataList
{
	padding: 0px 0px 0px 10px;	
}
#NavLinks A:link, .NavLinks A:Link, .NavLinks	{	
	text-decoration:	none;
	color:	white;
	text-transform: capitalize;
	letter-spacing: 2px;
	font-weight:bold;
	}	
		
#NavLinks A:visited, .NavLinks A:visited	{	
	text-decoration:	none;
	color:	white;
	text-transform: capitalize;
	letter-spacing: 2px;
	font-weight:bold;
	}	
		
#NavLinks A:active, .NavLinks A:active	{	
	text-decoration:	none;
	color:	white;
	text-transform: capitalize;
	letter-spacing: 2px;
	font-weight:bold;
	}	
		
#NavLinks A:hover, .NavLinks A:hover	{	
	text-decoration:	none;
	color:	yellow;
	text-transform: capitalize;
	letter-spacing: 2px;
	font-weight:bold;
	}

TD 
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:	700;
	font-style:	normal;
	color: #842d1c;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:	700;
	font-style:	normal;
	color: #842d1c;
	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;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size: 10pt;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	color: #842d1c;
	text-decoration: underline;
	}	


A:link	{	
	text-decoration:	none;
	color:	darkblue;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	darkblue;
	}	
		
A:active	{	
	text-decoration:	none;
	color: darkblue;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	darkblue;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

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: 10px;
	margin-right: 10px;
	}

AlignRight 
{
	position:relative;
	text-align:right;
}

.TradeSteps
{
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

#MemNav1_pnHelp
{
	background-color:White;
}

#MemNav1_pnHelp TD
{
	background-color:White;
}

#SearchForm
{
	position:relative;
	top: -390px;
	left: 0px;
	z-index: 10;
}

#TradeNameAuto
{
	position:absolute;
	top: 0px;
	left: 0px;
	z-index:auto;
	height:auto;
	width:auto;
}