body {
	color: #333;
	background:#e5e5e5;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

div#base {
	width:800px;
	margin:0 auto;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 150%;
	font-weight: bolder;
	color: #0033CC;
}

.smalltext {
	font-size: 10px;
	line-height: 130%;
}

.copyright {
	font-size: 10px;
	line-height: 150%;
	padding: 10px 0px 20px 20px;
}

a:active {
	color: #0033CC;
	text-decoration: none;
}

a:link {
	color: #0033CC;
	text-decoration: none;
}

a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.text {
	font-size: 12px;
	line-height: 150%;
}

h2 {
	margin: 0px;
	padding: 3px 0px 3px 9px;
	color:#FFFFFF;
	font-size:medium;

}

.vision {
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

.important {
	font-weight: bold;
	color: #FF0000;
}
