/***********************************************/
/* saddlerycourses.css                         */
/***********************************************/

body {
	background-color: #FFFFDE;
	margin: 10px;
}

body, p, li, td {
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
}

h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
}

h1 {
	font-size: 24pt;
	font-weight: bold;
	color: #306430;
	text-align: center;
	margin: 0px 0px 2px 0px;
}

h2 {
	font-size: 12pt;
	font-weight: normal;
	color: #306430;
	text-align: center;
	margin: 0px 0px 12px 0px;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
	color: #730018;
	text-align: center;
	margin: 0px 0px 15px 0px;
}

h4 {
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin: 0px 0px 5px 0px;
}

p {
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

a:link, a:active, a:visited, a:hover {
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
}

.menu_title {
	font-size: 12pt;
	font-weight: bold;
	color: #FFCC33;
	text-align: center;
}

.menu_item {
	text-align: center;
}

a:link.menu_link, a:active.menu_link, a:visited.menu_link, a:hover.menu_link {
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFCC;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

a:hover.menu_link {
	color: #FFFFFF;
}

.logo_img {
	margin: 10px;
	border-width: 4px;
	border-color: #ffffff;
	border-style: ridge;
}

.CandG {
	font-weight: bold;
	font-size: 14pt;
	color: #FF0000;
}

.OldYearText {
	font-weight: bold;
	color: #000000;
}

.NewYearText {
	font-weight: bold;
	color: #FF0000;
}

a:link.mkh_link, a:active.mkh_link, a:visited.mkh_link, a:hover.mkh_link {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}

a:hover.mkh_link {
	text-decoration: underline;
}

.mkh_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.photo_img {
	margin: 12px;
	border-width: 2px;
	border-color: #730018;
	border-style: solid;
}

.small_font {
	font-size: 8pt;
}

.youtube_clip {
	margin: 15px;
	float: left;
}


