html,body, div, table, tr, td, th {
	margin: 0px;
	font-size: 12px;
	font-family: verdana;
	line-height:20px;
}
html, body {
	margin: 0px;
	padding: 0px;
	min-height: 100%; 
   	height: 100%; /* ie underscore hack */
	background-color: #646d7b;
}
th {
	text-align:left;
	font-weight:normal;
	font-style:italic;
	color:#333333;
}
select, textarea, input {
	font-size: 12px;
	font-family: verdana;
}
h2 {
	font-size:21px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:28px;
	margin:0;
	padding:0;
}
h3 {
	font-size:16px;
	color:#323232;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	margin:0;
	padding:0;
}

a {
	color: #0066cc;
}
a:hover {
	color: #0066cc;
}
/* EIGEN CSS */
.height100 {
	height:100%;
}
.banner {
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
}
a.banner {
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
}
a.banner:hover {
	text-decoration:none;
}

.bc {
	font-size: 14px;
	color: #ffb401;
}
.sub {
	font-size:18px;
	color: #000000;
}

div.error {
	background-color:#FFCCCC;
	border: 1px solid black;
	float:left;
	display:inline;
}
div.error_notice {
	color:black;
	line-height:40px;
}
td.error {
	color:#FF0000;
	font-weight:bold;
}
input.error, textarea.error {
	background-color:#FFCCCC;
	border: 1px solid red;
}
.background0 {
	background-color:#EFEFEF;
	height:16px;
}
.background1 {
	background-color:#F7F7F7;
	height:16px;
}
.backgroundon {
	background-color:#ffd980;
	height:16px;
}

td.small {
	font-size:9px;
}

div.main {
	width: 930px;
	height: 100%;
	vertical-align:top;
	text-align:center;
	margin-left: auto; 
    margin-right: auto; 
}

