.dashedborder {
	border: 1px dashed #CCCCCC;
}
.purpleBox {
	border: thin outset #CC99CC;
}
body {
	background-image: url(images/background.jpg);

}
.borderRL {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #A55894;
	border-right-color: #A55894;
	border-bottom-color: #A55894;
	border-left-color: #A55894;
}
.borderTRL {
	border-top: 1px solid #A55894;
	border-right: 1px solid #A55894;
	border-bottom: 1px none #A55894;
	border-left: 1px solid #A55894;
}
.borderBRL {
	border-top: 1px none #A55894;
	border-right: 1px solid #A55894;
	border-bottom: 1px solid #A55894;
	border-left: 1px solid #A55894;
}
.tablefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.partnerbox {
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #CC99CC;
}
