
body {
	background: #ffffff;
	color: #000;
	text-align: center;
	line-height: 1.4;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

#container {
	background: #ffffff;
	width: 90%;
	color: #000000;
	border: 4px solid #ddddca;
	margin: auto auto;
	padding: 20px;
	text-align: left;
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;
}

table {
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

h1 {
	color: #000000;
	font-size: 38px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
}

.smalltext {
	font-size: 11px;
}