/* general */
* {
	margin:0;
	padding:0;	
}
html {
}
body {
	margin:0px;
	padding:20px 0px 20px 0px;
	width:100%;
	height:100%;
	background-color:#ffffff;
	font-family: 'bitstream vera sans', 'Lucida Grande', Verdana, sans-serif;
	font-size: 70%;
	line-height: 160%;
}
.thumb {
	border:0px;
}
.thumb:hover {
	border:2px solid #000000;
}
.sub {
	font-weight:bold;
	color:#666666;
}
#box {
	padding:10px;
	background-color:#ededed;
	width:100%;
	display:block;
}
#box h1 {
	font-size:180%;
	color:#000000;
	letter-spacing:-1px;
}
#page {
   width: 600px;
	margin: 0px auto 0px auto;
	position: relative;
	display:block;
	background-color:#ffffff;
	min-height:800px;
	height:expression(this.scrollHeight>800 ? "auto" : "800px");
}
#footer {
	font-size:90%;
	border-top:1px solid #000000;
	color:#333333;
	text-align:center;
	display:block;
	clear:both;
}
/* global link colors */
a {
	text-decoration:none;
	color:#000099;
}
a:hover {
	text-decoration:underline;
}
#clear {
	clear:both;
}
#iconhead {
	font-size:120%;
	font-weight:bold;
}
#icon {
	width:36px;
	text-align:left;
	vertical-align:top;
	float:left;
}
#icontext {
	width:240px;
	padding:0px 10px 10px 0px;
	text-align:left;
	vertical-align:top;
	float:left;
}
h1 {
	padding:10px 0px 10px 0px;
	font-size:140%;
	font-weight:bolder;
	text-transform:uppercase;
	color:#666666;
}
/* error table */
.error {width:100%;}
.error th{ font-weight:bold;color:#000066;background-color:#CCCCCC;}
.error td{ font-weight:normal;color:#000000;background-color:#dedede;}