@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #A6A8D1;
}
h1 {
	font-size: 12px;
	text-decoration: none;
	color: #6D3397;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #652D8E;
	font-weight: bolder;
}

.services {
	font-size: 13px;
	line-height: 22px;
	color: #6C319F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
}
.body table {
	border: 1px groove #0033CC;
}
a {
	text-decoration: none;
}

.content {
	padding: 5px;
}
.contentR {
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: dashed;
	border-top-color: #5F2685;
	border-right-color: #5F2685;
	border-bottom-color: #5F2685;
	border-left-color: #5F2685;
	border-right-style: dashed;
	border-top-style: none;
	border-bottom-style: none;
}
.contentL {
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dashed;
	border-top-color: #6B3595;
	border-right-color: #6B3595;
	border-bottom-color: #6B3595;
	border-left-color: #6B3595;
	border-left-style: dashed;
	border-top-style: none;
	border-bottom-style: none;
}
.contentT {
	padding: 5px;
	border: thin dashed #6B309E;
}
.contentB {
	padding: 5px;
	border: thin dashed #572086;
}
