﻿/* Hide Sections of Website
------------------------------------------------------------------------------------- */

.hidethis
	{
	display:none;
	}
	
.table-contents
	{
	border-collapse: collapse;
	border: 1px solid #000080;
	padding: 1px 4px;
	width: 95%;
	}

/* Access Key Controls
------------------------------------------------------------------------------------- */

.accessibility
	{
	display:none;
	}

/* Body Design
------------------------------------------------------------------------------------- */

.bg-purple
	{
	border-style: solid;
	border-width: 1px;
	background-color: #000080;
	}

.bg-pink
	{
	background-color: #F5C9EA;
	}

.bg-lightpink
	{
	background-color: #FBF0F4;
	}

.border-white
	{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 10px;
	}

/* Titles & Headings
------------------------------------------------------------------------------------- */

.title
	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000080;
	text-align: center;
	line-height: 30px;
	font-variant: normal;
	font-style: normal;
	}

H1	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000080;
	text-align: center;
	line-height: 20px;
	font-variant: normal;
	font-style: normal;
	}

H2	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000080;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	font-variant: normal;
	font-style: normal;
	}

H3	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000080;
	font-weight: bold;
	text-align: left;
	line-height: 13px;
	font-variant: normal;
	font-style: normal;
	}

/* URL & Website Links
------------------------------------------------------------------------------------- */

A:link, A:visited
	{
	border-style: none;
	text-decoration: none;
	color: #000080;
	font-weight: bold;
	}

A:active
	{
	border-style: none;
	text-decoration: underline;
	color: #800000;
	font-weight: bold;
	}

A:hover, A:focus
	{
	border-style: none;
	text-decoration: underline;
	color: #808080;
	font-weight: bold;
	}

.menu:link, .menu:visited
	{
	border-style: none;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	}

.menu:active, .menu:hover, .menu:focus
	{
	border-style: none;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
	}
	
.special:link, .special:visited
	{
	border-style: none;
	text-decoration: none;
	color: #000080;
	font-weight: bold;
	}

.special:active
	{
	border-style: none;
	text-decoration: underline;
	color: #800000;
	font-weight: bold;
	}

.special:hover, .special:focus
	{
	border-style: none;
	text-decoration: underline;
	color: #808080;
	font-weight:bold;
	}
	
.heading:link, .heading:visited
	{
	border-style: none;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.heading:active
	{
	border-style: none;
	text-decoration: underline;
	color: #800000;
	font-weight: bold;
	}

.heading:hover, .heading:focus
	{
	border-style: none;
	text-decoration: underline;
	color: #808080;
	font-weight:bold;
	}

/* Fonts, Styles & Colours
------------------------------------------------------------------------------------- */

body
	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	}
	
P	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	}
	
.p-white
	{
	color: #FFFFFF;
	}

.p-grey-center
	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #C0C0C0;
	}

.p-red
	{
	color: #C00000;
	}
	

.p-red-center
	{
	color: #800000;
	text-align:center;
	}

.p-purple
	{
	color: #000080;
	}

.underline
	{
	text-decoration: underline;
	color: #C00000;
	}
	
.large-font
	{
	text-align: center;
	font-size: medium;
	}
	
.highlight
	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	}
	
ul,li,td
	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	}

/* Block Quotes
------------------------------------------------------------------------------------- */

blockquote
	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	text-align: justify;
	}

.signature
	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000080;
	}

/* Alignment
------------------------------------------------------------------------------------- */

.align-center
	{
	text-align: center;
	}
	
.align-right
	{
	text-align: right;
	}


/* Images
------------------------------------------------------------------------------------- */

img {
	border-style: none;
	}

.img-middle
	{
	vertical-align: middle;
	}

/* Tables
------------------------------------------------------------------------------------- */
	
table
	{
	empty-cells: show;
	}
	
.table-body
	{
	width: 100%;
	}

.table-border-grey
	{
	border-style: solid solid solid solid;
	border-color: #C0C0C0;
	border-right: 2px;
	border-bottom: 2px;
	border-left-width: 2px;
	border-top-width: 2px;
	}

.table-border-grey-main
	{
	width: 95%;
	border-style: none none none none;
	border-color: #C0C0C0;
	background-color: #FFFFFF;
	border-right: 2px;
	border-bottom: 2px;
	border-left-width: 2px;
	border-top-width: 2px;
	}
	
.table-centre-bold
	{
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	}

.table-centre-bold-hidethis
	{
	display:none;
	}

.table-chart-border
	{
	border: 1px solid #800000;
	}

.table-chart-cell
	{
	border: 1px solid #800000;
	border-color: #C0504D;
	background-color: #EFD3D2;
	color: #C0504D;
	font-size: 11px;
	}

.table-chart-cell-border
	{
	border-width: 1px;
	border-style: solid;
	border-color: #C0504D;
	color: #C0504D;
	font-size: 11px;
	}

.table-chart-cell-border-center
	{
	border-width: 1px;
	border-style: solid;
	border-color: #C0504D;
	color: #C0504D;
	font-size: 11px;
	text-align:center;
	}
	
.table-chart-cell-border-bold
	{
	border-width: 1px;
	border-style: solid;
	border-color: #C0504D;
	color: #C0504D;
	font-weight: bold;
	font-size: 14px;
	}

.table-chart-cell-border-centre
	{
	border-width: 1px;
	border-style: solid;
	border-color: #C0504D;
	color: #C0504D;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	}
	
.table-chart-cell-border-left
	{
	border-width: 1px;
	border-style: solid;
	border-color: #C0504D;
	color: #C0504D;
	font-size: 14px;
	text-align: left;
	}
	
.table-chart-cell-border-left-bold
	{
	border-width: 1px;
	border-style: solid;
	border-color: #C0504D;
	color: #C0504D;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	}

.table-chart-cell-dark
	{
	border: 1px solid #800000;
	background-color: #C0504D;
	color: #FFFFFF;
	text-align: center;
	}

.table-chart-main
	{
	width: 100%;
	border: 1px solid #800000;
	}

.table-header-main
	{
	display:none;
	}

/* Footer - Copyright & Browsers
------------------------------------------------------------------------------------- */
	
.table-copyright
	{
	border-collapse: collapse;
	border: none;
	padding: 1px 4px;
	width: 95%;
	}

.table-centre-bold-copyright
	{
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: center;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	}
	
.copyright
	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	}
	
.copyright-hidethis
	{
	display:none;
	}

.copyright :link, .copyright :visited
	{
	border-style: none;
	font-size: 11px;
	text-decoration: none;
	color: #000080;
	font-weight: bold;
	}

.copyright :active, .copyright :hover, .copyright :focus
	{
	border-style: none;
	font-size: 11px;
	text-decoration: none;
	color: #E9B7AC;
	font-weight:bold;
	}

.browser-update
	{
	font-size: 11px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #C00000;
	vertical-align: middle;
	text-align: center;
	}
