td.Menu {
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: <%=strColourCode%>;
	padding-left: 5px;
}

a {
	color: 17606F;
	/*color: 17606F;*/
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
}

a.MenuItem {
	color: white;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

a.MenuItem:hover {
	color: FFCC00;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

a.SubMenuItem {
	color: white;
	text-decoration: none;
	font-size: 10px;
}

a.SubMenuItem:hover {
	color: E3B79E;
}

td.content {
	padding-left: 10px;
	padding-top: 10px;
}

td.header {
	font-size: 14px;
	font-weight: bold;
}

.arialblack10 {
	color: black;
	font-family: Arial;
	font-size: 11px;
}

.arialblack11b {
	color: black;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}

.arialblack11 {
	color: black;
	font-family: Arial;
	font-size: 11px;
}

.arialdarkgrey11b {
	color: #666666;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}

.arialblack14b {
	color: black;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}

.arialblack20b {
	color: black;
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
}

.arialwhite10b {
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
}

.arialgold10b {
	color: #FFCC00;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
}

td.subheader {
	color: 17606F;
	font-size: 12px;
	font-weight: bold;
}

div.Menu {
	top: 20;
	position: relative;
	background-image: url('images/menu_back2.jpg');
	z-index: 2;
	color: white;
}

div {
	position: relative;
}
.hiddenmenu {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
	
	/*width: 150px;*/
	/*background-image: url('images/submenu_back.jpg');*/
	background-repeat: no-repeat;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
padding-bottom: 3px;
	padding-left: 10px;
	border-top: 1px solid white;
}

A.menua {
	text-decoration: none;
	color: #ffffff;
}
A.menua:hover {
	text-decoration: none;
	color: #FFCC00;
}

body,select,input,td {
	font-family: Arial;
	font-size: 12px;
}
.print { 
    display: none;
    }

@media print {
/* All the form elements under the class bellow will Not be printed */
	.noprint {
		display: none;
	}
}
td.redfooter {
	font-size: 11px;
	color: 666666;
}

.BlueSub
{
	font-weight: bold;
	color: #17606F;
	font-size: 12px;
}