body{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	color: #000;
	text-align: center;
	height: 100%;
}
html{
	height: 100%;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
a:active {
	text-decoration: none;
	color: #ff0000;
}
dl{
	margin: 5px;
}
dt{
	margin: 5px;
	margin-bottom: 0;
}
dd{
	font-style: italic;
}
p{
	font-size: 12px;
	text-indent: 20px;
	line-height: 16px;
	margin-top: 3px;
}
h1{
	color: #4d6185;
	font-size: 13px;
	margin-bottom: 5px;
	text-decoration: underline;
}
h2{
	color: #4d6185;
	clear: both;
	font-size: 12px;
	margin-bottom: 3px;
	text-decoration: underline;
}
table{
	text-align: left;
/*	border-collapse: collapse; */
	margin-top: 3px;
}
thead{
	cursor: pointer;
}
th{
	background-color: #8395cb;
	border: 1px solid #000;
	color: #fff;
	margin-top: 10px;
}
td{
	border: 1px solid #000;
}
caption{
	background-color: #ffffe1;
	border: 1px solid #8395cb;
  color: #666666;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
}
form{
	margin-top: 10px;
	margin-bottom: 0;
}
fieldset{
	border: none;
}
label{
	float: left;
	text-align: left;
	margin-top: 3px;
}
img{
	border: none;
/*	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...); */
}
input{
	background-color: #ccc;
	border: 1px solid #000;
	padding: 1px;
	font-size: 11px;
	margin-bottom: 5px;
}
ul{
	margin-top: 4px;
	padding-left: 22px;
	margin-bottom: 0px;
	margin-left: 0;
	clear: left;
}
li{
	margin-top: 5px;
	margin-bottom: 3px;
}

