html	{
	margin: 0;
	padding: 0;
	}
body		{
			background-color: #FFFFFF;
			margin-left: 0;
			margin-right: 0;
			margin-top: 0;
			margin: 0;
			padding: 0;
			}
a			{
			font-family : arial, helvetica, sans-serif;
			color : #0000FF;
			text-decoration: underline;
			}	
a:hover	{
			color: #FF3333;
			}
a.front	{
			font-family : veranda, arial, helvetica, sans-serif;
			color : #FFFFFF;
			font-size : 11px;
			text-decoration : none;
			font-weight : bold;
			vertical-align : bottom;
			}	
a.front:hover 	{
			background-color: #003366;
			color: #FFFFFF;
			}
a.browser 	{
			font-family : arial, helvetica, sans-serif;
			font-size : 12px;
			color : #FF3333;
			font-weight : bold;
			text-decoration : underline;
			}
a.password 	{
			font-family : arial, helvetica, sans-serif;
			font-size : 14px;
			color : #FF3333;
			font-weight : bold;
			text-decoration : underline;
			}	
.warningheaders {
			font-family : arial, helvetica, sans-serif;
			font-size : 16px;
			color : #FFFFFF;
			font-weight : bold;
			}	
.warnings 	{
			font-family : arial, helvetica, sans-serif;
			font-size : 12px;
			color : #003366;
			}	
.loginheaders {
			font-family : arial, helvetica, sans-serif;
			font-size : 16px;
			color : #FFFFFF;
			font-weight : bold;
			}	
.login 		{
			font-family : arial, helvetica, sans-serif;
			font-size : 14px;
			color : #003366;
			font-weight : bold;
			}	

.enter 		{
			font-family : arial, helvetica, sans-serif;
			color : #FFFFFF;
			font-size : 16px;
			font-weight : bold;
			}	
.enter2 	{
			font-family : arial, helvetica, sans-serif;
			color : #003366;
			font-size : 16px;
			font-weight : bold;
			}	
.boxandbutton {
			width : 100px;
			}
.boxandbutton2 {
			width : 125px;
			}	
.pulldown 	{
			font-family : arial, helvetica, sans-serif;
			font-size : 14px;
			}	
.topBar	{
			background-color: #FF3333;
			}	
.margin	{
			margin-left: 5;
			margin-right: 5;
			}			
.header		{
	width: 100%; 
	min-width: 800px; 
	height: 75px; 
	position: relative; 
	background: url(image/header/topheader-bg.gif) repeat-x;
	}			
.headerImg		{
	position: absolute;
	left: 0;
	top: 0;
	width: 494px;
	height: 75px;
	border: 0;
	z-index: 1;	
	}			
.logoutImg		{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 100px;
	height: 19px;
	border: 0;
	z-index: 1;	
	}			
.mainmenuImg		{
	position: absolute;
	top: 0;
	right: 100px;
	z-index: 100;
	width: 100px;
	height: 19px;
	border: 0;
	z-index: 1;	
	}			
.helpImg		{
	position: absolute;
	top: 0;
	right: 200px;
	z-index: 100;
	width: 100px;
	height: 19px;
	border: 0;
	z-index: 1;	
	}			
.headerFirm	{
	font: bold 16px Arial, Helvetica, sans-serif;
	font-stretch : ultra-condensed;
	color : #fff;
	position : absolute;
	top : 20px;
	left : 95px;
	z-index : 2;
	}			
.headerPage	{
	font: bold 26px Arial, Helvetica, sans-serif;
	font-stretch : ultra-condensed;
	color : #fff;
	position : absolute;
	top : 45px;
	left : 95px;
	z-index : 2;
	}
			
					
