body {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

td, th {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 24px;
	color: #330000;
}

a {
	color: #330000;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
  background-color: #990000; color: #FFFF66;
}

.subtitle {
	font-family: "Trebuchet MS", Verdana;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #993300;
	padding: 15px;
	padding-left: 80px;
		
}

.subtitle2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #003399;
	padding: 15px;
	padding-left: 80px;
		
}

.day {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	line-height: 18px;
	color: #CC6633;
	font-weight: 600;
}

.morning {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	line-height: 18px;
	color: #CC6633;
	font-weight: 600;
}

.subject {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	line-height: 18px;
	color: #003399;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #990000;
  color: #FFFF66;
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCC66;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

a:hover {
	color: #DEDECA;
	background-color: #330000;
}

.tdbold {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	color: #330000;
}

.tdbrownbold {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #993300;
	padding: 15px;
	padding-left: 70px;
		
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}


input.big {
	width: 100px;
}

.small {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	line-height: 2px;
	font-weight: 200;
	color: #4254FB;
	font-style: oblique;
	padding: 10px;
}

.blue {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	line-height: 2px;
	font-weight: 200;
	color: #4254FB;
	font-style: oblique;

}

/* Images */
p.image_right {
float: right;
padding: 5px 5px 5px 5px;
margin: 10px 5px 5px 15px;
font-style: italic;
font-size: 90%;
color: #003399;
text-align: center;
}


p.image_left {
float: left;
padding: 5px 5px 5px 5px;
margin: 10px 15px 5px 5px;
font-style: italic;
font-size: 90%;
color: #003399;
text-align: center;
}

p.image_center {
float: none;
padding: 5px 5px 5px 5px;
margin: 10px 15px 5px 5px;
font-style: italic;
font-size: 90%;
color: #003399;
text-align: center;
}

p.image_text_justify{
text-align: justify;
} 

