/* Use this section to edit the background and main font colours and appearance. */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

.heading {
	font-family      : Arial;
	font-size        : 9pt;
	font-weight		 : bold;
	color			 : #019aaa;
	text-decoration  : none;
}

table.main {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: white;
	border-collapse: separate;
	background-color: ;
}

.body {
	font-family      : Arial;
	font-size        : 9pt;
	font-style		 :normal;
	color			 : #FFFFFF;

}

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

}

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

}

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

}

.headingwhite {
	font-family      : Arial;
	font-size        : 9pt;
	font-weight		 : bold;
	color			 : #FFFFFF;
	text-decoration  : none;

}

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

}

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

a:link {  
	font-family      : Arial;
	font-size        : 9pt;
	color			 : #614592;
	text-decoration  : none;
} 

a:visited {  
	font-family      : Arial;
	font-size        : 9pt;
	color			 : #614592;
	text-decoration  : none;
}

a:hover {  
	font-family      : Arial;
	font-size        : 9pt;
	color			 : #CCCCCC;
	text-decoration  : none;
}

a.navwhite:link, a.navwhite:visited {
	font-family      : Arial;
	font-size        : 13pt;
	color			 : #FFFFFF;
	text-decoration	 : none

}
a.navwhite:hover {
	font-family      : Arial;
	font-size        : 13pt;
	color			 : #999999;
	text-decoration	 : none

}

a.navblue, a.navblue:visited {
	font-family      : Arial;
	font-size        : 13pt;
	color			 : #49b2e1;
	text-decoration	 : none

}
a.navblue:hover {
	font-family      : Arial;
	font-size        : 13pt;
	color			 : #FFFFFF;
	text-decoration	 : none

}

a.navpurple, a.navpurple:visited {
	font-family      : Arial;
	font-size        : 13pt;
	color			 : #614592;
	text-decoration	 : none

}
a.navpurple:hover {
	font-family      : Arial;
	font-size        : 13pt;
	color			 : #FFFFFF;
	text-decoration	 : none

}

a.navwork:link, a.navwork:visited {
	font-family      : Arial;
	font-size        : 9pt;
	color			 : #FFFFFF;
	text-decoration	 : none

}

a.navwork:hover {
	font-family      : Arial;
	font-size        : 9pt;
	color			 : #666666;
	text-decoration	 : none

}

a.navwork2:link, a.navwork2:visited {
	font-family      : Arial;
	font-size        : 13pt;
	color			 : #614592;
	text-decoration	 : none

}

a.navwork2:hover {
	font-family      : Arial;
	font-size        : 13pt;
	color			 : #FFFFFF;
	text-decoration	 : none

}

a.basenav:link, a.basenav:visited {
	font-family      : Arial;
	font-size        : 8pt;
	color			 : #FFFFFF;
	text-decoration	 : none

}

a.basenav:hover {
	font-family      : Arial;
	font-size        : 8pt;
	color			 : #CCCCCC;
	text-decoration	 : none

}

/* Extras. */

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