@charset "UTF-8";
/* CSS Document */

@font-face {
font-family:"Artamon";
src:url(../resourses/AVANTGAR.TTF) format("truetype");

font-family:"ArtamonThin";
src:url(../resourses/A0000144.TTF) format("truetype");

}

html, body { 
	height: 100%;
	
	font-family: Artamon, AvantGarde-Thin, AvantGarde, Arial, Helvetica;
	color: #FFFFFF;
	font-style: normal;
	text-shadow: 0 0 0 #000;
	
}


body.bgWhite {
  padding: 0;
  margin: 0;
  background: #ffffff url(../images/bgWhite.jpg) no-repeat center top;

  width: 100%;
  display: table;
}

body.bgMaroon {
  padding: 0;
  margin: 0;
  background: #4b1110 url(../images/bgMaroon.jpg) no-repeat center top;

  width: 100%;
  display: table;
}
body.bgChoco {
  padding: 0;
  margin: 0;
  background: #281d17 url(../images/bgChoco.jpg) no-repeat center top;

  width: 100%;
  display: table;
}
body.bgNavy {
  padding: 0;
  margin: 0;
  background: #1d1b30 url(../images/bgNavy.jpg) no-repeat center top;

  width: 100%;
  display: table;
}
body.bgBordeau {
  padding: 0;
  margin: 0;
  background: #422c2e url(../images/bgBordeau.jpg) no-repeat center top;

  width: 100%;
  display: table;
}

body.bgGreen {
  padding: 0;
  margin: 0;
  background: #253d2d url(../images/bgGreen.jpg) no-repeat center top;

  width: 100%;
  display: table;
}

body.bgOlive {
  padding: 0;
  margin: 0;
  background: #575836 url(../images/bgOlive.jpg) no-repeat center top;

  width: 100%;
  display: table;
}




td.Copyright {
	border-top: solid #dbdcde 1px;
	
	font-size: 8pt;
	font-style: normal;
	color: #000;
	padding: 5px;
}

#Copyright {
	color: #FFFFFF;
}



span.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

#menuTXT  {
	background-color: #333;
}

A {
	text-decoration: none;
	color: #FFFFFF;
}

.menuSub A {
	text-decoration: none;
	color: #FDBA12;
}

A:hover, .TXTGray A:hover .menuMain A:hover .menuSub A:hover {
	text-decoration: underline;
	color: #F5841F;
}

td.menuMain {
	background: url(../images/menuBG.png) repeat-x left;
	height: 30;
	font-size: 10pt;
	padding-right: 10px;
}

td.menuSub {
	background: url(../images/menuBG.png) repeat-x left;
	height: 30;
	font-size: 10pt;
	padding-left: 10px;
	text-align: left;
	color: #FDBA12;
}

p.Black {
	color: #000;
	font-size: 10px;
}


td.txtForm {
	font-size: 10pt;
	color: #000;
	padding-bottom: 10px;
}

.mainTXT {
	font-size: 10pt;
	padding: 10px 30px 10px 10px;
	text-align: justify;
}

.mainTXT2 {
	font-size: 10pt;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: justify;
}

td.banner {
	font-size: 18pt;
	padding-left: 20px;
	letter-spacing: 1pt;
}

/* Text colours */
.TXTOrange {
	color: #F5841F;
}
.TXTYellow {
	color: #FDBA12;
}

.TXTNavy {
	color: #495775;
	text-align: left;
	text-shadow: none;
}

.TXTCyan {
	color: #63C9D5;
	text-align: left;
	text-shadow: none;
}

.TXTGray {
	color: #333333;
}

.TXTGray A {
	text-decoration: none;
	color: #333333;
}