html {
     overflow: scroll;
}

body {
	margin: 0px;
	font-family:Arial; 
	font-size:12px; 
	font-weight:normal;
	color: #333333;
}

#wrapper {
	margin: auto auto auto auto;
	width: 800px;
}

#text-center {
	text-align:center; 
	font-family:Arial; 
	font-size:12px; 
	font-weight:normal;
	color: white;
}

#text-justify {
	text-align:justify; 
	font-family:Arial; 
	font-size:12px; 
	font-weight:normal;
	color: #333333;
}

#text-left {
	text-align:left; 
	font-family:Arial; 
	font-size:12px; 
	font-weight:normal;
	color: #333333;
}

#text-caption {
	text-align:left; 
	font-family:Arial; 
	font-size:14px; 
	font-weight:bold;
	color: #324963;
}

.line-height {
	line-height: 6px;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}
