.title {
	font : bold 18pt Arial, Helvetica, sans-serif;
	color : Navy;
}
.center {
	text-align :  center;
}

.italics {
	font-style :  italic;
}

.navy {
	color :  navy;
}

.caller {
	color :  Red;
	font-size :  24pt;
	font-weight :  bold;
}


BODY, TD {
	background: transparent;
	color : Black;
	font-family : Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}

H2 {
	font-size: 14pt;
	color: Navy;
}

H3 {
	font-size: 13pt;
	color: Navy;
}

H4 {
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : Purple;
}

A {
	text-decoration: none;
	color: Blue;
}

A:Hover {
	text-decoration: underline;
	color: Red;
}

HR {
	color: Navy;
	height: 1pt;
}
	
.club {
	color : Maroon;
	font-weight :  bold;
	font-size : larger;
}

TH {
	color:navy;
	font-weight:bold;
}
.button {
	font-size: 12pt;
	font-weight: bold;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

#footer {
	position: relative;
	bottom: 10px;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/mountains.gif);
}

.headline {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #BA0090;
}