/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	background-color: #1a1a1a;
	margin: 0px;
	line-height: 16px;
	background-image: url(../images/bg_wallpaper.gif);
} 

a:link {
	color: #CA006B;
	text-decoration: none;
	font-weight: bold;
} 

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

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

a:hover {
	color: #666666;
	text-decoration: underline;
} 

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

.content {
	margin-left: -380px;
	position: absolute;
	top: -225px;
	left: 50%;
	width: 760px;
	height: 450px;
	visibility: visible;
	background-image: url(../images/bg_content.png);
	background-repeat: no-repeat;
}

.contenttable {
	height: 450px;
	width: 760px;
}
.bodytext {
	text-align: justify;
}

.image {
        border-style: solid;
        border-width:1px;
        border-color: #333333;
}

