/* basic stuff -- body, tables */
body {
	background-color: #E5E5E5;
}

font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif
}

/* This is the border line & background colour round the entire page */
.bodyline {
	border: 1px #98AAB1 solid;
}

/* link behaviour */
a:link,a:active,a:visited {
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #DD6900;
}

/* the main title */
.maintitle {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 26px;
	text-decoration: none; line-height : 120%;
	color : #000000;
}

/* general text */
.gen { font-size : 14px; }
.genmed { font-size : 13px; }
.gensmall { font-size : 11px; }
.gen,.genmed,.gensmall { color : #111111; }
a.gen,a.genmed,a.gensmall {
	color: #006699;
	text-decoration: none;
}
a.gen:hover,a.genmed:hover,a.gensmall:hover {
	color: #DD6900;
	text-decoration: underline;
}

/* The register, login etc links at the top of the page */
.mainmenu {
	font-size : 13px;
	color : 000000;
}
a.mainmenu {
	text-decoration: none;
	color : #444444;
}
a.mainmenu:hover {
	text-decoration: underline;
	color : #000000;
}

/* Main links */
.link1 {
	font-weight: bold;
	font-size: 16px;
	color : #006699;
}
a.link1 {
	text-decoration: none;
	color : #006699;
}
a.link1:hover {
	text-decoration: underline;
	color : #DD6900;
}
.link1box {
	background-color: #EEEEEE;
	border-top: 1px #98AAB1 solid;
	border-bottom: 1px #98AAB1 solid;
}

/* Subpage links */
.link2 {
	font-weight: bold;
	font-size: 14px;
	color : #006699;
}
a.link2 {
	text-decoration: none;
	color : #006699;
}
a.link2:hover {
	text-decoration: underline;
	color : #DD6900;
}
.link2box {
	background-color: #E5E5E5;
	border-bottom: 1px #98AAB1 solid;
}

/* Sidebar links */
.link3 {
	font-weight: bold;
	font-size: 14px;
	color : #006699;
	line-height: 150%;
}
a.link3 {
	text-decoration: none;
	color : #006699;
}
a.link3:hover {
	text-decoration: underline;
	color : #DD6900;
}

/* Form error */
.formerror {
	color : #880022;
}

/* Main text box */
.picbox {
	background-image:url('http://www.caiusmcr.com/images/crest_tile_blue.jpg');
}
.mainbox {
	background-color: #FFFFFF;
}

.overlinebox	{	border-top: 1px solid #98AAB1;		}
.underlinebox	{	border-bottom: 1px solid #98AAB1;	}
.overunderlinebox {	border-bottom: 1px solid #98AAB1;
			border-top: 1px solid #98AAB1;		}
.rightlinebox	{	border-right: 1px solid #98AAB1;	}
.leftlinebox	{	border-left: 1px solid #98AAB1;		}

.tablebox {
	border: 1px #98AAB1 solid;
	font-size : 13px;
}

.tableboxwhite {
	border: 1px #98AAB1 solid;
	font-size : 13px;
	background-color: #FFFFFF;
}

.tablerowgrey	{	background-color: #EEEEEE;			}
.tablerowwhite	{	background-color: #FFFFFF;			}

/* Copyright and bottom info */
.copyright {
	font-size: 11px;
	color: #444444;
	letter-spacing: -1px;
}
a.copyright {
	text-decoration: none;
	color : #444444;
}
a.copyright:hover {
	text-decoration: underline;
	color : #000000;
}
.copyrightbox {
	background-color: #EEEEEE;
	border-top: 1px #98AAB1 solid;
}