/* CSS Document */

body {
	color: #FFFFFF;
	background-color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-top: 30px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.midTable  {
	background-image: url(../images/home.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	text-align: center;
}
.midTablePhilosophy  {
	background-image: url(../images/philosophy.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	text-align: center;
}
.midTableServices  {
	background-image: url(../images/services.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	text-align: center;
}
.midTablePortfolio {
	background-image: url(../images/portfolio.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	text-align: center;
}
.midTableNews  {
	background-image: url(../images/news.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	text-align: center;
}
.midTableContact  {
	background-image: url(../images/contact.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	text-align: center;
}
.midTableLinks  {
	background-image: url(../images/links.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	text-align: center;
}
.purpleText {
	color: #562a90;
}
.menuText {
	font-size: 13px;
	text-align: left;
	font-weight:bold;
	height:28px;
}
.menuLink {
	vertical-align:middle;
	line-height:28px;
	height:28px;
	cursor:pointer;
}
.contentArea {
	color: #000000;
	font-size: 11px;
	text-align: left;
	overflow:auto;
}
.footerLink {
	color: #999999;
}


a:link {
	color:#ffffff;
	text-decoration: none;
}
a:visited {
	color:#ffffff;
	text-decoration: none;
}
a:hover {
	color: #562a90;
	text-decoration: none;
}
a:visited:hover {
	color: #562a90;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}

.menuText a:link {
	color:#ffffff;
	text-decoration: none;
}
.menuText a:visited {
	color:#ffffff;
	text-decoration: none;
}
.menuText a:hover {
	color: #af9aca;
	text-decoration: none;
}
.menuText a:visited:hover {
	color: #af9aca;
	text-decoration: none;
}
.menuText a:active {
	color: #ffffff;
	text-decoration: none;
}

.contentArea a:link {
	color:#562a90;
	text-decoration: none;
}
.contentArea a:visited {
	color:#562a90;
	text-decoration: none;
}
.contentArea a:hover {
	color: #7d5caa;
	text-decoration: none;
}
.contentArea a:visited:hover {
	color: #7d5caa;
	text-decoration: none;
}
.contentArea a:active {
	color: #562a90;
	text-decoration: none;
}
