
BODY {
 background-color: white;
}

td {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-size: 14px;
	font-family: Eurostile, Arial, Helvetica, sans-serif;
}

a.Light:link {
	color: black;
 font-weight: normal;
	text-decoration: none;
}
a.Light:visited {
	color: black;
 font-weight: normal;
	text-decoration: none;
}
a.Light:hover {
	color: black;
 font-weight: bold;
	text-decoration: none;
}
a.Light:active {
	color: black;
 font-weight: normal;
	text-decoration: none;
}

a:link {
	color: #73B01B;
	text-decoration: underline;
}
a:visited {
	color: #73B01B;
	text-decoration: underline;
}
a:hover {
	color: #73B01B;
	text-decoration: underline;
}
a:active {
	color: #73B01B;
	text-decoration: underline;
}

a.White:link {
	color: #FFFFFF;
 font-weight: normal;
 font-family: Eurostile, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.White:visited {
	color: #FFFFFF;
 font-weight: normal;
 font-family: Eurostile, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.White:hover {
	color: #FFFFFF;
 font-weight: bold;
 font-family: Eurostile, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.White:active {
	color: #FFFFFF;
 font-weight: normal;
 font-family: Eurostile, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/**************************************/

.LightBorder {
 border: thin solid #0A50A1;
 background-color: #9EB2D5;
}

.LightBorderBody {
 border: thin solid #9EB2D5;
}

.MediumBorder {
	border: thin solid #7FC31E;
}

.DarkBorder {
	border: thin solid #0A50A1;
}

.DarkBody {
	border: thin solid #9EB2D5;
	background-color: #0A50A1;
}

.BannerMain {
	background-color: #7FC31E;
}

.Sandwich {
 border-left: 2px solid #0A50A1;
 border-right: 2px solid #0A50A1;
 background-color: #9EB2D5;
}

.LightestLabel {
 color: white;
 font-weight: bold;
 font-family: Eurostile, Arial, Helvetica, sans-serif;
}

.LightLabel {
 color: black;
 font-weight: bold;
 font-family: Eurostile, Arial, Helvetica, sans-serif;
}

.DarkLabel {
 color: black;
 font-weight: bold;
 font-family: Eurostile, Arial, Helvetica, sans-serif;
}

.LightestText {
 color: white;
 font-family: Eurostile, Arial, Helvetica, sans-serif;
}

.LightText {
 color: black;
 font-family: Eurostile, Arial, Helvetica, sans-serif;
}

.DarkText {
 color: black;
 font-family: Eurostile, Arial, Helvetica, sans-serif;
}

.Colour1 {
 background-color: #9EB2D5;
}

.Colour2 {
 background-color: #0A50A1;
}

.Colour3 {
 background-color: white;
}

.Colour4 {
 background-color: white;
}

.Colour5 {
 background-color: #A9DA5B;
}

.Colour2Foreground {
 color: #0A50A1;
}

.ActiveText {
 color: #73B01B;
}

.Required {
 color: #AA0000;
}

.BackColour {
 color: white;
}

.ColouredBox {
 background-color: white;
 color: black;
 font-weight: bold;
}

.SaveTag { 
   border: thin solid #FFFFFF;
   border-top-color: #AAAAAA;
   border-left-color: #AAAAAA;
   background-color: #9EB2D5;
   z-index: 25;
   width: 200px;
   height: 79px;
   position: absolute; top: 140px; left: 40%;
   visibility: hidden;
}

.Popup { 
   border: thin solid #FFFFFF;
   border-top-color: #AAAAAA;
   border-left-color: #AAAAAA;
   background-color: #9EB2D5;
   z-index: 25;
   width: 200px;
   height: 79px;
   position: absolute; top: 140px; left: 10%;
   visibility: hidden;
}

.LightSmallPrint {
 font-size: x-small; 
 color: black; 
 font-weight: bold;
}

.ButtonSmallPrint {
 font-size: x-small; 
}

.MajorTitle {
	color: black;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}


