/* Use this section to edit the background and main font colours and appearance. */
@tailwind base;
@tailwind components;
@tailwind utilities;

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
}

.heading {
	font-family: Times New Roman;
	font-size: 24pt;
	font-weight: italic;
	color: #000000;
	text-decoration: none;
}

.body {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;

}

.bodybold {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;

}

.base {
	font-family: Arial;
	font-size: 7pt;
	color: #000000;

}

.whitebody {
	font-family: Arial;
	font-size: 9pt;
	color: #FFFFFF;

}

.whitebody2 {
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;

}

.headingwhite {
	font-family: Times New Roman;
	font-size: 24pt;
	font-weight: italic;
	color: #FFFFFF;
	text-decoration: none;

}

.emphasize {
	font-family: Arial;
	font-size: 12pt;
	color: #019aaa;

}

/* Use this section to edit the link colours and appearance. */

a:link {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
}

a:visited {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
}

a:hover {
	font-family: Arial;
	font-size: 9pt;
	color: #666666;
}

a.mainlevel-nav:link {
	font-family: Arial;
	font-size: 9.5pt;
	color: #FFFFFF;
	text-decoration: none
}

a.mainlevel-nav:hover {
	font-family: Arial;
	font-size: 9.5pt;
	color: #999999;
	text-decoration: none
}

a.mainlevel-nav:visited {
	font-family: Arial;
	font-size: 9.5pt;
	color: #CCCCCC;
	text-decoration: none
}

a.mainlevel-nav2:link,
a.mainlevel-nav2:visited {
	font-family: Arial;
	font-size: 9.5pt;
	color: #999999;
	text-decoration: none
}

a.mainlevel-nav2:hover {
	font-family: Arial;
	font-size: 9.5pt;
	color: #333333;
	text-decoration: none
}

a.mainlevel-nav3:link,
a.mainlevel-nav3:visited {
	font-family: Arial;
	font-size: 9.5pt;
	color: #333333;
	text-decoration: none
}

a.mainlevel-nav3:hover {
	font-family: Arial;
	font-size: 9.5pt;
	color: #999999;
	text-decoration: none
}

a.baselevel-nav:link,
a.baselevel-nav:visited {
	font-family: Arial;
	font-size: 7pt;
	color: #000000;
	text-decoration: none
}

a.baselevel-nav:hover {
	font-family: Arial;
	font-size: 7pt;
	color: #666666;
	text-decoration: none
}


/* Extras. */

hr {
	height: 0.5px;
	width: 99%;
	color: #999999;
}