body,
table,
.text {
	font-family : "Arial", sans-serif;
	font-size : 11px;
	letter-spacing: 0.025em;
	line-height: 1.25;
	font-weight : normal;
	color : #333333;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
h4, h5, h6 {
	font-size: 12px;
}

/* Cooking class schedules */

.schedule {
	width: 100%;
	/*table-layout: fixed;*/
}
.schedule th {
	text-align: left;
	background: #e5e5e5;
}
.schedule td,
.schedule th {
	padding: 0.5em;
	vertical-align: top;
}
.schedule-heading {
	text-align: center;
}
.date-col {
	width: 12em;
}
.first-in-rowgroup td {
	border-top: 1px solid #e5e5e5;
}


/* Original styles */

.textlg {
	font-size : 14px;
	font-weight : normal;
	color : #333333;
}
.textbold {
	/*font-size : 11px;*/
	font-weight : bold;
	color : #333333;
}
.textboldgreen {
	/*font-size : 11px;*/
	font-weight : bold;
	color : #5D9732;
}
.textboldgreenlg {
	font-size : 16px;
	font-weight : bold;
	color : #5D9732;
}
.textboldlg {
	font-size : 16px;
	font-weight : bold;
	color : #000000;
}
.textboldmed {
	font-size : 15px;
	font-weight : bold;
	color : #000000;
}
.title {
	font-size : 14px;
	font-weight : bold;
	color : #4D5EA2;
}
.titlegreen {
	font-size : 14px;
	font-weight : bold;
	color : #5D9732;
}
a,
:link,
:visited,
.textlink {
	/*font-size : 11px;*/
	font-weight : normal;
	text-decoration : none;
	color : #21368B;
}
a:hover,
a.textlink:hover {
	/*font-size : 11px;*/
	font-weight : normal;
	text-decoration : underline;
	color : #999999;
}
a.textgreenlink {
	/*font-size : 11px;*/
	font-weight : normal;
	text-decoration : underline;
	color : #5D9732;
}
a.textgreenlink:hover {
	/*font-size : 11px;*/
	font-weight : normal;
	text-decoration : underline;
	color : #999999;
}
a.textgreenlinklg {
	font-size : 14px;
	font-weight : normal;
	text-decoration : underline;
	color : #5D9732;
}
a.textgreenlinklg:hover {
	font-weight : normal;
	text-decoration : underline;
	color : #999999;
}
a.bshlink {
	/*font-size : 11px;*/
	font-weight : normal;
	text-decoration : underline;
	color : #21368B;
}
a.bshlink:hover {
	/*font-size : 11px;*/
	font-weight : normal;
	text-decoration : none;
	color : #999999;
}
.nav {
	font-size : 11px;
	font-weight : bold;
	color : #110069;
}
a.navlink {
	font-size : 11px;
	font-weight : normal;
	text-decoration : underline;
	color : #110069;
	line-height : 1;
}
a.navlink:hover {
	/*font-size : 11px;*/
	font-weight : normal;
	text-decoration : underline;
	color : #999999;
	line-height : 1;
}
.textwhite {
	font-size : 11px;
	font-weight : normal;
	color : white;
}
.footer {
	/*font-size : 10px;*/
	font-size: 11px;
	font-weight : normal;
	color : #333333;
}
.footerlink {
	/*font-size : 10px;*/
	font-weight : normal;
	text-decoration : underline;
	color : #21368B;
}

/* dealer search */
.searchLabel {
	color: #839cbb;
	font-weight: bold;
}


.box {
	color: white;
	font-weight: bold;
	background-color: #839cbb;
	position: relative;
	padding: 3px;
	font-size: 14px;
}

#premierLink,#nonPremierLink {
	color: white;
	font-size: 11px;
}

.green {
	background-color: #5D9732;
}

