html {
  	font-weight: normal;
	font-style: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	word-spacing: normal;
	overflow: visible;
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
  	margin:0;
 	padding:0;
}


a {text-decoration: none;color: inherit;} 
a:link {text-decoration: none;color: inherit;}
a:active {text-decoration: none;color: inherit;}
a:visited {text-decoration: none;color: inherit;}
a:hover {text-decoration: none;color: inherit;}



.font-sanserif{font-family:Sans serif;}

.text-gold{color:#ffd700;}
.text-silver {color:silver;}
.text-orange {color:#FF8000;}
.text-red {color:red;}
.text-yellow{color:yellow;}
.text-blue {color:blue;}
.text-black {color:black;}
.text-blue-dark {color:#000033;}
.text-blue-light {color:#00FFFF;}
.text-blue-ultra {color:#0fffff;}
.text-dark-red {color:#8B0000;}
.text-green{color:#e9b96e;}
.text-shadow{text-shadow: 1px 1px 2px #333;}


.bg-footer{background-color:#333333;}
.bg-black{background-color:#000000;}
.bg-main-nav{background-color:#202124;}
.bg-silver{background-color:silver;}
.bg-gray-ultra-light{background-color:#F7F0EE;}
.bg-blue-ultra{background-color:#0fffff;}
.bg-main-nav2{background-color:#070f22;}
.bg-beige{background-color:#54c0cc;}
.bg-orange{background-color:#FF8000;}
.bg-green{background-color:#00fa9a;}
.bg-gold{background-color:#ffd700;}

.active{text-decoration:underline;font-weight:bold;}

.h6{font-size:90%;}
.h7{font-size:75%;}

.w-300{min-width:300px;max-width:300px}
.w-360{min-width:360px;max-width:360px}
.mnw-300{min-width:300px;}
.mxw-100 {max-width: 100px;}
.mxw-200 {max-width: 200px;}
.mxw-310 {max-width: 310px;}
.mxw-380 {max-width: 380px;}	
.mxw-400 {max-width: 400px;}
.mxw-600 {max-width: 600px;}
