



.txtfont
{
	font-family: comic sans ms, arial, helvetica, tahoma,sans-serif;
	font-size: 1.0em; 
}

.highlight
{
	font-weight: bold;
}

.normal
{ 
	font-size: 67.5%;
	font-weight: normal;
	font-family:  comic sans ms, arial, helvetica, tahoma,sans-serif; 
	color:#003366;
}

.labelcenter
{ 
	font-size: 67.5%;
	font-weight: normal;
	font-family:  comic sans ms, arial, helvetica, tahoma,sans-serif; 
	color:#003366;
	text-align:center;
}

.bodymain 
{ 
	text-align: center; 
	font-family: comic sans ms, arial, helvetica, tahoma,sans-serif; 
	font-size: 67.5%; color: #333; background: url("images/bg.gif") repeat-x #dbe9f6;
}

.bodyiframe
{ 
	text-align: center; 
	font-family: comic sans ms, arial, helvetica, tahoma,sans-serif; 
	font-size: 67.5%; color: #333; 
}

a { color: #95aabf; text-decoration: none; }
a:hover { text-decoration: none; }

* { padding: 0; margin: 0;}
ul { list-style-type:none; }
li { list-style-type:none; }

.Left { float: left; }
.Right { float: right; }
.Textleft { text-align: left; }
.Textright { text-align: right; }
.Width { width: 755px; }
.Width100 { width: 100%; }
.Black { color: #000; }
.White { color: #FFF; }
.Center { margin: 0 auto; }
h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }

.wrap {
  width: 855px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.05em;
}

.wrapIframe 
{
  width: 500px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.05em;
}
.topbar {
  height: 40px;
  color: #bbb;
}
.topbar a{
  width: 92px;
  height: 28px;
  padding-top: 12px;
  margin-right: 4px;
  font-size: 1.1em;
  text-decoration: none;
  display: block;
  text-align:center;
  float: left;
  background: url("images/topbar.gif") no-repeat;
}
.topbar a:hover{
  color: #bbb;
}
.header{
  height: 57px;
  padding-top: 57px;
  background: url("images/header.gif") repeat-x;
}
.logo a{
  color: #67829e;
  font-size: 2em;
  text-decoration:none;
}
.logo {
  float: left;
}
.contenttop {
  width: 535px;
  height: 7px;
  background: url("images/contenttop.gif") no-repeat;
}
.contentbottom {
  width: 535px;
  height: 6px;
  background: url("images/contentbottom.gif") no-repeat;
}
.content {
  padding: 15px;
  line-height: 21px;
 /* background: url("images/contentbg.gif") repeat-y;*/
 
}
.navbar {
 width: 223px;
 padding-top: 23px;
 background: url("images/navbartopSmall.gif") no-repeat;
}
.navbarheader {
  width: 223px;
 /* height: 30px;
  padding-top: 12px;*/
   height: 20px;
  padding-top: 10px;
  font-size: 1.3em;
  text-indent: 10px;
  border-left:none;
  border-right:none;
  border-bottom:none;
  display: block;
  background: url("images/navbarheader.gif") no-repeat;
}
.navbar li a{
  width: 213px;
  height: 27px;
  padding-top: 16px;
  padding-left: 10px;
  margin: 0;
  color: #555;
  font-size: 1.2em;
  display: inline-block;
  background: url("images/navbar.gif") no-repeat;
}
.navbar li a:hover {
  background: url("images/navbarhover.gif") no-repeat;
}
.navbarfooter {
  width: 233px;
  height: 6px;
  padding: 0;
  margin-top: -8px;
  background: url("images/navbarbottom.gif") no-repeat;
}
.footer {
  height: 29px;
  margin-top: 20px;
  padding-top: 10px;
  background: url("images/footer.gif") repeat-x;
}
.footer span{
}
.footer a{
  color: #fff;
}
.footer a:hover{
  color: #75e7df;
}

/* Text Font Colours */
.fntdeepred
{
  color: #990000;
  text-decoration:none;
}
.fntred
{
  color: #ff0000;
  text-decoration:none;
}
.fntskyblue
{
  color: #003366;
  text-decoration:none;
}
.fntwwwblue
{
 color: #005cb9;
 text-decoration:none;
 }