@CHARSET "ISO-8859-1";

body {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666669;
}

a {
	text-decoration: none;
	color: #26a78a;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 26px;
}

h2 {
	margin-top: 6px;
	margin-bottom: 1em;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

h3 {
	margin-top: 9px;
	padding-bottom: 3px;
	margin-bottom: 6px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

h3.green {
	border-bottom: 1px solid #26a78a;
}

h3.purple {
	border-bottom: 1px solid #5b2e85;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
}

p {
	line-height: 1.4em;
	margin-bottom: 12px;
}

p.quote {
/*	font-size: 12pt;  */
	font-size: 16px;
	font-style: italic;
	padding-left: 20px;
	padding-right: 10px;
}

div#menu ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #6babad;
	text-transform: uppercase;
	text-decoration: none;
}

/* original
#downloads li a {
	color: #26a78a;
	font-size: 8pt;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}
*/

#downloads li a {
	color: #26a78a;
	font-size: 8pt;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	display:block;
}

.login_form p {
	margin-top: 6px;
	margin-left: 66px;
	line-height: 1em;
}

.login_form a {
	font-weight: bold;
}

input.field {
	background:white;
	}

#footer-list a {
	text-decoration: none;
	color: white;
}

ul.bullets {
	list-style: disc outside;
	margin-left: 20px;
	margin-bottom: 1em;
}
ul.bullets li {
	margin-bottom: 0.3em;
}

/* colours */
.green {
	color: #26a78a;
}

.grey {
/*	color: #b2b3b5;  */
	color: #666669;
}

.purple {
	color: #5b2e85;
	}
	
.black {
	color: #000000;
	}
	
.underline {
	text-decoration:underline;
	}
	
#StudentLoginFormId label {
	font-size:80%;
}

#PrepaidLoginFormId label {
	font-size:80%;
}

.password-reminder {
	font-size:80%;
	}
	
.greenbullet, ol {
	color: #666669;
	list-style: disc;
	line-height: 1.5em;
}