body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0033;
	background-color: #FFFFF0;
}
body.barton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	background-color: #FFFFF0;
}
body.woodley {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336633;
	background-color: #FFFFF0;
}
body.test1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF7F50;
	background-color: #FFFFF0;
}
body.test2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8B008B;
	background-color: #FFFFF0;
}	
	
h1 {
	font-size: 110%;
	font-weight: bold;
	}
h2 {
	font-size: 95%;
	font-weight: bold;
	}
h3 {
	font-size: 95%;
	font-weight: bold;
	}
h4 {
	font-size: 95%;
	font-weight: bold;
	}
p {
	font-size: 70%;
	color: #333333;
}
.smalltext {
	font-size: 100%;
	color: #fffff0;
	}
a.smalltext:link {
	color: #fffff0;
	text-decoration: none;
}
a.smalltext:visited {
	color: #fffff0;
	text-decoration: none;
	}
a.smalltext:hover {
	text-decoration: underline;
	}
a.smalltext:active {
	text-decoration: underline;
	color: #fffff0;
}
a:link {
	color: #cc0033;
	text-decoration: none;
}
a:visited {
	color: #cc0033;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	text-decoration: underline;
	color: #cc0033;
}

ul {
	font-size: 70%;
	line-height: 1px;
	}
	
a.nav:link {
	color: #FFFFF0;
}
a.nav:visited {
	color: #FFFFF0;
}
a.nav:hover {
	text-decoration: underline;
	
}
a.nav:active {
	color: #FFFFFf;
}

a.blue:link {
	color: #336633;
	text-decoration: none;
}
a.blue:visited {
	color: #cc0033;
	text-decoration: none;
	}
a.blue:hover {
	text-decoration: underline;
	}
a.blue:active {
	text-decoration: underline;
	color: #6699cc;
}
a.green:link {
	color: #cc0033;
	text-decoration: none;
}
a.green:visited {
	color: #339933;
	text-decoration: none;
	}
a.green:hover {
	text-decoration: underline;
	}
a.green:active {
	text-decoration: underline;
	color: #339933;
}

.table-red {
	background-color: #CC0033;
	font-size: 70%;
	color: #fffff0;
	font-weight: bold;
}
.table-blue1 {
	background-color: #006bad;
	font-size: 70%;
		color: #fffff0;
}
.table-blue2 {
	background-color: #6699cc;
	font-size: 70%;
		color: #fffff0;
}
.table-green1 {
	background-color: #336633;
	font-size: 70%;
		color: #fffff0;
}
.table-green2 {
	background-color: #339933;
	font-size: 11px;
		color: #fffff0;
}
/*.table-test1 {
	background-color: #FF7F50;
	font-size: 11px;
		color: #fffff0;
}
.table-test2 {
	background-color: #8B008B;
	font-size: 11px;
		color: #fffff0;
}*/
.text{
	font-size: 70%;
	color: #333333;
	margin-bottom: 4;
}
