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

/* Normal Text */
body {
	font-size:16px;
	color: #2E404D;
	font-family:helvetica;
}

/* Light Text */
.style1 {
	font-size:16px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	font-family: helvetica;
	line-height:90%;
}

/* Small Dark Text */
.style2 {
	font-size:12px;
	color: #2E404D;
	font-weight: bold;
	padding: 5px;
	font-family: helvetica;
}

/* Colour Lined Up Text */
.style3 {
	display: inline-block;
	font-size:16px; 
    color: #FFFFFF;
	width:100%;
	vertical-align:middle;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#481A27;
	font-family: helvetica;
	line-height:110%;
}

/* Small Light Text */
.style4 {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:helvetica;
	line-height:100%;
}

/* Dark Lined Up Text */
.style5 {
	display: inline-block;
	font-size:16px; 
    color:#FFFFFF;
	width:100%;
	vertical-align:middle;
	text-indent:2px;
	padding-top:2px;
	padding-bottom:4px;
	background-color:#000000;
	font-family: helvetica;
	line-height:110%;
	font-weight:bold;
}

/* Headings */
h1 {
	font-family:helvetica;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #2E404D;
	text-align: left;
}

/* Big Text */
h2 {
	font-family:helvetica;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #2E404D;
}

#header {
	position:absolute; z-index:2;
	top:0; left:0;
	width:100%;
	height:55px;
	background-color:#481A27;
	padding:0;
	color:#FFFFFF;
	font-size:20px;
	text-align:center;
	font-weight: bold;
}

#footer {
	position:absolute; z-index:2;
	bottom:0; left:0;
	width:100%;
	height:50px;
	background-color:#B89F7E;
	padding:0;
	text-align:center;
}

#wrapper {
	position:absolute;
	z-index:1;
	top:55px;
	bottom:0px;
	left:0px;
	width:100%;
	background:#fff;
	overflow:auto;
}

#scroller {
	position:absolute; z-index:1;
	width:100%;
	padding:0;
}

a:link {
	color: #2E404D;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #2E404D;
	text-decoration: none;
    font-weight: bold;
}

a.style4:link {color:#FFFFFF;text-decoration:none;}
a.style4:visited {color:#FFFFFF;text-decoration:none;}

table.indexLink td {font-size:18px;padding:0}
table.indexLink td a {font-size:18px;padding:4px; display:block}
