<style type="text/css">

body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
	background-repeat: repeat-y;
	color : Navy;
}

table {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
FONT-SIZE: 8pt;
color : Navy;
}

.Font8 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
		color : Navy;
}

.leftnavTable {
	background : #CCE6FF;
	width : 75%;
	border : 1px #FFFFFF;
}

.leftnavTableRow {
	width : 100%;
	text-align : center;
	border-bottom : 1px solid;
	border-left : 1px solid;
	border-right : 1px solid;
	border-top : 1px solid;
}

.atags A
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	COLOR: #48A4FF;
	TEXT-DECORATION: none;
}

.atags A:hover {
	COLOR: Red;
}

H1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 17pt;
	COLOR: #48A4FF;
	display : inline;	
}

.PageHead {
	FONT-WEIGHT: bold;
	FONT-SIZE: 17pt;
	COLOR: #48A4FF
}

H2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13pt;
	COLOR: Black;
}

A {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	COLOR: Navy;
	TEXT-DECORATION: underline;
}

A:hover {
	COLOR: Red;
}

/* Colour for Boys  */
.boys
{
	color:#48A4FF;
	font-weight : bold;
}

/* Colour for Girls  */
.girls
{
	color:#E06838;
	font-weight : bold;
}



.HRTopBottom
{
	size : 1px;
	COLOR: #48A4FF;
}

.HRSchoolSeparator
{
	size : 1px;
	COLOR: #48A4FF;
}

.SubjectHead {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #48A4FF;
}

.tdbgcolour 
{
    width: 100%;
    background-color: #C6E2FF;
 }	
        

.tdheading
{
	background-color : #48A4FF;
	font-weight : bold;
	height : 20px;
	padding-left : 2px;
	font-size : 11pt;

}         

.AZTable {
	background-color : #CCE6FF;
	width : 100%;
}
       
.AZTable td
{
	font-weight : normal;
	height : 20px;
	padding-left : 7px;
	font-size : 10pt;
}

.AZTable A 
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 9pt;
	COLOR: Navy;
	TEXT-DECORATION: underline;
}
			
.bluebutton
{
	BORDER: solid 0 #FFFFFF;
	BACKGROUND: url(../images/bluebuttonbg.gif) no-repeat;
	HEIGHT: 21px;
	WIDTH: 85px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Tahoma;
	FONT-SIZE: 10px;
	MARGIN: 0px;
	padding-top: 2px;
	padding-bottom: 15px;
	vertical-align:middle;
	cursor : pointer;
}

/* use help cursor and dashed underline for these tags */
abbr, acronym, dfn {
	cursor: help;
	border-bottom: 1px dashed Green;
	font-weight : bold;
}

/* Start - used on registration page */
.reghead
{
	color : #48A4FF;
	font-weight : bold;
	text-decoration : underline;
}

.regexample
{
	color : Navy;
	font-size : 7pt;
}

.mand
{
	color : Red;
	font-weight : bold;
}
/* End - used on registration page */

/* Change background colour of any Input or textarea field on focus */
#regform input:focus, #regform textarea:focus
{
	background-color : #ffffbb;
}

/* Check this with just li  ie: all lists */
/*.alist li */
li
{
	padding-bottom : 6px;
	list-style-type : square;
}

/* have some spacing between items in a DL list */
dd
{
	margin-bottom : 6pt;
}

</style>