.BackgroundLine {
	background-image: url(../images/background_line.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.BackgroundBuilding {
	background-image: url(../images/buildings.jpg);
	background-repeat: repeat-x;
	background-position: left;
}
.linkMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B4995;
	text-decoration: none;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6B4995;
	text-decoration: none;
	font-weight: bold;

}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	
	list-style-position: outside;
	list-style-type: circle;
	line-height: 20px;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
