/* TACP website stylesheet */
/* (c) StudioBlue Limited, 2000 */

/* TACP-Main */
/* Standard HTML tags */
body {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
}

a {
	font-weight: bold;
	font-style: normal;
}

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

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

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

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

p {
	position: relative;
	z-index: 5;
}

/* Defined classes */
.tacp {
	font-weight: bold;
}

.design {
	font-family: arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 7pt;
	margin: 0 30px 2em 30px;
	color: white;
}

.mainlinks {
	font-family: arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	margin: 0 30px 1em 30px;
	padding-top: .5em;
	color: white;
}

.centred {
	text-align: center;
}

.currentpage {
	color: #4BA08B; 
}

.back {
	font-family: arial, Helvetica, sans-serif;
	position: relative;
	margin: 1.5em 30px 0 30px;
}

a:link.back {
	color: #4BA08B;
	font-style: italic;
}

a:visited.back {
	color: #4BA08B;
	font-style: italic;
}

a:hover.back {
	color: #FF9933;
}

hr {
	color: white;
	margin: 0 30px 0 30px;
}