body {
	background-color:#EAE0C5;
	cursor:default;
	margin:0;
	background-image: url("images/bg/main.jpg");
	background-position:center;
	background-repeat:repeat-y;
}


a {
	color: #401C5C;
	text-decoration:underline;
}
a:hover {
	color: #000000;
	text-decoration:underline
}
	

.maintext {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5;
}

.headlinetext {
	color: #401C5C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}

.smallarial {
	color: #000000;
	font-family: Arial;
	font-size: 10px;
}
.sidebar-text {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5;
	padding-right: 12px;
	padding-left: 12px;
}
.smallheadline {
	color: #401C5C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}

