/*****************/
/*     Styles    */
/*****************/

* html a:hover
{
visibility:visible
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-family: Arial,Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:140%;
	color: #000;

	background: #999;
}

p {
	margin: 0px 0px 10px 0px;
}

.nomargin {
	margin: 0px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px 0px;
	font-style: normal; 
	color: #b21603;
	font-weight: bold; 
	text-decoration: none; 
	font-family: "Andale Mono", Arial,Verdana,  Helvetica, sans-serif;

}

h1 {  
	font-size: 18px; 
}

h2 {  
	font-size: 17px; 
}

h3 {  
	font-size: 16px; 
}

h4 {  
	font-size: 15px; 
}

h5 {  
	font-size: 14px; 
}

h6 {  
	font-size: 13px; 
}


a:link, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover	{
	color: #b21603;
	text-decoration: none;
}
	
a.noborder {
	border-bottom: none;
	text-decoration: none;
}

img {
	border: none;
}

#HomeTextLeftLayer img {
	margin:0px;
	padding:0px;
}
#HomeTextLeftLayer p {
	clear:both;
	margin:0px 0px 5px 0px;
	padding:0px;
}

#FooterLayer a, #FooterLayer a:hover {
	color:#fff;
	text-decoration:none;
}

/* Hompeage button mouseover setups */

a#button_home_annual_report:hover img,
a#button_home_charts:hover img,
a#button_home_exchange_listings:hover img,
a#button_home_gold:hover img,
a#button_home_presentations:hover img,
a#button_home_press_releases:hover img,
a#pnav_home:hover img,
a#button_home_analyst_reports img
{
	visibility:hidden;
}

a#button_home_annual_report {
	display:block;
	width:216px;
	height:45px;
	background: url(/images/button_home_annual_report_f2.gif) 0 0 no-repeat;	
}

a#button_home_charts {
	display:block;
	width:216px;
	height:45px;
	background: url(/images/button_home_charts_f2.gif) 0 0 no-repeat;	
}

a#button_home_exchange_listings {
	display:block;
	width:216px;
	height:45px;
	background: url(/images/button_home_exchange_listings_f2.gif) 0 0 no-repeat;	
}

a#button_home_gold {
	display:block;
	width:216px;
	height:45px;
	background: url(/images/button_home_gold_f2.gif) 0 0 no-repeat;	
}

a#button_home_presentations {
	display:block;
	width:216px;
	height:45px;
	background: url(/images/button_home_presentations_f2.gif) 0 0 no-repeat;	
}

a#button_home_press_releases {
	display:block;
	width:216px;
	height:45px;
	background: url(/images/button_home_press_releases_f2.gif) 0 0 no-repeat;	
}

a#button_home_analyst_reports {
	display:block;
	width:216px;
	height:45px;
	background: url(/images/button_home_analyst_reports_f2.gif) 0 0 no-repeat;	
}

a#pnav_home {
	display:block;
	width:35px;
	height:41px;
	background: url(/images/pnav_home_f2.jpg) 0 0 no-repeat;
}



/* Custom styles */

	#FnavLayer a, #FnavLayer a:link, #FnavLayer a:visited {
		color:#FFFFFF;
	} 

	#FnavLayer a:hover {
		color:#479D23;
	} 

/*
#divname, .classname {
	display properties(margin, width, z-index, etc...)
	
	font styles (font-width, color, text-alignment, etc...)
	
	theme related (border, background, etc...)
}
*/

