/*---------------------------------------------------------------------
  Block Formatting
---------------------------------------------------------------------*/
body	{
	font-family: "verdana", helvetica, sans-serif;
	font-size: 100%;
	background-color: #ffffff;
	color: #000000;
	}

hr	{
      color: #880000;
	background-color: #ffff88;
	}
br.bothsides {
	clear: both;
	}
	
/*---------------------------------------------------------------------
  Headings
---------------------------------------------------------------------*/
h1	{ 	
	font-size: 200%;
	font-weight: bold;
	}

h2	{ 	
	font-size: 160%;
	}

h3	{ 	
	font-size: 140%;
	}

h4	{ 	
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	}
h5	{ 	
	font-size: 100%;
	font-style: italic;
	}

/*---------------------------------------------------------------------
  Paragraphs
---------------------------------------------------------------------*/
p	{
	font-size: 100%;
	}
p.warning {
	color: red;
	}
p.hidewarning {
	display: none;
	color: red;
	}

p.marg10 {
	margin: 10px;
	}

p.centre {
	text-align: center;
	}

p.right {
	text-align: right;
	}

p.note	{
	font-size: 80%;
	font-style: italic;
	}

p.indented {
	margin-left: 1cm;
	}

p.fr400 {
	width: 400px;
	border: 0;
	margin: 10px;
	float: right;
	}

div.header {
	display: none;
	background: #ffffff;
	text-align: center;
	}

div.footer {
	clear: both;
	text-align: right;
	padding-top: 50px;
	}

div.leftcontent {
	display: none;
/*	background: #ffffff; */
	}

div.rightcontent{
	padding-top: 10px;
	}

div.centre {
	text-align: center;
	}

div.fr400 {
	width: 400px;
	}
div.l600 {
	width: 600px;
	}
	
span.warning {
	color: red;
	}

/*---------------------------------------------------------------------
  Text Formatting
---------------------------------------------------------------------*/
a:link {
      color: blue;
	background: #ffffff;
	}
a:visited {
      color: purple;
	background: #ffffff;
	}
a:active {
      color: red;
	background: #ffffff;
	}
a:link:hover {
      color: red;
	background: #ffffff;
	}
a:focus {
      color: red;
	background: #ffffff;
	}

strong { 	
	font-weight: bold;
	}
small	{
	font-size: 80%;
	}

/*---------------------------------------------------------------------
  Lists
---------------------------------------------------------------------*/
ol, ol.upperi {
        list-style-type: upper-roman;
	}
ol ol, ol.uppera {
        list-style-type: upper-alpha;
	}
ol ol ol, ol.decimal {
        list-style-type: decimal;
	}

ul	{
        list-style-type: disc;
	}
ul ul	{
        list-style-type: circle;
	}
ul ul ul {
        list-style-type: square;
	}

/*---------------------------------------------------------------------
  Tables
---------------------------------------------------------------------*/
table	{
	border: 0;
	padding: 10px;
	margin: 10px;
	}
table.w600	{
	border: 0;
	margin: 10px;
	width: 600px;
	}

td	{ 	
	font-size: 100%;
	vertical-align: top;
	padding: 10px;
	}
td.centre { 	
	text-align: center;
	vertical-align: top;
	}
td.right {
	text-align: right;
	vertical-align: top;
	margin: 10px;
	}
td.nav {
	text-align: left;
	width: 100px;
	background-color: #ffff00;
	font-weight: bold;
	color: #0000ff;
	font-size: 80%;
	}
td.header {
	text-align: left;
	background-color: #ffff00;
	}
td.footer {
	text-align: right;
	}
td.thumbnail {
	table-layout: fixed;
	text-align: center;
	width: 150px;
	height: 150px;
	}
td.wid40 {
	width: 40px;
	}
td.wid100 {
	width: 100px;
	text-align: left;
	}
td.wid150 {
	width: 150px;
	}
td.wid80r {
	width: 80px;
	text-align: right;
	}

/*---------------------------------------------------------------------
  Images
---------------------------------------------------------------------*/
img	{
	border: 0;
	margin: 10px;
	}
img.menu {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	}
img.menuwide {
	width: 30px;
	height: 15px;
	vertical-align: middle;
	}
img.s400x400 {
	width: 400px;
	height: 400px;
	}
img.s600x600 {
	width: 600px;
	height: 600px;
	}
img.fl400x260 {
	width: 400px;
	height: 260px;
	border: 0;
	margin: 10px;
	}
img.fl400x480 {
	width: 400px;
	height: 480px;
	border: 0;
	margin: 10px;
	}
img.fl600x300 {
	width: 600px;
	height: 300px;
	border: 0;
	margin: 10px;
	}
img.fr400x260 {
	width: 400px;
	height: 260px;
	border: 0;
	margin: 10px;
	}
img.fr400x400 {
	width: 400px;
	height: 400px;
	border: 0;
	margin: 10px;
	}
img.fr600x250 {
	width: 600px;
	height: 250px;
	border: 0;
	margin: 10px;
	}
img.fr600x300 {
	width: 600px;
	height: 300px;
	border: 0;
	margin: 10px;
	}
img.previouspage {
	height: 49px;
	width: 49px;
	margin-right: 25px;
	}
img.nextpage {
	height: 49px;
	width: 49px;
	margin-left: 25px;
	}

/*---------------------------------------------------------------------
  Forms
---------------------------------------------------------------------*/
form	{
	font-size: 100%;
	}
