/* Slogan text - top left of all pages */
.slogan {
	font: 10pt Verdana,Arial;
	color: White;
	text-align: center;
	text-decoration : italic;
	font-weight : bold;
}

/* Section title text */
.sectiontitle {
	font: 10pt Verdana,Arial;
	color: black;
	text-align: left;
	font-weight : bold;
	text-decoration : none;
}

/* Section title text */
.brochurebig {
	font: 12pt Verdana,Arial;
	color: blue;
	text-align: center;
	font-weight : bold;
	text-decoration : none;
}

/* Section title text */
.brochuresectiontitle {
	font: 10pt Verdana,Arial;
	color: black;
	text-align: left;
	font-weight : bold;
	text-decoration : none;
}


/* Normal body text */
.bodyleft {
	font: 12pt Arial;
	color: black;
	text-align: left;
	font-weight : normal;
}

/* Quotes from parents - second version*/
.parent {
	font-family:  Comic Sans MS;
	font-size: x-small;
	color: black;
	text-align: left;
	font-weight : normal;
}

/* Other quotes */
.quote {
	font-family:  Comic Sans MS;
	font-size: x-small;
	color : "#ff0099";
	text-align: left;
	font-weight : normal;
}

/* Other quotes */
.refsquote {
	font-family:  Comic Sans MS;
	font-size: x-small;
	color: black;
	text-align: left;
	font-weight : normal;
}

/* Homepage (large) quotes */
.homequote {
	font-family:  Comic Sans MS;
	font-size: small;
	color : "#ff0099";
	text-align: left;
	font-weight : normal;
}

/* Homepage (large) body */
.homebody {
	font-family:  Arial;
	font-size: small;
	color: white;
	text-align: left;
	font-weight : normal;
}

/* Homepage (large) bold */
.homebold {
	font-family:  Arial;
	font-size: x-small;
	color: white;
	text-align: center;
	font-weight : bold;
}

/* Homepage (large) bold */
.homewelcome {
	font-family:  Arial;
	font-size: small;
	color : "#ff0099";
	vertical-align: middle;
	font-weight : bold;
}

/* Normal body text */
.bodyleft2 {
	font-family:  Arial;
	font-size: x-small;
	color: black;
	text-align: left;
	font-weight : normal;
}

/* Small body text */
.bodysmall {
	font-family:  Arial;
	font-size: xx-small;
	color: black;
	text-align: left;
	font-weight : normal;
}

/* Green highlight text */
.bodygreen {
	font-family:  Arial;
	font-size: x-small;
	color: green;
	font-weight : bold;
}

/* Orange highlight text */
.bodyorange {
	font-family:  Arial;
	font-size: x-small;
	color: #ff7f00;
	font-weight : bold;
}

/* Pink highlight text */
.bodypink {
	font-family:  Arial;
	font-size: x-small;
	color: #ff0099;
	font-weight : bold;
}

/* Blue highlight text */
.bodyblue {
	font-family:  Arial;
	font-size: x-small;
	color: blue;
	font-weight : bold;
}

/* Bold body text */
.bodybold {
	font-family:  Arial;
	font-size: x-small;
	color: black;
	font-weight : bold;
}

/* Eirght-justified body text */
.bodyright {
	font-family:  Arial;
	font-size: x-small;
	color: black;
	text-align: right;
	font-weight : normal;

}

/* Italic body text */
.bodyleft-itals {
	font: 10pt Arial;
	font-style: italic;
	color: black;
	text-align: left;
	font-weight : normal;
}

/* Website credit text */
.credit {
	font: 7pt Arial;
	color: black;
	text-align: center;
	font-weight : normal;
}

/* Copyright info text */
.copyright {
	font: 7pt Arial;
	color: white;
	text-align: center;
	font-weight : normal;
}

/* 'Top' link text */
.toplink {
	font: 8pt Arial;
	color: blue;
	text-align: right;
	font-weight : normal;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* how to display links */
A:LINK {
	color : Blue;
	font-family : Arial;
	text-decoration : underline;
	font-weight : bold;
	font-size : 10pt;	
}

A:VISITED {
	color : Blue;
	text-decoration : underline;
	font-family : Arial;
	font-weight : bold;
	font-size : 10pt;
}

A:ACTIVE {
	color : Red;
	text-decoration : underline;
	font-family : Arial;
	font-weight : bold;
	font-size : 10pt;
}
