
<!--
	********************************************
	* Updated and Maintained by: www.jimbob.ca *
	* Created On: November 22, 2007            *
	* Last Modified: December 3, 2007          *
	* Files Name: CSS style.css                *
	********************************************
-->

html {
width: 800px;
}

body {
	color: #616161;
	margin: 0px;
}
.menuLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #465C85;
	text-decoration: none;
}

a.menuLink:hover {
	text-decoration: none;
	color: #FFFFFF;
}

h1 {
	font-family: Tahoma;
	font-size: 40px;
	font-weight: bold;
	color: #465C85;
	margin-left: 5%;
}

h2 {
	font-family: Tahoma;
	font-size: 22px;
	font-weight: bold;
	color: #467891;
	text-align: left;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;

}

p, select, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-align: left;
}

textarea {

	background: url(http://gasclub.ca/images/gasc-logo3.gif);
        background-repeat: no-repeat;
	background-position: 100% 100%;
}


img {
	
}

a {
	color: #80AC00;
	text-decoration: none;
	text-decoration: underline;
}

a:hover {
	color: #80ACC2;
	text-decoration: underline;
}

.sidenewshdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #FFFFFF;
}

.navbar{
	background-image:url(images/navbg_dn.gif);
}

.searchlink, .searchlink:hover {
	color: #FFFFFF;
	text-decoration:none;
}

.bronze {
	color: #FFCC99;
	font-weight: bold;
}
.silver {
	color: #999999;
	font-weight: bold;
}
.gold {
	color: #FFCC00;
	font-weight: bold;
}