BODY {
 	font-family : Verdana, Arial, Helvetica, Sanserif;
 	font-size : 11px;
 	color : Black;
	line-height : 1.4;
	}
TABLE {
 	font-family : Verdana, Arial, Helvetica, Sanserif;
 	font-size : 11px;
 	color : Black;
	line-height : 1.4;
	}
SELECT {
 	font-family : Verdana, Arial, Helvetica, Sanserif;
 	font-size : 11px;
 	color : Black;
	border: 1px;
	border-color: gray;
	border-style: solid;
	}
INPUT {
 	font-family : Verdana, Arial, Helvetica, Sanserif;
 	font-size : 11px;
 	color : Black;
	}
A:link {
 	text-decoration : underline;
 	color : Navy;
	}
A:visited {
 	text-decoration : underline;
 	color : Navy;
	}
A:active {
 	text-decoration : underline;
 	color : #d02030;
	}
A:hover {
 	text-decoration : underline;
 	color : #d02030;
	}

/* very top of page */	
h1 {
 	font-size : 9px;
 	color : gray;
 	font-weight : normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 0cm;
	margin-right: 0cm;
	margin-top: 0cm;
	margin-bottom: 0cm;
	}

/* heading under banner */
h2 {
 	font-size : 9px;
 	font-weight : normal;
	text-transform : uppercase;
	letter-spacing : 1px;
	margin-bottom : 0cm;
	margin-left: 16px;
	}

/* text heading */
h3 {
	font-size : 12px;
	font-weight : bold;
	margin-left : 0cm;
	margin-right : 0cm;
	margin-top : 0cm;
	margin-bottom : 0.1cm;
	padding-bottom : 0.1cm;
	border-bottom : 1px solid silver;
	}

/* sub-heading */
h4 {
 	font-size : 9px;
 	font-weight : normal;
	color : gray;
 	text-transform : uppercase;
	letter-spacing : 1px;
	margin-top : 8px;
	margin-bottom : 2px;
	margin-left: 0px;
	}

/* colours */
.blue	{ color : #005a9c; }
.black	{ color : black;	}
.dkgray	{ color : #666666; }
.green	{ color : #399439; }
.red	{ color : #d02030; }
.white	{ color : white; }

.border {
	border: 1px;
	border-color: gray;
	border-style: solid;
	}
.boxedtext {
 	font-family : Arial, Helvetica, Sanserif;
 	font-size : 12px;
	letter-spacing : 1px;
	line-height : 1.3;
	color : #404040;
	}
.current { color : #666666; }
.goals {
 	font-family : Arial, Helvetica, Sanserif;
 	font-size : 9px;
 	color : black;
 	font-weight : normal;
	}
.largetext {
 	font-family : Arial, Helvetica, Sanserif;
 	font-size : 12px;
	letter-spacing : 1px;
	line-height : 1.3;
	}
.pictureleft { margin-left : 30px; }
/* no longer needed */
.siteheading {
 	font-family : Arial Narrow, Arial, Helvetica, Sanserif;
 	font-size : 40px;
	color : white;
 	letter-spacing : 2px;
	line-height : 1.1;
	}
.small		{ font-size : 10px;	line-height : 1.1; }
.spacer4 	{ font-size : 4px; }
.spacer		{ font-size : 7px; }
.spacing	{ letter-spacing : 1px; }
.special	{ text-decoration : line-through; }
.you		{ font-size : 24px;	line-height : 1.0; }
.whitebold {
 	font-size : 9px;
 	font-weight : normal;
	text-transform : uppercase;
	letter-spacing : 1px;
	margin-bottom : 0px;
	margin-left : 5px;
	color : white;
	}


