body{
background-colour: #ffffff;

height:100.1%
}
#flashContent { width:100%; height:100%; }
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3a3c3a;
}
.smally {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
        line-height:18px;
        font-weight: normal;
        color: #3a3c3a;
        text-decoration:none;
}

.greytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #3a3c3a;
}
h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #3a3c3a;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3a3c3a;
}
.whitetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}
.bluetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #193175;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #193175;
	display: inline;
}
a:link {
	color: #193175;
	text-decoration: underline;
}
a:visited {
	color: #193175;
	text-decoration: underline;
}
a:hover {
	color: #193175;
	text-decoration: none;
}
.sample {
		border-width: 2px;
	padding: 5px;
	border-style: solid;
	border-color: #cececf;
	background-color: white;
}
a.sidenav:link {
	color: #3a3c3a;
	text-decoration: none;
}
a.sidenav:visited {
	color: #3a3c3a;
	text-decoration: none;
}
a.sidenav:hover {
	color: #193175;
	text-decoration: none;
}

#content{
border: 2px solid #ffffff;
background-colour: #ffffff;
colour: #000000;
text-align:center;
}
#contenttop{
border: 2px solid #ffffff;
background-colour: #ffffff;
colour: #000000;
padding: 0 20px 0 5px;
text-align:center;
}
.basetxt a:link, .basetxt a:visited, .basetxt a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; text-decoration: none;}
.nono p, .nono a:link, .nono a:visited, .nono a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; text-decoration: none;}


#navi ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
	color: #366797;
	
}
#navi ul li {
  font: bold 14px/18px;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 8px 15px;
  background: #084897;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#navi ul li:hover {
  background: #dddddd;
  color: #084897;
}
#navi ul li ul {
  padding: 0;
  position: absolute;
  top: 50px;
  left: 0;
  width: 360px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
#navi ul li ul li { 
  background: #dddddd; 
  display: block; 
  color: #366797;
}
#navi ul li ul li:hover { background: #366797; }
#navi ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}


.selecto { background: #dddddd !important;
  color: #084897 !important;;
  
}

.topnav {
	color: #ffffff;
}

a.topnav {
	text-decoration:none;	color:#ffffff;
}
a.topnav:hover {
	color:#ffffff;
}