body {
	/* align for good browsers */
	margin: 0px;
	padding: 0px;
	/* for IE */
	text-align: center;
	/* for IE */
	background-color: #ccc;
}

a:link {
	color: #CC0000;
}

a:visited {
	color: #0000CC;
}

#container {
	margin: -2px auto 0 auto;
	/* align for good browsers */
	text-align: left;
	/* counter the body center */
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 45px;
	width: 578px;
	min-height: 300px;
	height:auto !important; /* IE 6 lack of min-height support hack */
  	height:300px; /* IE 6 lack of min-height support hack */
	font-size: 12px;
	background-color: #ffffff;
	border-left: solid 1px #C5C5C5;
	border-right: solid 1px #C5C5C5;
	border-bottom: solid 1px #C5C5C5;

}

p, li, td, th {
	font-size: 11px;
	line-height: 1.5;
	color: #333;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.5;
	text-align: left;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 2px;
}

table {border-collapse:collapse;}

table.searchtable{
	border:1px solid #555;
}

table.searchtable td, th{
	border-bottom:1px solid #555;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;	
	padding:4px;
}

table.searchtable th {background-color:#eee;}

.mrgntoptall {
	margin-top: 30px;
	margin-bottom: 2px;
}

.mrgntall {
	margin-top: 25px;
	margin-bottom: 25px;
}

.mrgnshort {
	margin-top: 0px;
	margin-bottom: 2px;
}

.mrgntopmed {
	margin-top: 6px;
	margin-bottom: 2px;
}

.errormsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff0000;

}

.required {
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #ff0000;
}

.bcrumb {
	border: none;
	background-color: none;
	width: 580px;
	margin: 2px;
	padding-right: 5px;
	text-align: right;
	font-size: 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

.bcrumb a{
	text-decoration: none;
	font-size: 10px;
	color: #6666666;
	font-family: Arial, Helvetica, sans-serif;
}

.help {
	padding-left: 5px;
	text-decoration: none;
	font-size: 10px;
	color: #0000ff;
	font-family: Arial, Helvetica, sans-serif;
}

.u {
	text-decoration:underline;
}

.indent {
	display: block;
	text-indent: 10px;
}
.select{
	width: 200px;
}
