body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
} 

/* Formula Menu Mouseover */
	
a.icon { 
	display: block; 
	height: 136px; 
	width: 106px; 
	overflow: hidden; 
}

a.icon:hover { 
	display: block; 
	text-indent: -106px; 
}

div.menu {
	position: absolute;  
	float:right; 
	height: 136px;	
	width: 106px;
}
	
div.menu a {
	display: block;
	width: 100%; 
	overflow: hidden;
}

/* END Formula Menu Mouseover */


/* Sidebar Menu Mouseover */

a.sidebar { 
	display: block; 
	height: 27px; 
	width: 275px; 
	overflow: hidden; 
}

a:hover.sidebar { 
	display: block; 
	text-indent: -275px; 
}

div.sidemenu {
	position: absolute;  
	float:right; 
	height: 27px;	
	width: 275px;
}
	
div.sidemenu a {
	display: block;
	width: 100%; 
	overflow: hidden;
}

/*END Sidebar Menu Mouseover */

a:hover {
	color: #8FB9E0;
	text-decoration: none;
} 

a:hover.legal {
	color: #464646;
	text-decoration: none;
}

a.anchor {
	text-decoration: none;
}

a.pgup{
	font-family: Arial;
	font-size: 8pt;
	color: #898989;
	text-decoration: none;
	float: right; 
}

a:hover.pgup {
	color: #464646;
	text-decoration: none;
}

a {
	color: #404882;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

a.legal {
	font-family: Arial;
	font-size: 7pt;
	color: #898989;
	text-decoration: none;
}

a.top-nav {
	font-family: Arial;
	font-size: 10pt;
	color: #898989;
	font-weight: bold;
	text-decoration: none;
}

a:hover.top-nav {
	color: #464646;
	text-decoration: none;
}

a.sublink {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #FFFFFF; 
		text-decoration: none;
		vertical-align: center;
		font-size: 12px;
}

a.sublink:hover {
		text-decoration: underline;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #FFFFFF; 
		font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #992135;
	font-size: 12pt;
}

h2.legal {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-weight: bold;
	font-size: 10pt;
}

h2.training {
	font-family: Arial, Helvetica, sans-serif;
	color: #5BBF21;
	font-size: 10pt;
}

h2.multi {
	font-family: Arial, Helvetica, sans-serif;
	color: #00A3DD;
	font-size: 10pt;
}

hr {
	border: none 0;
	border-top: 1px dotted #D6D8D3;
	width: 100%;
	height: 1px;
}

td.logobkg {
	background-image: url(images/header.jpg); 
	width: 760px; 
	height: 450px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	align: right;
	vertical-align: bottom;
}

td.logobkg1 {
	background-image: url(../images/smalllogo.jpg);
	width: 760px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	border: 0px;
}

td.logobkg2 {
	background-image: url(../images/topflower.jpg); 
	width: 760px; 
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	align: right;
	vertical-align: bottom;
}

strong {
	color: #6C0016;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #555555;
}

small.legal{
	font-family: Verdana;
	font-size: 8pt;
	color: #717171;
}
	
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #453A21;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #453A21;
}
	
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #453A21;
}

table.edge{
	border-width: 0px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: none solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
}

table.text{
	border-width: 0px 1px 0px 1px;
	padding: 5px 10px 5px 10px;
	border-style: none solid none solid;
	border-color: #C8CACC;
	background-color: white; 
}

td.tablebg{
	background-color: #C0C6C7;
}

td.body{
	font-family: Verdana;
	font-size: 8pt;
	color: #666666;
	background-color: #FFFFFF;
	width: 50%;
	text-align: center;
	height: 20px;
}

td.heading{
	font-family: Verdana;
	font-size: 7pt;
	color: #5E6277;
	background-color: #EFF0F1;
	width: 50%;
	text-align: center;
	height: 20px;
}	

td.multi{
	background-color: #00A3DD;
	height: 25px;
}

td.adult{
	background-color: #F9AC1E;
	height: 25px;
}

td.training{
	background-color: #5BBF21;
	height: 25px;
}

td.senior{
	background-color: #8C80BA;
	height: 25px;
}

td.heading1{
	font-family: Verdana;
	font-size: 7pt;
	color: #5E6277;
	background-color: #EFF0F1;
	text-align: center;
	height: 20px;
}

input.fields {
	font-family: Arial, Helvetica, sans-serif;
	border-color: #8FB9E0;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

.tm {
	color: #555555;
	font-weight: bold;
}

.adult {
	color: #F9AC1E;
	font-weight: bold;
}

.training {
	color: #5BBF21;
	font-weight: bold;
}

.multi {
	color: #00A3DD;
	font-weight: bold;
}

.senior {
	color: #7449AD;
	font-weight: bold;
}

.tmlink {
	font-weight: bold;
}

.tmsymbol {
	font-size: 6pt;
	color: #555555;
	vertical-align: top;
}

/* Top Menu */

#nav,
#nav ul { 
	margin: 0;
	padding: 0px;
	z-index: 1;
	list-style-type: none;
	display: inline;
	width: 570px; 
}

#nav {
	display: table;
}

#nav li {
	display: table-cell; 
	position: relative;
	padding: 2px 6px;
	float: right;
	z-index: 1;
}

#nav li ul {
	left: -999em;
	position: absolute;
	width: 140px;
	margin-left: 20px;
	margin-top: 2px;
}

#nav li:hover ul, 
#nav li.sfhover ul {
	display : block;
	left: auto;
}

#nav ul li a{
	display: block;
	width: 140px;
	padding: 2px 10px;
}

#nav a {
	display: block;
}

#nav li li {
	padding: 0px 0px 0px 0px;
	width: 140px;
}

/* Top Menu Colours */

#nav,
#nav ul,
#nav ul li a {
	background-color: #fff;
	color: #898989;
}


#nav ul li a:hover{
	background-color: #C8CACC;
	color: #464646;
}

#nav a{
	text-decoration: none;
}

/* END Top Menu */


