body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #000000;
	background-color: #e6e0d9;
	
}
.schoolTitle {
    font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.fristTitle {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.bigTitle {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.cellTop {
	padding-top: 10px;
}
.subTitle {
	font-size: 14px;
	font-weight: bold;
	color: #752925;
}
.boxTitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.boxText {
	line-height: 16px;
	color: #FFFFFF;
}
.nav {
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}
.bodyItalic {
	font-style: italic;
}
.bodyBold {
	font-weight: bold;
}
.bodyBoldColor {
	font-weight: bold;
	color: #752925;
}
.footer {
	font-size: 11px;
	color: #666666;
}
.dateTime {
	font-size: 10px;
	color: #666666;
}
.eventBox {
	background-image: url(images/event_box_background.jpg);
	background-repeat: repeat-y;
}
.tableHeader {
	font-weight: bold;
	color: #ffffff;
	background-color: #cccccc;
	height: 21px;
}

a    { color : #752925; text-decoration: none; }
a:visited { color : #752925; text-decoration: none; }
a:hover   { color : #000000; text-decoration: underline; }
a:active  { color : #752925; text-decoration: none; }

a.ext    { color : #FFFFFF; text-decoration: none; }
a.ext:visited { color : #FFFFFF; text-decoration: none; }
a.ext:hover   { color : #333333; text-decoration: underline; }
a.ext:active  { color : #FFFFFF; text-decoration: none; }

.dayCampButton {
	background-color: #8DA89C;
	width: 150px;
	padding: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.dayCampButton a {
	font-weight: bold;
	color: #333333;
}