body {
	background-color: #ec6091;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-3dlight-color:#F8F8FF;
    scrollbar-arrow-color:#A12F8D;
    scrollbar-base-color:;
    scrollbar-track-color:;
    scrollbar-darkshadow-color:#A9A9A9;
    scrollbar-face-color:#DACCBA;
    scrollbar-highlight-color:;
    scrollbar-shadow-color:#4b3825;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.right_shadow {
	background-image: url(../images/pictures/frames/ground_right.jpg);
	background-repeat: repeat-y;
	height: 1000px;
}

.left_shadow {
	background-image: url(../images/pictures/frames/ground_left.jpg);
	background-repeat: repeat-y;
	height: 1000px;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A12F8D;
	border-right-color: #A12F8D;
	border-bottom-color: #A12F8D;
	border-left-color: #A12F8D;
}
.border_bottom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A12F8D;
	border-bottom-color: #A12F8D;
	border-left-color: #A12F8D;
}
.white_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
.white_border {
	border: 5px solid #FFFFFF;
}
.purple_capital_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #A12F8D;
}

a.yellow_link:link {
	color: #EED027;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EED027;
}
a.yellow_link:visited {
	color: #EED027;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #EED027;
}
a.yellow_link:hover {
	color: #EED027;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #EED027;
}
a.yellow_link:active {
	text-decoration: none;
	color: #EED027;
}
a.black_link:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.black_link:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #F033F7;
}
a.black_link:hover {
	color: #F033F7;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #F033F7;
}
a.black_link:active {
	text-decoration: none;
	color: #F033F7;
}

.orange_text {
	color: #E7640D;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.design_image {
	background-image: url(../images/pictures/design_image.gif);
	background-repeat: no-repeat;
}

.spacing {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.purple_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: bold; 
	color: #A12F8D; }
