@charset "UTF-8";
body {
	background-image: url(../images/backgrounds/vj-bg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#horizon        
	{
	color: white;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #FFFFFF;
	margin-left: -450px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 900px;
	height: 500;
	visibility: visible
	}
.tableborders {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
p {
	font-size: 0.8em;
	color: #333333;
	text-align: justify;
	margin-bottom: 0.8em;
	margin-top: 0.8em;
}

h1 {
	font-size: 0.85em;
	color: #333333;
	text-align: left;
	font-weight: bold;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.floatright { float: right; 
margin: 0 0 10px 10px;
}

.floatright2 {
	float: right;
	width: 450px;
}

.floatleft { float: left; 
margin: 0 0 10px 10px;
}

li {
	color: #000000;
	font-size: .8em;
	list-style-type: circle;
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	color: #FF00CC;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
