/* CSS Document */

/* NAV Style */
table#nav-table {
	background:#60244E;
	}
td#navline {
	background-color:#FFFFFF;
	}
td#navbuttons {
	background-color:#6F8E6F;
	}
td#flashline {
	background-color:#6F8E6F;
	}

/* SubNAV Style */
table#submenu-table {
	background:#957189;
	}
td#submenuline {
	background-color:#FFFFFF;
	}

/*Link Style */
a:link {
	color: #60244E; text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a:visited {
	color: #60244E; text-decoration: none;
	}

/* Main Body Style */
table#main {
	background-color:#FAEBCC;
	}
td#mainText {
	font: 11px Georgia, Times New Roman, Times,  serif; color:#000000; line-height: 14px;
	}

.subTitle {
	font: 11px bold Georgia, Times New Roman, Times,  serif; color:#60244E; line-height: 14px;
}
.portfolioTitle {
	font: 12px bold Georgia, Times New Roman, Times,  serif; color:#60244E; text-transform: uppercase;
}
	
/* Footer Style */
table#footer {
	background:#60244E; font: 9px Georgia, Times New Roman, Times,  serif; color:#ffffff;
	}