a { color: #c30000; }
a:hover { color: gray; }
h1 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 18px;
	color: #c30000;
}
.reg { 
	font-family: "Times New Roman";
	font-size: 14px;
}
.small { 
	font-family: Tahoma;
	font-size: 10px; 
}
.med {
	font-family: Tahoma;
	font-size: 11px; 
}
.big {
	font-family: Tahoma;
	font-size: 14px;
}

.bold { font-weight: bold; }

.red { color: red; }
.white { color: white; }
.gold { color: #D69F34; }
.blue { color: #00234C; }

.pagetitle {
	font-family : "Times New Roman";
	font-variant : small-caps;
	font-weight : bold;
	font-size : 24px;
	color : #D69F34;
}

.callouttitle {
	font-family : "Times New Roman";
	font-variant : small-caps;
	font-weight : bold;
	font-size : 18px;
	color : #D69F34;
}

.strokeT, .strokeAll { border-top: 1px solid #D69F34; }
.strokeL, .strokeAll { border-left: 1px solid #D69F34; }
.strokeB, .strokeAll { border-bottom: 1px solid #D69F34; }
.strokeR, .strokeAll { border-right: 1px solid #D69F34; }

.paddedL1 { padding-left: 10px; }
.paddedL2 { padding-left: 20px; }
.paddedL3 { padding-left: 30px; }
.paddedLR { padding-left: 10px; padding-right: 10px; }

.masthead a {
	color : white;
	text-decoration : none;
}
.masthead a:hover {
	color : #D69F34;
	text-decoration : underline;
}

.whitelink { color: #FFFFFF; }
.whitelink a { text-decoration: underline; color: #FFFFFF; }
.whitelink a:hover { color: #D69F34; }
.goldlink { color: #D69F34; }
.goldlink a { text-decoration: underline; color: #D69F34; }
.goldlink a:hover { color: #FFFFFF; }
.blacklink { color: #000000; }
.blacklink a { text-decoration: underline; color: #000000; }
.blacklink a:hover { color: #999999; }

.schedulepopup {
	border-style : solid;
	border-width : 2px;
	border-color : #666666;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
	background : #EEEEEE;
	margin :  8px;
	position : absolute; 
	visibility : hidden;
	text-align : left;
	padding : 2px;
	z-index : 100;
}

.navbar {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.navbar a { text-decoration: none; }
.navbar a:hover { color: white; }
.navbar:hover { color: white; }