/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    /*BACKGROUND-COLOR: #1B82E1;*/
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	
    background-repeat: no-repeat;
	
}
TABLE
{
	background-repeat: no-repeat;
}
TD
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}


A:link	{	
	text-decoration:	none|underline;
	FONT-SIZE: .8em;
    color:	#0000ff;
	}	
		
A:visited	{	
	text-decoration:	underline;
	FONT-SIZE: .8em;
    color:	#0000ff;
	}	
		
A:active	{	
	text-decoration:	underline;
	FONT-SIZE: .8em;
    color:	#0000ff;
	}	
		
A:hover	{	
	text-decoration:	underline;
	FONT-SIZE: .8em;
    color:	#0000ff;
	}
	
	
	.pageContent
{
	width:700px;
	border:solid 1px black;
	background-color: #ffffff;
	padding:2px;
	text-align:center;
}

.waterMark
{
	background-color: #dddddd;
	color:Gray;
}

.MarketShareNote
{
	FONT-SIZE: .8em;
}
.adminBG
{
    BACKGROUND-COLOR: #eeeeee;
    FONT-FAMILY: Arial
}
.adminTitle
{
    BACKGROUND-COLOR: mediumblue;
    COLOR: white;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder
}

TD
{
    COLOR: black;
    FONT-FAMILY: Arial, Courier;
    FONT-SIZE: 9pt
}
H4
{
    COLOR: black;
    FONT-FAMILY: Arial
}