html { height: 100%; }


body, td, input, select, textarea { 
	font-family: Arial; 
	font-size: 13px; 
	line-height: 120%;
}

body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	height: 100%;
}

#main{ 
	background-color: #ffffff;	
	width: 950px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
}

h1, h2, h3, h4, h5, h6{ display: inline; }
h1{ font-size:20px; }
h2{ font-size:18px; }
h3{ font-size:16px; }
h4{ font-size:14px; }


a:link{ color: #0000FF; text-decoration: underline; }
a:active{ color: #0000FF; text-decoration: underline;  }
a:visited{ color: #0000FF; text-decoration: underline;  }
a:hover{ color: #0000FF; text-decoration: underline;  }

a.footer:link{ color: #ffffff; text-decoration: none; }
a.footer:active{ color: #ffffff; text-decoration: none;  }
a.footer:visited{ color: #ffffff; text-decoration: none;  }
a.footer:hover{ color: #ffffff; text-decoration: underline;  }

a.menutop:link{ color: #ffffff; text-decoration: none; font-weight: bold; }
a.menutop:active{ color: #ffffff; text-decoration: none;  font-weight: bold; }
a.menutop:visited{ color: #ffffff; text-decoration: none;  font-weight: bold; }
a.menutop:hover{ color: #ffffff; text-decoration: underline;  font-weight: bold; }

a.menuleft:link{ color: #ffffff; text-decoration: none; font-weight: bold; }
a.menuleft:active{ color: #ffffff; text-decoration: none;  font-weight: bold; }
a.menuleft:visited{ color: #ffffff; text-decoration: none;  font-weight: bold; }
a.menuleft:hover{ color: #0000ff; text-decoration: none;  font-weight: bold; }

.menu-top{
	padding-left: 15px;
	padding-right: 15px;	
}

.gridTitle td{ height:20px; background-color: #d3d3d3; font-weight: bold; color: #000000; font-size:11px; padding:5px; }
.gridRow td{ height:20px; background-color: #ffffff; padding-left:5px; font-size:11px; }
.gridRow1 td{ height:20px; background-color: #efefef; padding-left:5px; font-size:11px; }

.font-small{ font-size:12px; }

.content{ padding:25px 15px 15px 15px; }
.content1{ padding:25px 0px 0px 0px; }
.button{ border:1px solid #333333; }
.textfield{ border:1px solid #333333; }
.textfield2{ border:1px solid #333333; width:200px; }
.textfield3{ border:1px solid #333333; width:100%; }

