﻿/* commented backslash hack v2 \*/
------------------------------------------------------------------------------------- */
* html
	{
	overflow: hidden;
	}

/* Hide Sections of Website
------------------------------------------------------------------------------------- */

.hidethis
	{
	display:none;
	}

/* Website Header
------------------------------------------------------------------------------------- */

#menu
	{
	display:none;
	}
	
* html #menu
	{
	display:none;
	}
	
#pad
	{
	display:none;
	}

/* Access Key Controls
------------------------------------------------------------------------------------- */

.accessibility
	{
	display:none;
	}

/* Body Design
------------------------------------------------------------------------------------- */

.bg-white
	{
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	}

.bg-grey-light
	{
	background-color: #DBDBDB;
	}
	
.bg-grey-pale
	{
	background-color: #D8EFF8;
	}

.bg-image
	{
	background-color: #FFFFFF;
	}

.border-white
	{
	border: 1px solid #FFFFFF;
	color: #B50400;
	font-size: 11px;
	}

/* Website Content
------------------------------------------------------------------------------------- */

#content
	{
	position: relative;
	display: block;
	background: transparent;
	overflow: hidden;
	z-index: 10;
	}
	
/* Titles & Headings
------------------------------------------------------------------------------------- */

#title
	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: 30px;
	font-variant: normal;
	font-style: normal;
	}

H1	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0001C0;
	text-align: center;
	line-height: 24px;
	font-variant: normal;
	font-style: normal;
	}
	
H2	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #0001C0;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	font-variant: normal;
	font-style: normal;
	}

H3	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0001C0;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	font-variant: normal;
	font-style: normal;
	}

.title-blue-small-left
	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0001C0;
	text-align: left;
	line-height: 1em;
	font-variant: normal;
	font-style: normal;
	}
	
/* URL & Website Links
------------------------------------------------------------------------------------- */

A:visited,A:link,A:active,A:focus,A:hover
	{
	border-style: none;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	}

/* Fonts, Styles & Colours
------------------------------------------------------------------------------------- */

body
	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
	}

P	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	}
	
#first p:first-letter
	{  
	display:inline-block;  
	margin:0px 5px 0 5px;  
	float:left;
	color:#C00000;  
	font-size:3.0em;  
	font-family:Georgia;  
	font-weight:bold;
	}

.p-red
	{
	color: #C00000;
	}

blockquote
	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:italic;
	color: #0001C0;
	text-align: justify;
	}
	
ul
	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
	margin: 2px;
	padding-left:20px;
	}

#bullet1
	{
	list-style-image: url(../images/bullet1.gif);
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
	margin: 2px;
	padding-left:50px;
	}

li
	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
	}

/* Alignment
------------------------------------------------------------------------------------- */

.align-center
	{
	text-align: center;
	}

.align-justify
	{
	text-align: justify;
	}

.align-right
	{
	text-align: right;
	}

.align-top
	{
	vertical-align:top;
	}

.align-middle
	{
	vertical-align:middle;
	}

/* Images
------------------------------------------------------------------------------------- */

img {
	border-style: none;
	}

.img-middle
	{
	vertical-align: middle;
	}

/* Tables
------------------------------------------------------------------------------------- */

table
	{
	empty-cells: show;
	}

td
	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	}
	
.td-black-bg
	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	text-align: justify;
	border-style: none;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
	color: #000000;
	}
	
.td-black-bd
	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
	border-style: none;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
	color: #000000;
	}

.table-body
	{
	width: 100%;
	}
	
.table-body2
	{
	width: 100%;
	}
	
.table-body3
	{
	display:none;
	}

.table-border
	{
	border: 1px solid #000000;
	}
	
.table-border-darkblue
	{
	border: 1px solid #0001C0;
	}

.table-menu
	{
	display:none;
/*	background-image:url('../images/signature.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top; */
	}

.table-menu-title
	{
	display:none;
	}

.table-header-main
	{
	display:none;
	}

.table-border-content
	{
	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-center-bold
	{
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	}

.table-center-bold-hidethis
	{
	display:none;
	}

/* Footer - Copyright & Browsers
------------------------------------------------------------------------------------- */

.table-pre-copyright
	{
	display:none;
	}

.table-copyright
	{
	}

.table-copyright-hidethis
	{
	display:none;
	}

.copyright-left
	{
	font-size: 0.85em;
	text-align: left;
	}

.copyright-center
	{
	font-size: 0.85em;
	text-align: center;
	}
	
.copyright-right
	{
	display:none;
	}

.copyright
	{
	display:none;
	}
