<style type="text/css">
<!--
body {
	font-family: Arial, Verdana;
	font-size: 16px;
	color: navy;
}
table {
	border:0;
}

.text,.welcome,.user, .content, .iptext, .ipt, .logon, .busy{
	font-family: Arial, Verdana;
	font-size: 16px;
	color: #000080;
}
.text a:link {
	color: #f00000;
}
.text a:visited {
	color: #0000ff;
}
.text a:hover {
	color: #ff0000;
}
.text a:active {
	color: #0000FF;
}
.bank, .info, .tour {
	color: green;
}
.menu {
	font-family: Arial, Verdana;
	font-size: 11px; color: navy;
}
.menu a:link {
	color: #000095;
}
.menu a:visited {
	color: #000095;
}
.menu a:hover {
	color: #990000;
}
.menu a:active {
	color: #ffaaaa;
}
.navroll {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #aaaaff;
	text-decoration:none;
}
.navroll a:link {
	color: #0000ff;
}
.navroll a:visited {
	color: #aaaaff;
}
.navroll a:hover {
	color: #003399;
}
.navroll a:active {
	color: #0000ff;
}
.msg, .highlight, .logerr, .tablebold, .pgtitle {
	background: maroon;
	color: yellow; 
}
ul.mbtopnav {  
    list-style: none;  
    padding: 0 20px;  
    margin: 0;  
    float: left;  
    width: 100%;  
    font-size: 12px;  
	font-family: Arial;
	text-decoration: none;
	color: red;
    background: url(images/tl.jpg) repeat-x;  
}  
ul.mbtopnav li {  
    float: left;  
    margin: 0;  
    padding: 0 15px 0 0;  
	text-decoration: none;
    position: relative; /*--Declare X and Y axis base for sub navigation--*/  
}
a {
	color:purple;
	text-decoration: none;
}
.visited {
	color:purple;
}
  
ul.mbsubnav {  
    list-style: none;  
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
    left: 0; top: 20px;  
    background: beige;  
    margin: 0; padding: 0;  
    display: none;  
    float: left;  
    width: 120px;  
    border: 0px solid #111;
	z-index: 2;
}
div.formchanged {
	position:fixed;
	visibility:hidden;
	left:100px;
	top:50px;
}
div.prev {
	visibility:visible;
	position:fixed;
	left:400px;
	top:90px;
}
div.next,div.complete {
	visibility:visible;
	position:fixed;
	left:600px;
	top:90px;
}
div.user {
	position:fixed;
	visibility:hidden;
	top:80px;
	left:750px;
	width:200px;
	height:120px;
	background-image:url('http://<?echo $SERVER_NAME?>/images/circle.gif');
}
.ftrial,.ftrial a:link, .ftrial a:active, .ftrial a:visited, .ftrial a:hover {
	font-family: Arial,Verdana,Helvetica,Sans-serif;
	font-size: 12px;
	color: blue;
}

.err	{
	display:none;
	position:absolute;
	z-index:200;
	background:url(http://www.biznicuk.com/images/err_arrow.gif) left center no-repeat;
	padding-left:7px;
}
.errcontent {
	display:block;
	background:#f3e6e6;
	border:2px solid #924949;
	border-left:none; padding:5px;
	min-width:150px; max-width:400px;
	font-face:Arial;
}
.hlp	{
	display:none;
	position:absolute;
	z-index:201;
	background:url(http://www.biznicuk.com/images/inf_arrow.gif) left center no-repeat;
	padding-left:7px
}
.hlpcontent {
	display:block;
	background:#FFFF40;
	border:2px solid #0063FF;
	color: #002Fa5;
	border-left:none;
	padding:5px;
	min-width:150px;
	max-width:380px;
	font-family:Arial,Verdana;
	font-size:10px;
}
.inherited {
	background-color:#E7E7E7;
	border: 1px solid #7b9ebd;
}
h1,h2,h3 {
	font-family: Arial, Verdana;
	font-size: 20px;
	color: #000080;
}

-->
</style>

