body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}

bodycentred {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

a {
	color: #330000;
}
a.info {
    position:relative; /*this is the key*/
	z-index:0;
    font-family: Georgia, "Times New Roman", Times, serif;
	color: #336699;
	font-size: 18px;
	line-height: 20px; 
}

a.info .ttip {
    display: none;
    float:left;
}
a.info:hover{
    z-index:1;
    background-color:#336699;
}
a.info:hover .ttip {  
    display:block;
    position:absolute;
    top:20px;
    left:-30px;
    width:150px;
    border:3px double #336699;
    background-color:#EBEBEB;
    color:#336699;
	font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    font-style:normal;
    padding:5px;
}

a.bodyinfo {
    position:relative; /*this is the key*/
    z-index:0;

	font-family: Arial, Helvetica, sans-serif;
	color: #330033;
	font-size: 12px;
	line-height: 18px;
}

a.bodyinfo .bodyttip {
    display: none;
    float:left;
}
a.bodyinfo:hover{
    z-index:1;
    background-color:#330000;
}
a.bodyinfo:hover .bodyttip {  
    display:block;
    position:absolute;
    top:20px;
    left:-40px;
    width:120px;
    border:3px double #336699;
    background-color:#EBEBEB;
    color:#336699;
	font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    font-style:normal;
    padding:2px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #990000;
	font-weight: bold;
}

.menutitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	color: #FF9900;
	font-weight: normal;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
  color: #994444; font-style: oblique;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #990000;
	line-height: 28px;
	font-weight: normal;
}

.SMheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #990000;
	line-height: 28px;
	font-weight: normal;
}

.nav {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #006633;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
a:hover {
	color: #DEDECA;
	background-color: #330000;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding: 3px;
	font-weight: bold;
	color: #FFFF00;
}

.sidebarHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	line-height: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.sidebarFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: normal;
	color: #990000;
	font-weight: bold;
}

.footer {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: bold;
	line-height: normal;
	color: #006600;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
}

.box1 {
	border-width: 2px;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
  border-style: dotted;
	}

.promo {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	font-size: 12px;
	font-weight: bold;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	color: #220022;
	font-size: 12px;
	line-height: 19px;
}

.body em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
}

.bodysmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 11px;
	line-height: 15px;
}

.bodymid {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #114477;
	font-size: 17px;
	line-height: 22px;
}

.bodymidNGS {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFDD;
	font-size: 18px;
	line-height: 22px;
}

.bodysmallarial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}

.bodysmallarialblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #000099;
}

.bodymidarial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}

.bodybig {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #114477;
	font-size: 22px;
	line-height: 20px;
}

.bodybigNGS {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFDD;
	font-size: 22px;
	line-height: 20px;
}

.bodybigblue {
	font-family: Arial, Helvetica, sans-serif;
	color: #114477;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-weight: normal;
}

.titlebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.dingbat {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCC99;
 color: #660000; font-weight: bolder; font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

a:hover {
	color: #000033;
	text-decoration: none;
	background-color: #FFFF00;
}
.titleheaderbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.body #FlashID3 {
	text-align: center;
}
.body {
	text-align: center;
}
.body {
	text-align: left;
}
