<!-- /* Hide from incompatible browsers */

h1, h2, h3, h4, h5
{
	/* Sets the fonts to be used in order of priority.
	If the browser cannot find the first on the local machine it chooses the next one. */
	font-family: "comic sans ms", arial, 'sans serif';
}

h1, h2
{
	text-align: center;
}

p, li, address
{
	font-family: "comic sans ms", arial, 'sans serif';
	margin-left: 10pt;
}

p, li, th, td, h5
{
	font-size: 96%;
	text-align: left;
}

/* Sets the colour of a non-active link */
a:link		{ color:white }
/* Sets the colour of a visited link */
a:visited	{ color:white }
/* Sets the colour of a link that is currently being processed */
a:active	{ color:red }
/* Sets the colour of a link that the mouse cursor is currently positioned over */
a:hover		{ color:green }

body
{
	/* Sets the space between the page content and the edge of the page */
	margin: 5px;

	background-color: #00214E;
	/* text colour */
	color: #F7E018;

	/* Sets the colours of the scrollbars */
	scrollbar-base-color: #00214E;
	scrollbar-arrow-color: #FFFF7F;

/*	scrollbar-face-color: #00214E;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-3dlight-color: #00214E;
	scrollbar-darkshadow-color: #666666;
	scrollbar-track-color: #103090;*/
}

hr.links
{
	margin-top: 30px;
}

div.links
{
	text-align: center;
}

table.links
{
	border: none;
	margin: auto;
}

td.links
{
	border: none;
	text-align: center;
}

tr.spacer
{
	border: none;
	height: 10px;
}

td.spacer
{
	border: none;
	width: 10px;
}

th, td
{
	vertical-align: top;
}

td.button
{
	font-size: 102%;
	/* Top, Right, Bottom, Left */
	padding: 0px 0px 0px 0px;
}


/* Sets the colour of a non-active link in a table cell */
td.button a
{
	color: #00214E;
	background: #F7E018;
	text-align: left;
	text-decoration: none;
	vertical-align: center;
	display: block;
	padding: 3px 0px 3px 12px;
	width: 120px;
	border-top: 2px solid #666666;
	border-right: 2px solid #EEEEEE;
	border-bottom: 2px solid #EEEEEE;
	border-left: 2px solid #666666;
	/* Whether and how an image is tiled or not */
	background-repeat: no-repeat;
}

td.button a:hover, td.button a:active
{
	background: #00214E;
	color: #F7E018;
	text-decoration: none;
	background-repeat: no-repeat;
	border-top: 2px solid #EEEEEE;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #EEEEEE;
}

td.button a:visited
{
	color: #00214E;
}

marquee
{
	font-size: 150%;
	font-weight: bold;
}

/* End hiding from incompatible browsers */ -->
