.border2 {
	border: 1px solid #6c0049;
}
.border_bottom2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6c0049;
}
.border_left2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6c0049;
}
.border_LeftBottomRight2 {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #6c0049;
	border-left-color: #6c0049;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6c0049;
}.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6c0049;
}
.small_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #510036;
	text-decoration: none;
}
a.small_links {
    color:#510036; 
}
a.small_links:active {
	color:#319605;
	text-decoration: underline;
}
a.small_links:visited {
    color:#88005B;
}
a.small_links:hover {
	color:#510036;
	text-decoration: underline;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #510036;
	text-decoration: none;
}
