/* Created using Style Master from Western Civilisation IE5 { 23 36 558 625 } */

/* ******************* HTML TAGS ******************* */
A {
	text-decoration: none;
    color: #6699CC;
    }
A:hover {
	text-decoration: underline;
    color: #6699CC;
    }
A:link {
    color: #6699CC;
    }
A:visited {
    color: #6699CC;
    }
A:active {
    color: #6699CC;
    }
H2 {
    font-weight: bold;
    }
body, td {
    font-size: 10pt;
    font-family: "Verdana", "Arial", "Helvetica";
    }
em {
    color: red;
    font-weight: bold;
    font-style: normal;
    }
td.atRowHeading  {
	padding-right: 20px;
	}
/* ******************* CLASSES ********************** */
/* Title in top.asp */
.atTitle {
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    }
/* Welcome header */
.atWelcome {
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    }
/* Small text */
.atSmaller {
	font-size: .9em;
	}
/* On page class.asp */
.atClassDescription {
    font-weight: bold;
    font-size: 1.3em;
    }
/* On page class.asp */
.atClassNotes {
    font-weight: bold;
    font-size: 1.1em;
    }
/* Heading for a data table column, eg: table of students */
.atColumnHeading {
    font-weight: bold;
    }
/* Like .atColumnHeading but as a notice */
.atColumnHeadingNote {
    font-size: 1.1em;
    }
/* Data below a .atColumnHeading header, eg: student names in class.asp */
.atColumnFieldData {
    }
/* Horizontal field name, eg: student field names in student.asp */
.atRowHeading {
    font-weight: bold;
    }
/* Data to the right of an .atRowFieldName header, eg: student field data in student.asp */
.atRowFieldData {
	}
/* Alumni News Item */
.atNewsItem {
    }
/* Alumni News Item Title (inherits class atNewsItem) */
.atNewsItemTitle {
    font-weight: bold;
    font-size: 1.1em;
    }
/* Required form input prompt */
.atRequiredInputPrompt {
    font-weight: bold;
    color: red;
    }
/* Error messages */
.atErrorMsg {
    font-weight: bold;
    color: red;
    }

.Top3Words{
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.FooterText{
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-align: right;
	color: white;
}
A.FooterText{
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-align: right;
	color: white;
}
A.FooterText:HOVER{
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	font-align: right;
	color: #6699CC;
}
.FooterTextBlue{
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	font-align: right;
	color: #333366;
}
.SmallText{
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}