/* CSS Document */

/* This formats the date column above the main menu */

.date {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
	text-align: left;
	vertical-align: text-top;
}

/* This is the style for the body of the text */

.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	vertical-align: text-top;
	line-height: 14pt;
}

/* This is the code that controls the mouse over effects for all the links */

.bodytext a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #003300;
	text-decoration: none;
	text-align: left;
	vertical-align: text-top;
	line-height: 14pt;
}
.bodytext a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #006600;
	text-decoration: underline;
	text-align: left;
	vertical-align: text-top;
	line-height: 14pt;
}
.bodytext a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #006600;
	text-align: left;
	vertical-align: text-top;
	line-height: 14pt;
}

/* This is the style for the body of the text that will be bold */

.bodytextbold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: left;
	vertical-align: text-top;
	line-height: 14pt;
}

/* This is the style for the main headers throughout the website */

.bodytextheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: left;
	vertical-align: text-top;
	line-height: 16pt;
}

/* This is the style for the body of the text that will be centred */

.bodytextcentre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: center;
	vertical-align: text-top;
	line-height: 14pt;
}

/* This is the code that controls the mouse over effects for all the centred links */

.bodytextcentre a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #003300;
	text-decoration: none;
	text-align: center;
	vertical-align: text-top;
	line-height: 14pt;
}
.bodytextcentre a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #006600;
	text-decoration: underline;
	text-align: center;
	vertical-align: text-top;
	line-height: 14pt;
}
.bodytextcentre a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #006600;
	text-align: center;
	vertical-align: text-top;
	line-height: 14pt;
}

