/* CSS Document */

/* PaAGE BACKGROUND COLOURS */

.leftbutbg { background-color: #FFFFFF; }
.mainpagebg { background-color: #F5F5F5; }
.whitebg { background-color: #FFFFFF; }
.buttonbg { background-color: #00A2C4; }

/* STANDARD ELEMENTS */

/* To be used for NORMAL TEXT (is defined already so should not need to be used) - e.g. <span class="standardtext">My Standard Text</span> */

.standardtext { font-family: verdana, arial, sans-serif; font-weight: normal; font-size: 8pt; color: #167CAF; line-height: 1.7em; }

/* To be used for BOLD TEXT (is defined already so should not need to be used) - e.g. <span class="standardtextbold">My Standard Text Bold</span> */

.standardtextbold {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	line-height: 1.7em;
}

/* To be used for TITLE TEXT (is defined already so should not need to be used) - e.g. <span class="titletext">My Title Text</span> */

.titletext	{ font-family:verdana, arial, sans-serif; color: #167CAF; font-size: 13px; font-weight: bold; }

/* Paragraph and Table text settings as for stndardtext */

p, td { font-family: verdana, arial, sans-serif; font-weight: normal; font-size: 8pt; color: #167CAF; line-height: 1.7em; }

/* Defines the height for a list */

li { line-height: 26px; }

/* LINKS */

a:link { font-family:verdana, arial, sans-serif; font-size: 8pt; text-decoration: none; }
a:visited { font-family:verdana, arial, sans-serif; font-size: 8pt; text-decoration: none; }
a:active { font-family:verdana, arial, sans-serif; font-size: 8pt; text-decoration: none; }
a:hover { font-family:verdana, arial, sans-serif; font-size: 8pt; text-decoration: underline; }

/* To be used for NORMAL LINKS - e.g. <a href="mylink.htm" title="My Link" class="standardlink">My Link</a> */

a.standardlink:link	{ color: #167CAF; font-weight: nornal; line-height: 1.7em; }
a.standardlink:visited { color: #167CAF; font-weight: nornal; line-height: 1.7em; }
a.standardlink:active { color: #167CAF; font-weight: nornal; line-height: 1.7em; }
a.standardlink:hover	{ color: #167CAF; font-weight: nornal; line-height: 1.7em; }

/* To be used for NORMAL PARAGRAPH LINKS - e.g. <a href="mylink.htm" title="My Link" class="paralink">My Link</a> */

a.paralink:link	{ color: #339900; font-weight: bold; line-height: 1.7em; }
a.paralink:visited { color: #339900; font-weight: bold; line-height: 1.7em; }
a.paralink:active { color: #339900; font-weight: bold; line-height: 1.7em; }
a.paralink:hover	{ color: #339900; font-weight: bold; line-height: 1.7em; }

/* To be used for END PARAGRAPH LINKS - e.g. <a href="mylink.htm" title="My Link" class="endlink">My Link</a> */

a.endlink:link	{ color: #F58538; font-weight: bold; line-height: 1.7em; }
a.endlink:visited { color: #F58538; font-weight: bold; line-height: 1.7em; }
a.endlink:active { color: #F58538; font-weight: bold; line-height: 1.7em; }
a.endlink:hover	{ color: #F58538; font-weight: bold; line-height: 1.7em; }

/* To be used for NORMAL MAIN MENU LINKS - e.g. <a href="mylink.htm" title="My Link" class="mainmenulink">My Link</a> */

a.mainmenulink:link	{ color: #FFFFFF; font-weight: bold; }
a.mainmenulink:visited { color: #FFFFFF; font-weight: bold; }
a.mainmenulink:active { color: #FFFFFF; font-weight: bold; }
a.mainmenulink:hover	{ color: #FFFFFF; font-weight: bold; }

/* To be used for NORMAL MAIN MENU LINKS on the page you are on - e.g. <a href="mylink.htm" title="My Link" class="mainmenuhighlightedlink">My Link</a> */

a.mainmenuhighlightedlink:link	{ color: #7FD0E1; font-weight: bold; }
a.mainmenuhighlightedlink:visited { color: #7FD0E1; font-weight: bold; }
a.mainmenuhighlightedlink:active { color: #7FD0E1; font-weight: bold; }
a.mainmenuhighlightedlink:hover	{ color: #7FD0E1; font-weight: bold; }

/* To be used for the LEFT MENU SUB LINKS - e.g. <a href="mylink.htm" title="My Link" class="leftbutlink">My Link</a> */

a.leftbutlink:link	{ color: #167CAF; font-weight: bold; }
a.leftbutlink:visited { color: #167CAF; font-weight: bold; }
a.leftbutlink:active { color: #167CAF; font-weight: bold; }
a.leftbutlink:hover	{ color: #167CAF; font-weight: bold; }

/* To be used for the LEFT MENU SUB LINKS on the page you are on - e.g. <a href="mylink.htm" title="My Link" class="lefthighlightedlink">My Link</a> */

a.lefthighlightedlink:link	{ color: #F58538; font-weight: bold; }
a.lefthighlightedlink:visited { color: #F58538; font-weight: bold; }
a.lefthighlightedlink:active { color: #F58538; font-weight: bold; }
a.lefthighlightedlink:hover	{ color: #F58538; font-weight: bold; }
