/* CSS Document */
body {
	background-image:  url(images/main/bg1.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	scrollbar-arrow-color: #695D96;
	scrollbar-base-color: #E8E0F5;
	scrollbar-darkshadow-color: #F7F7F8;
	scrollbar-track-color: #F7F7F8;
}
p {
	font-family: verdana;
	font-size: 12px;
	color: #695D96;
	text-align: justify;
	font-weight: bold;
}
.credits {
	font-family: verdana;
	font-size: 9px;
	color: #695D96;
	text-align: center;
}
a:link {
	font-family: verdana;
	color: #4C436F;
	text-decoration: none;
}
a:visited {
	font-family: verdana;
	color: #4C436F;
	text-decoration: none;
}
a:hover {
	font-family: verdana;
	color: #988DBF;
	text-decoration: underline;
}

.title {
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 220px;
	top: 38px;
}
.logo {
	position: absolute;
	visibility: visible;
	z-index: 2;
	left: 0px;
	top: 0px;
}
h3 {
	font-family: Verdana;
	color: #695D96;
}
.subject {
	font-family: verdana;
	font-size: 14px;
	color: #483A7C;
	font-weight: bold;
}
li {
	font-family: verdana;
	font-size: 12px;
	color: #695D96;
	text-align: justify;
	font-weight: bold;
}

hr {
	color: #B8AFDB;
	width: 80%;
}
.detail {
	text-align: left;
}
