body
{
scrollbar-arrow-color: #ffffff;
scrollbar-darkshadow-color: #434343;
scrollbar-base-color: #782482;
scrollbar-track-color: #fffff;
}

a:link {
	color: #CD73D5;
	text-decoration: none;
}
a:visited {
	color: #CD73D5;
	text-decoration: none;
}
a:hover {
	color: #CD73D5;
	text-decoration: underline;
}
a:active {
	color: #7F2F88;
	text-decoration: none;
}

.textwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.textwhitebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.textlightpurple {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CD73D5;
}
.newssep {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CD73D5;
	border-right-color: #434343;
	border-bottom-color: #434343;
	border-left-color: #434343;
}
input,select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CD73D5;
	background-color: #434343;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CD73D5;
	border-right-color: #782482;
	border-bottom-color: #782482;
	border-left-color: #CD73D5;
	width: 242px;
}
.textarea {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CD73D5;
	background-color: #434343;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CD73D5;
	border-right-color: #782482;
	border-bottom-color: #782482;
	border-left-color: #CD73D5;
	width: 142px;
}
.textgrey {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #828282;
}
.border {
	border: 1px solid #EBEBEB;
}
.border2 {
	filter: DropShadow(Color=D6D6D6, OffX=5, OffY=5, Positive=true);
}
.purplebg {
	background-attachment: fixed;
	background-image: url(images/purplebg1.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed 
}


.textareasmall {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CD73D5;
	background-color: #434343;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CD73D5;
	border-right-color: #782482;
	border-bottom-color: #782482;
	border-left-color: #CD73D5;
	width: 100px;
}
.hide {
	display: none;
	visibility: hidden;
}
.show {
	display: inline;
	visibility: visible;
}.sides {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-bottom-color: #C1C1C1;
	border-left-color: #C1C1C1;
}
