@charset "utf-8";
body {
	font-family: verdana;
	font-size: 12px;
	color: #3D2180;
	text-decoration: none;
	background-color: #3D2180;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	background-attachment: fixed;
}
a {
	font-weight: bold;
	color: #3D2180;
	text-decoration: underline;
}

.footer {
	color: #FFFFFF;
}
.dotted-b {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #641B7F;
}

.nav {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.border-lr {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.border {
	border: 1px solid #FFFFFF;
}
.white {
	color: #FFFFFF;
	font-size: 12px;
}
.borderdark {
	border: 1px solid #3C2180;
}
.border-r {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #3C2180;
}
