@charset "UTF-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
}

.titleText1 {
	font-size: large;
	font-style: italic;
	line-height: normal;
	color: #5C33AD;
}
.subHeadings1 {
	font-variant: small-caps;
	color: #660066;
}

a:link {
	color: #000099;
	text-decoration: none;
}

a:visited {
	color: #660066;
	text-decoration: none;
}

a:hover {
	color: #000099;
	text-decoration: underline
}

a:active {
	color: #000099;
	text-decoration: none;
}


.CSdeptAddress {
	font-style: italic;
	font-weight: normal;
	font-variant: small-caps;
	font-size: small;
	text-transform: capitalize;
}


.headingsGreenItalics {
	font-style: italic;
	color: #006666;
	font-weight: bold;
}
.royalBlueItalics {
	font-style: italic;
	color: #000099;
	font-weight: bold;
}
.purpleItalics {
	font-style: italic;
	color: #663399;
	font-weight: bold;
}
