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


.emphasise {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
}

.text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.footnote {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}

body,td,th {
      color: #FFF;
  }
  body {
	background-color: #c26553;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  }
  
a:link {
	text-decoration:underline;
    color: #FFF;
}
a:visited {
	text-decoration:underline;
    color: #FFF;
}
a:hover {
	text-decoration:underline;
    color: #FFF;
}
a:active {
	text-decoration:underline;
    color: #FFF;
}
