/* --------------------- */
/*     QUICK STYLING     */
/*  CHANGE THE BG IMAGE  */
/*  & LINK COLORS HERE   */
/* --------------------- */

body{
	background-color: #FFFFFF;
}

h1 {
	font-size: 26px;
	height: 30px;
	overflow: hidden;
	font-family: "Times New Roman", Times, century, palatino, georgia, serif;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	text-transform: uppercase;
}

h2{
	font-size: 24px;
	height: 30px;
	overflow: hidden;
	font-family: "Times New Roman", Times, century, palatino, georgia, serif;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	color: #7f4e90;
}

h3{
	font-size: 20px;
	line-height: 120%;
	color: #00ACA2;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-size: 17px;
	color: #444444;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
h5 {
	font-size: 14px;
	color: #3194CE;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.textcolour_blue{
	color: #1A88C8;
}
.textcolour_lilac {
	color: #b93390;
}
.textcolour_turquoise {
	color: #00aca2;
}

#nav ul li a:hover {
	color:#B42488;
}
#nav li a:hover     {
	color:#00aca2;
}
.calendarbox {
	margin-top: 10px;
	margin-bottom: 15px;
	height: 230px;
}
.table_ruled    {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
}
.table_ruled td {
	padding: 5px;
	line-height: 100%;
}
.table_ruled table td p {
	font-size: 10px;
	line-height: 120%;
}
.smalltext {
	font-size: 10px;
	line-height: 12px;
}
