body, td, div, p {font-family: arial; font-size: 12px;}

form {margin: 0px;}

a img {border: 0px;}

a {color: #3571A6;
	cursor: pointer;}
	
a:hover {
	background: #EEE;
	cursor: pointer;
}
	
a span {
	display: none;
}

a:hover span {
	display: block;
	padding: 2px;
	background: #EEE;
	border: 1px dotted #555;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 20;
}

h1 {font-family: 'century gothic', Arial, helvetica, san-serif;
	font-size: 15px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #222;
	display: block;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 2px;
	}

h2 {font-family: 'century gothic', Arial, helvetica, san-serif;
	font-size: 14px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #333;
	display: block;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 2px;
	}

h3 {font-family: 'century gothic', Arial, helvetica, san-serif;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #3571A6;
	display: block;
	font-weight: bold;
	margin: 2px;
	}

h4 {font-family: Arial, helvetica, san-serif;
	font-size: 10px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #000000;
	display: block;
	font-weight: normal;
	margin: 2px;
	line-height: 1.1em;
	}

h5 {font-family: Arial, helvetica, san-serif;
	font-size: 9px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #777;
	display: block;
	font-weight: normal;
	margin: 2px;
	line-height: 1.1em;
	}

.sm {font-size: 80%;}

.rf {color: #900;}

.button {
	font-family: Arial, helvetica;
	font-size: 12px;
	display: block;
	padding: 1px;
	text-align: center;
	margin: 2px;
	background: #DDD;
	color: #333;
	text-decoration: none;
	line-height: 1em;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	}

.button:hover {
	font-family: Arial, helvetica;
	font-size: 12px;
	display: block;
	padding: 1px;
	text-align: center;
	margin: 2px;
	background: #CCC;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	}




.button_b {
	font-family: Arial, helvetica;
	font-size: 12px;
	display: block;
	padding: 1px;
	text-align: center;
	margin: 2px;
	background: #FFF;
	color: #333;
	border: 1px solid #777;
	text-decoration: none;
	line-height: 1em;
	cursor: pointer;
	}

.button_b:hover {
	font-family: Arial, helvetica;
	font-size: 12px;
	display: block;
	padding: 1px;
	text-align: center;
	margin: 2px;
	background: #EEE;
	color: #333;
	border: 1px solid #777;
	text-decoration: none;
	cursor: pointer;
	}

.border_b {
	
}

.bigshotBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	color: #3571A6;
	text-transform: uppercase;

}
.bigshot {

	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	text-transform: uppercase;
	color: #3571A6;
}
.bigshotLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #3571A6;
	text-transform: uppercase;
	text-decoration: underline;

}

.serif {
	font-family: georgia, times, times new roman, goudy old style;
}

.sans-serif {
	font-family: verdana, helvetica, arial;
}