/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-size: 14pt;
	margin: 0px;
	color: black;
	font-family: Verdana;
	background-color: whitesmoke;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}

.ImageTitle	
{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: White;
	}	

H1	{	
	font-family: Verdana, 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, 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, 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, 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, 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, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
tablex 
{	
	border-width: 0px;
	border-spacing: 0pt;
	margin-left: auto;
	margin-right: auto;
	border-color: black;
}

tdx
{
	margin: 0px;
	font-family: Verdana;
	text-align: left;
	vertical-align: middle;
}
		
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:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	font-size: 8pt;
	}	

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;
	}	

.HeaderBusinessName
{
	font-weight: bold;
	font-size: 12pt;
	color: dimgray;
	font-family: Verdana;
}

.HeaderBusinessSummary
{
	font-weight: bold;
	font-size: 12pt;
	color: White;
	font-family: Verdana;
}

.CompanyName
{
	font-weight: bold;
	font-size: 14pt;
	color: dimgray;
	font-family: Verdana;
}

.PanelHeader 
{ 
	background-color:Black;
	height:20px;
	font-weight:bold;
	font-size: 10pt;
	color: white;
	font-family: Verdana;
}
.SmallPanelHeader 
{ 
	background-color:Black;
	height:0px;
	font-weight:bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana;
}

.pageTitle
{
	font-weight: bold;
	font-size: 22pt;
	color: darkgray;
	font-family: Verdana;
}

.hLine
{
	color: darkgray;
	font-family: Verdana;
}

.headerTitle
{
	font-weight: bold;
	font-size: 22pt;
	color: RoyalBlue;
	font-family: Verdana;
}

.pheading
{
	font-weight: bold;
	font-size: 12pt;
	color: dimgray;
	font-family: Verdana;
}

.NavLinks
{
	font-weight:normal;
	font-size: 10pt;
	color:Black;
	font-family: Verdana;
}
.NavLinks:hover	{	
	text-decoration:	underline;
	color:	Maroon;
}
.NavLinks:link	{	
	text-decoration:	none;
	color:	Black;
	}	
		
.NavLinks:visited	{	
	text-decoration:	none;
	color:	Black;
	}	
		
.NavLinks:active	{	
	text-decoration: 	none;
	color:	Black;
	}	
.StaticMenuItem 
{
	FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: white; FONT-FAMILY: Verdana; POSITION: relative; TOP: -5px; FONT-VARIANT: small-caps;
}
.footer
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #EFEFDE; 
	text-decoration: none
}
.footersmall
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: normal; 
	color: black; 
	text-decoration: none
}
.footersmalllink
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: normal; 
	color: black; 
	text-decoration: none
}

#header 
{
	margin: 0 0 0.2em 0;
	padding: 1em 1.5em;
	height:8em;
	background: #343434 url('Images/coins.jpg') no-repeat top left ;
	border:1px solid ##2D5289;
}

#siteimg 
{
	height: 200px;
	width: 1000px; /* Suits an 800x600 page, allowing for scrollbar */
	background: url('Images/coins1.jpg') #fff; /* Light Grey */	
	text-align: left;
}

