html {
      	margin:0;
      	padding:0;
      	height:100%;
      	border:0;
}
body { 
		font-family: Verdana, arial, sans-serif;
		font-size:11px;
		background-color: #E5E5E5;
		margin-bottom:0;
		margin-top:0;
		margin-left:0;
		margin-right:0;
		padding:0;
		border:0;
		height:100%;
}
table {
		height:100%;		
}
h3 { 
		font-family: Verdana, Helvetica, sans-serif; 
		font-size:13pt; 
		font weight: bold; 
		color:#330099;
}
.style1 {
		font-size: 9pt;
		font-weight: bold;
}
.text { 
		font-family: Verdana, Helvetica, sans-serif; 
		font-size:8pt; 
		color:#333333; 
}
.textred { 
		font-family: Verdana, Helvetica, sans-serif; 
		font-size:8pt; 
		color:#FF0000; 
}
.formfield { 
		font-family:tahoma, verdana, sans serif; 
		font-size:8pt; color:#000000; 
		background-color:#E2E4E9;
		border-bottom:1px solid #999999;
		border-right:1px solid #999999;
		border-top:1px solid #999999;
		border-left:1px solid #999999; 
}
.formbutton { 
		font-family:tahoma, verdana, sans serif; 
		font-size:8pt; 
		color:#FFFFFF; 
		font weight: bold; 
		background-color:#000099; 
		border-bottom:1px solid #B1C5FC;
		border-right:1px solid #B1C5FC;
		border-top:1px solid #B1C5FC;
		border-left:1px solid #B1C5FC; 
}
A {  	font-family: Verdana, Helvetica, sans-serif; 
		color: #330099; 
		font weight: normal; 
		text-decoration: underline;
}
A:hover {  
		font-family: Verdana, Helvetica, sans-serif; 
		color: #666666; 
		text-decoration: none; 
		font-weight: normal; 
}
A:active {  
		font-family: Verdana, Helvetica, sans-serif; 
		color: #999999; 
		text-decoration: none; 
		font-weight: normal; 
}
img {
		border: none;
		hspace: 0;
}
.menufont { 
		font-size: 8pt; 
		font-family: verdana,arial,helvetica,san-serif; 
		color: #000080; 
		text-decoration: none; 
		cursor: none; 
}
.menufont:hover { 
		font-size: 8pt; 
		font-family: verdana,arial,helvetica,san-serif; 
		color: #9933FF; 
		text-decoration: none; 
		cursor: hand; 
}		
.submitLink {
		font-family: verdana,arial,helvetica,san-serif; 
		font-size: 8pt;
		color: #000080;
		background-color: transparent;
		text-decoration: none;
		border: none;
		cursor: hand;
		margin:0;
		margin-left:0;
}
.submitLink:hover {
		font-family: verdana,arial,helvetica,san-serif; 
		font-size: 8pt;
		color: #FF2200;
		background-color: transparent;
		text-decoration: none;
		border: none;
		cursor: hand;
		margin:0;
		margin-left:0;
}
.fixedheight {
		height:70px;
		max-height:70px;
}