/* DEFAULT STYLES */

/* Default text style */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Default hyperlink style */
a {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}

/* Form element styles */
form {
	margin: 0px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.button {
	font-size: 12px;
}

/* Form labels and error message styles */
.formlabels {
	font-weight: bold;
}
.error {
	font-weight: bold;
	color: #CC0000;
}


/* Table boarder styles */
.table-title {
	color: #FFFFFF;
}
.table-boarder {
	color: #FFFFFF;
	background-color: #CC0000;
}
.table-cell {
	background-color: #FFFFFF;
	color: #000000;
}

/* Header styles */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* News and events styles */
.news-title-text {
	font-size: 14px;
	font-weight: bold;
}
.news-intro-text {
	font-size: 12px;
}
.news-date-text {
	font-size: 11px;
	font-style: italic;
}
.news-large-text {
	font-size: 15px;
	font-weight: bold;
}

/* Schemes of work styles */
.workschemes-title-text {
	font-size: 14px;
	font-weight: bold;
}
.workschemes-intro-text {
	font-size: 12px;
}
.workschemes-date-text {
	font-size: 11px;
}
.workschemes-large-text {
	font-size: 15px;
	font-weight: bold;
}

/* Downloads styles */
.downloads-title-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #294C76;
	font-weight: bold;
}
.downloads-file-text {
	font-size: 11px;
}

/* CUSTOM STYLES */

.home-login-text {
	font-size: 11px;
	color: #FFFFFF;
}
.home-login-textbox {
	width: 175px;
}
.home-login-formlables {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.home-calendar-text {
	font-size: 11px;
}
.home-calendar-title {
	font-weight: bold;
}
.home-calendar-credit {
	font-style: italic;
	color: #CC0000;
}
.home-banner-title {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.home-banner-tlink {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.home-banner-tlink:hover {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.home-banner-tlink:active {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.home-banner-link {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.home-banner-link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.home-banner-link:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.nav-main-link {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.nav-info-link {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.nav-info-link:hover {
	color: #CC0000;
	text-decoration: underline;
}
.nav-info-link:active {
	color: #CC0000;
	text-decoration: underline;
}
.nav-main-link:hover {
	color: #CC0000;
	text-decoration: underline;
}
.nav-main-link:active {
	color: #CC0000;
	text-decoration: underline;
}
.contact-form-textbox {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer-text {
	font-size: 11px;
}
.footer-link {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.footer-link:hover {
	color: #000000;
	text-decoration: none;
}
.footer-link:active {
	color: #000000;
	text-decoration: none;
}.workshemes-labels {
	color: #CC0000;
	font-weight: bold;

}
