@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #414141;
	font-size: 12px;
	margin: 0px;
	line-height: 18px;
	background-color: #b848c8;
}


.puple {
	color: #b848c8;
}

.white {
	color: #ffffff;
}

.green {
	color: #487808;
}

.light_green {
	color: #b6d47f;
}

.puple_sm {
	color: #b848c8;
	line-height: 12px;
	font-size: 10px;
}

.puple_lg {
	color: #b848c8;
	line-height: 12px;
	font-size: 20px;
}

h1 {
	color: #b848c8;
	font-size: 24px;
	line-height: 28px;
	font-weight: lighter;
}
	
h2 {
	color: #b848c8;
	font-size: 18px;
	line-height: 20px;
	font-weight: lighter;
}
	
h3 {
	color: #b848c8;
  	font-size:12px;
	font-weight: bold;
   }

a:link, a:visited {
	color: #b848c8;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed;
}    

a:hover {
	color: #487808;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px;
}



a.nav:link, a.nav:visited {
	color: #487808;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 0px;
}

a.nav:hover {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	background-color: #b848c8;
	border: 0px;
}


a.redlink:link, a.redlink:visited {
	color: #FF0000;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid;
}

a.redlink:hover {
	color: #FF0000;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 0px;
}


.copyright{
color: #ffffff;
font-family: Myriad, Arial, sans-serif;
font-size: 9px;
line-height: 11px;
}

a.copyrightlink:link, a.copyrightlink:visited {
	color: #ffffff;
	font-size: 9px;
	line-height: 11px;
	border-bottom: 1px solid;
}

a.copyrightlink:hover {
	color: #ffffff;
	font-size: 9px;
	line-height: 11px;
	border-bottom: 0px solid;
}

.img_left {
	border: 0;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.img_right {
	border: 0;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}


