body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg.gif);
}

.bgLetters {
	background-image: url(images/letters.gif);
	background-repeat: no-repeat;
}

.bgBlackboard {
	background-color: #99CC99;
}

.bgBlackboardTop {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

.bgVineLeftBG {
	background-image: url(images/vineLeftBG.gif);
	background-repeat: repeat-y;
}

.bgVineRightBG {
	background-image: url(images/vineRightBG.gif);
	background-repeat: repeat-y;
}

.bgTableRowLight {
	background-color: #CCFFCC;
}

.bgTableRowDark {
	background-color: #669966;
}

.bgWhite {
	background-color: #FFF;
}

.border {
	background-color: #336633;
}

.borderBlackboardBottom {
	background-image: url(images/expanderBottom.gif);
	background-repeat: repeat-x;
}

.borderBlackboardTop {
	background-image: url(images/expanderTop.gif);
	background-repeat: repeat-x;
}

.tagline {
	background-image: url(images/tagline.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.chalkEraser {
	background-image: url(images/chalk-eraser.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #99CC99;
}

.textNormal {
	font-family: "Comic Sans MS";
	font-size: 13px;
	color: #000;
}

.textNormalBold {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.textTitle {
	font-family: "Comic Sans MS";
	font-size: 15px;
	color: #006633;
	font-weight: bold;
}

.textAlert {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}

.textNote {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}

.textNoteTable {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #CC6600;
}

.textCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #663366;
}

.textNewsletter {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #000;
}

.textNewsletterBold {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.linkNormal {
	font-family: "Comic Sans MS";
	font-size: 13px;
	color: #0000FF;
}

.linkNewsletter {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #0000FF;
}

a.linkNormal:hover, a.linkNewsletter:hover {
	text-decoration: none;
	color: #000;
}

.linkBlue, .linkRed, .linkPurple, .linkGreen {
	font-family: "Comic Sans MS";
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	color: #FFF;
}

a.linkBlue:hover {
	text-decoration: none;
	color: #3366CC;
}

a.linkRed:hover {
	text-decoration: none;
	color: #FF3300;
}

a.linkPurple:hover {
	text-decoration: none;
	color: #9933CC;
}

a.linkGreen:hover {
	text-decoration: none;
	color: #009933;
}

.linkMainNavBetween {
	font-family: "Comic Sans MS";
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	color: #FFF;
}

.linkMaxcreative {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #663366;
}

a.linkMaxcreative:hover {
	color: 003366;
	text-decoration: none;
}

.linkBottomNav {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #644B32;
	font-weight: bold;
	line-height: 18px;
}

a.linkBottomNav:hover {
	text-decoration: none;
	color: #333;
}
