@charset "UTF-8";
/* CSS Document */

/* START TEXT LINK STYLES */

.textlink1 a:link, .textlink1 a:visited {
	text-decoration: underline;
	color: #000000;
}
.textlink1 a:hover, .textlink1 a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.textlink2 a:link, .textlink2 a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.textlink2 a:hover, .textlink2 a:active {
	color: #FF9900;
	text-decoration: underline;
}
.textlink3 a:link, .textlink3 a:visited {
	color: #666666;
	text-decoration: underline;
	margin-top: -0.5em;
	margin-bottom: -0.5em;
}
.textlink3 a:hover, .textlink3 a:active {
	color: #FF9900;
	text-decoration: underline;
}
/* END TEXT LINK STYLES */

.black {
	color: #000000;
	margin-top: 2em;
	font-weight: bold;
}

.centre  {
	text-align: center;
}

.rule {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000080;
	margin-bottom: 1em;
	margin-top: 1em;
}

.bold {
	font-weight: bold;
	margin-bottom: 0em;
}
.advisors {
	clear: right;
	float: left;
	height: 8em;
	width: 8em;
	margin-right: 1em;
	margin-bottom: 0.25em;
	padding-top: 0.375em;
}
.col1  {
	width: 11em;
	float: left;
}
.col1 a:link, .col1 a:visited{
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 1em;
}
.col2 {
	margin: 0px;
	padding: 0px;
	width: 11em;
	float: left;
	clear: right;
}
.col2 a:link, .col2 a:visited {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 1em;
}
.boldred {
	font-weight: bold;
	color: #FF3333;
}
.italic {
	font-style: italic;
}
.bold2 {
	font-weight: bold;
	margin-right: 2em;
}
