/* CSS Document */
body {
	margin: 0px;
	background-color: #333333;
	letter-spacing: .15em;
}

#page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#666666;	
}
	
#header {
	color: #999999;
	padding: 20px 20px 10px 20px;
	border-bottom: 1.2px solid #FF0000;
	text-align: center;
	letter-spacing: .1em;
}

#content {
	padding: 10px 80px 10px 80px;
	text-align:left;
	letter-spacing: .1em;
	
}
#content-2 {
	padding: 10px 80px 10px 80px;
	text-align:center;
}

#footer {
	border-top: 1.2px solid #FF0000;
	text-align: center;
	font-size: 12px;
	padding: 20px;
}

#header td {
	text-align: center;
}

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

a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

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

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

h1 {
	font-size:11pt;
	font-style:italic;
	text-align:center;
	font-weight:normal;
}

h2 {
	font-size:12pt;
	text-align:left;
	font-weight:normal;
	color:#666666;
}

.quoteAuthor {
	text-align:right;
}

.CentreJustify {
	text-align:center;
	font-style:italic;
}

.Italicise {
	font-style:italic;
}
.errors {
	color:#FF0000;
}
.small {
	font-size:9px;
}
	

