﻿/* index.html */
.yellos_black {
	background-color: #FFFF00;
}
.text_darkblue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 29px;
	color: #000066;
	font-style: italic;
}
.arial_24pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.white_underline {
	color: #FFFFFF;
	text-decoration: underline;
}
.white_text {
	color: #FFFFFF;
}
.black_18pt_bold {
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.text_blue {
	color: #0000FF;
}
.border_zero {
	border-width: 0px;
}

/* c_events.html */
.text_black {
	color: #000000;
}
.event_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000033;
	font-size: 26px;
	font-style: italic;
}
.text_red {
	color: #FF0000;
}

/*p_events.html */
.bold_italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #000033;
	font-size: 26px;
}


/* club_news.html and old_club_news.html */
.text_black {
	color: #17365D;
}
.bold_italic {
	font-weight: bold;
	font-style: italic;
}
.style_indent40 {
	text-indent:10px;
}
.font_14 {
	font-size: 14pt;
}

/* contact.html */
.bold_blue {
	color: #000033;
	font-weight: bold;
}
.club_official {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000033;
	font-size: 22px;
}


/* join.html */
.bold_italic_24 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	color: #000033;
}
.verdana_24 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000033;
}

/* photos.html */
.verdana_italic_24 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000033;
	font-size: 26px;
}








