a {
	color : Aqua;
}

a.caveat {
	color : Red;
	text-decoration : underline;
}

a.caveat:visited {
	color : Red;
	text-decoration : underline;
}

a.homepage {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}

a.homepage:visited {
	color : White;
}

a.homepage:hover {
	color : Silver;
}

a:visited {
	color : Aqua;
}

a:hover {
	color : White;
}

a.menu {
	color : Blue;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : none;
}

a.menu:visited {
	color : Blue;
}

a.menu:hover {
	color : Red;
}

body {
	background-color : Beige;
	color : White;
	margin-bottom : 0px;
	margin-left : 10%;
	margin-right : 10%;
	margin-top : 0px;
}

body, td {
	font-family : Arial, Helvetica, sans-serif;
}

br.clear {
	clear : both;
}

h1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
}

h2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
}

h3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
}

img {
	border : none;
}

img.left {
	float : left;
}

img.marginleft {
	float : left;
	margin-right : 5px;
}

img.marginright {
	float : right;
	margin-left : 5px;
}

img.thumbnails {
	margin : 20px;
}

img.topright {
	float : right;
	padding-bottom : 5px;
	padding-left : 5px;
}

p.homepage {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-align : left;
}

p.menu {
	color : Black;
}

table.centre {
	margin-left : auto;
	margin-right : auto;
	text-align : left;
}

table.homepage {
	background-color : #663399;
	background-image : url(../images/home-page-bg.jpg);
	background-repeat : no-repeat;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
}

td {
	vertical-align : top;
}

td.caveat {
	color : Red;
	font-size : xx-small;
	text-align : center;
}

td.contentbottom {
	background-image : url(../images/bottom.gif);
}

td.contentbottomleft {
	background-image : url(../images/bottom-left.gif);
}

td.contentbottomright {
	background-image : url(../images/bottom-right.gif);
}

td.contentleft {
	background-image : url(../images/left.gif);
}

td.contentmiddle {
	background-color : #663399;
	background-image : url(../images/middle.gif);
}

td.contentright {
	background-image : url(../images/right.gif);
}

td.contenttop {
	background-image : url(../images/top.gif);
}

td.contenttopleft {
	background-image : url(../images/top-left.gif);
}

td.contenttopright {
	background-image : url(../images/top-right.gif);
}

td.nowrap {
	white-space : nowrap;
}

.centre {
	margin-left : auto;
	margin-right : auto;
	text-align : center;
}

.left {
	text-align : left;
}
