/* CSS Document */
body {
	background-color: #4a2865;
	background-image: url('../images/structure/footer_FullBottomBackground.jpg');
	background-repeat: repeat-y; background-position: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;	
}

a {
	color: #a779cb;
	text-decoration: underline;
	font-weight: bold;
}
a:link	{	color: #a779cb;	text-decoration: underline; font-weight: bold;}
a:hover	{	color: #5d327f; font-weight: bold;}

li {
		
}
.mainTableBackground {
	background-image: url('../images/structure/background.gif');
	background-repeat: repeat-x;
}

.photoRightSpace {
	margin-right: 10px;
}

.textBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #656565;
}
.textPageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3c3c3c;
	font-weight: bold;
}
.textBulleted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #656565;
}
.textLarge {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #656565;
}
.textLargeBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #656565;
}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #656565;
}
.textPageHeadBackLink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3c3c3c;
	font-weight: bold;
}

.float_Left {
	float:left;
}
.float_Left-image {
	float:left;
	margin-right:10px;
}

