@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #961275;
	margin: 0px;
	text-align: left;
	background-color: #fff
}
.MainBody {
	background-color: #fff
}
a {
	text-decoration: none;
	color: #961275;
}
a:visited {
	text-decoration: none;
	color: #961275;
}
.bgColorTable {
	background-color: #fff;
}

.BodyTable {
	background-color: #fff;
	margin: 5px;
	padding: 5px;
	text-align: left;
}

.borderRight {
	border-right-style: solid;
	border-right-color: #961275;
	border-right-width: 5px;
	padding-right: 10px;
}

.paddingLeft {
	padding-left: 10px;
}

.MenuTop {
	padding-left: 10px;
}
.MenuTop img {
	border-bottom: 1px solid white;
}
.MenuTop a img:hover {
	border-bottom: 1px solid #961275;
}

.content {
	padding-top: 85px;
}

h1 {
	font-size: 13px;
	line-height: 17px;
	color: #961275;
	font-weight: bold;
}

.images {
	padding-top: 5px;
}

.images td {
	padding: 1px;
}

.images img {
	border: 2px solid #fff;
}

.images img:hover {
	border: 2px solid #961275;
}

.MenuBottom img  {
	padding-top: 4px;
	border-bottom: 1px solid white;
}
.MenuBottom a img:hover  {
	padding-top: 4px;
	border-bottom: 1px solid #961275;
}

.Contact a:hover {
	border-bottom: 1px solid #961275;
}