body
{
	background-color: black;
	color: white;
}
h1
{
	background: black; font-family: Arial,Helvetica,sans-serif; color: blue; text-align: Center;
}
h2
{
	background: black; font-family: Arial,Helvetica,sans-serif; color: blue; text-align: Center;
}
h3
{
	background: black; font-family: "Times New Roman",Times,serif; color: white; text-align: Center;
}
h4
{
	background: black; font-family: Arial,Helvetica,sans-serif; color: #3399FF; text-align: Center;
}
a:link
{
	background-color: black; text-decoration: underline; color: #3399FF;
}
a:visited
{
	background-color: black; text-decoration: underline; color: #3399FF;
}
a:hover
{
	background-color: #3399FF; font-weight:bold; text-decoration: underline; color: black;
}
.imgright
{
	float: right;
}
.imgcentre
{
	float: none;
}
.imgtextleft
{
	float: left;
	margin: 0px 12px 0px 0px;
}
.BigHeading
{
	background: black; font-family: Arial,Helvetica,sans-serif; color: #3399FF; font-size: x-large; font-weight: bold; text-align: Center;
}
.CentredHeading
{
	background: black; font-family: Arial,Helvetica,sans-serif; color: white; font-size: large; font-weight: bold; text-align: Center;
}
.CentredText
{
	background: black; font-family: "Times New Roman",Times,serif; color: #3399FF; font-style: italic; font-size: large;text-align: Center;
}
.Left
{
	background: black; font-family: Arial,Helvetica,sans-serif; color: white; font-size: large; font-weight: bold; text-align: Left;
}
.horizline
{
	color: #3399FF;
}
.White
{
	background: black; color: white;
}
.Blue
{
	background: black; color: blue;
}
.MidBlue
{
	background: black; color: #3399FF;
}
.Underline
{
	text-decoration: underline;
}
.Italic
{
	font-style: italic;
	font-family: "Times New Roman",Times,serif;
	color: blue;
}
.MidBlueItalic
{
	font-style: italic;
	font-family: "Times New Roman",Times,serif;
	color:#3399FF;
}
.MidBlueItalicSans
{
	font-style: italic;
	font-family: Arial,Helvetica,sans-serif;
	color:#3399FF;
}
html {
   /* Keeps page centred in all browsers regardless of content height */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
} 
*.site-main {
  *zoom: 1;
  max-width: 72.286em;
  _width: 72.286em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.538em;
  padding-right: 1.538em;
  margin-bottom: 4.5em;
}
*.site-main:after {
  content: "";
  display: table;
  clear: both
}
