/* 
====================================================
Global Formating 
====================================================
*/

body 
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	}
	
#topBar, #flash, #header2, #navContainer, #contentRight, #contentRightBox, #headerRight, #contentBarRight, #contentRightBox
	{
	display: none;
	}
	
.headerLeft {
	margin-top: 25px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9EA6BF;
	border-right-color: #9EA6BF;
	border-bottom-color: #9EA6BF;
	border-left-color: #9EA6BF;
	line-height: 18px;
	padding-bottom: 5px;
	}
	
.contentLeft {
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 15px;
	}
	
.button {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	height: 20px;
	width: 100px;
	background-position: center;
	cursor: pointer;
	cursor: hand;
	}
	
.button2
	{
	background-color: #ffffff;
	border: 1px solid #666666;
	width: 100px;
	background-position: center;
	cursor: pointer;
	cursor: hand;
	padding-right: 4px;
	padding-left: 4px;
	}
	
.form {
	background-color: #FFFFFF;
	font-size: 10px;
	color:#000000;
	border: 1px solid #666666;
	padding-right: 4px;
	padding-top: 2px;
	padding-left: 4px;
	font-family: Tahoma, Arial, sans-serif;
	cursor: pointer;
	cursor: hand;
	}
	
a:link, a:visited 
	{
	color: #000000;
	text-decoration: underline;
	}
	
#contentLeft a:link:after, #contentLeft a:visited:after 
	{
	content: " (http://www.banderagold.com/" attr(href) ")";
	}

#footer a:link:after, #footer a:visited:after 
	{
	content: " (" attr(href) ") ";
	}
