a:link {
	color: #0000FF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial;
}

a:visited {
	color: #6699FF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial;
}

a:hover {
	text-decoration: underline;
	color: #0000FF;
	font-family: "Trebuchet MS", Arial;
}

a:active {
	color: #FF9900;
	font-family: "Trebuchet MS", Arial;
	text-decoration: underline;
}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
    color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #000000;
	text-align: justify;
}
p {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #000000;
	text-align: justify;
}
.centred {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #000000;
	text-align: center;
}
.small {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	color: #000000;
	text-align: justify;
}
.small_centred {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
.small_bold {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	text-align: justify;
}
.small_bold_centred {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
.bold {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	color: #000000;
	text-align: justify;
}
.bold_centred {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.italics {
	font-family: "Trebuchet MS", Arial;
	color: #000000;
	text-align: justify;
	font-style:italic;
}
.italics_centred {
	font-family: "Trebuchet MS", Arial;
	color: #000000;
	text-align: center;
	font-style:italic;
}
.italics_bold {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	font-style:italic;
}
.italics_centred_bold {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-style:italic;
}
.white {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-align: justify;
}
.white_bold {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	text-align: justify;
}
.yellow {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #FFFF00;
	text-align: justify;
}
.yellow_bold {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	font-size: 13px;
	color: #FFFF00;
	text-align: justify;
}
.green_bold {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	font-size: 13px;
	color: #00FF00;
	text-align: justify;
}
.red {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #FF0000;
	text-align: justify;
}
.heading_paragraph {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.heading_page {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
