body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:justify;
	margin:0px;
	padding:0px;
	background:url(images/background.png) repeat-y;
	line-height:18px;
}
a {
	color: #00a2ff;
}
a:hover {
	color: #999999;
}
img {
	border: 1px #CCC solid;
	padding: 5px;
	display: block;
	margin: 30px auto 30px auto;
	background: #FFF;
}
img.inline {
	display: inline;
	margin: 0px;
	border: none;
	vertical-align: text-bottom;
	padding: 0px 5px 0px 5px;
}
h1 {
	font-size:20px;
	color: #00baff;
	border-bottom: 2px solid;
	font-weight:bold;
	padding-bottom:5px;
}
h2 {
	font-size:16px;
	color: #a0d400;
	border-bottom: 1px dashed;
	font-weight:bold;
}
h3 {
	font-size:12px;
	color: #666666;
	font-weight:bold;
}
ul {
	list-style:square;
}
.content {
	padding: 5px 20px 10px 20px;
}
.top {
	background: url(images/top_border.png) repeat;
	height: 30px;
}
.top .logo {
	background: url(images/visions_logo.png) no-repeat;
	height: 30px;
	width: 80px;
}
.bottom {
	border-bottom: dashed 1px #999999;
	height:1px;
	margin:30px 100px 50px 100px;
	
}
.bottom .content {
	text-align:center;
	font-size:10px;
	color:#666666;
}
.comment {
	padding-top:30px;
	font-size:10px;
}
.hidden {
	visibility:hidden;
	position:absolute;
}
.links {
	border: 1px #cccccc dotted;
	padding: 10px;
	margin: 30px 15px 10px 15px;
	font-size: 11px;
	background: #FFFFFF;
}
.links p {
	font-weight:bold;
	font-size: 1.1em;
	margin: 0px;
}
.links a {
	color: #666666;
}