/* CSS Document */

/* Global Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#333333;
	margin-top: 20px;
	line-height: 2.2em;
	font-weight: normal;
}

a {
	color: #333333;
	text-decoration:none;
	text-align: right;
	font-size: 100%;
}
	
a:hover {
	text-decoration:none;
	color: #FF9900;
}

a.email:link  {
	color : #b52e34;
	text-decoration: none;
	font-size: 96%;
	margin-bottom: -10px;
}

a.email:hover  {
	text-decoration: underline;
}

/* Class Styles */

.header {
	color:#000;
	font-size: 1.4em;
	vertical-align: top;
	letter-spacing: 0.1ex;
	font-weight: normal;
	}
	
.subheader {
	color:#333;
	font-size: 1.1em;
	vertical-align: top;
	}
	
.menuheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #7a7b81;
	}
	
ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.menu li {
	float: left;
	font-size: 110%;
}

.menu a {
	margin: 0;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #a3b3b3;
	background: #fff;
	padding: 6px 6px 0px 0px;
	width: 1.4em;
	height: 1.4em;
}

.menu a:hover {
	text-decoration: underline;
	color: #b52e34;
}

.menu a:active {
	color: #fff;
}

.blank {
	margin: 0;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: #fff;
	padding: 6px 6px 0px 0px;
	width: 1.4em;
	height: 1.4em;
}

/* Fill Colours and Font adjust */

.rule {
	line-height: 10px;
	background-color: #a3b3b3;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

.menurule {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #a3b3b3;
	font-weight: normal;
	font-size: 1.1em;
	color: #333;
	display: block;
	line-height: 1.8em;
	margin-bottom: 8px;
}

.menurule2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.linkbox {
	padding: 5px;
	border: 1px solid #a3b3b3;
}

.media {
	border: 1px solid #a3b3b3;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

.alignright {
	text-align: right;
}

.instruction {
	color:#b1000c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 95%;
	line-height: 14px;
	margin-bottom: -20px;
}

.bold {
	font-weight: 800;
	color: #333;
}
