body {
	background-color: #FFCC99; /*background color:#000000;*/
	color: #FFFFCC;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	list-style-type: square;
	text-align: left;
	text-decoration: none;
}

a:link {font-weight: bold; color: #FFCC99; text-decoration: underline}
a:visited {font-weight: bold; color: #FFCC99; text-decoration: underline}
a:hover {font-weight: bold; color: #FFFFCC; text-decoration: underline}
a:active {font-weight: bold; color: #FFFFCC; text-decoration: underline}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
   /*border-style: none; - if this is inserted, affects normal border tables*/
}

td {
	color: #CC9966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	vertical-align: top
}

table {margin-left: auto; margin-right: auto; text-align: left;}
/* this will centre all tables, but retain a default left-alignment cell content */

table {border-collapse: collapse}

table.border td {border: 1px solid; border-color: #CCCCCC}
table.noborder td {border-style: none}

table.cp0 td {padding: 0px}
table.cp2 td {padding: 2px}
table.cp3 td {padding: 3px}
table.cp4 td {padding: 4px}
table.cp5 td {padding: 5px}
table.cp6 td {padding: 6px}
table.cp7 td {padding: 7px}
table.cp8 td {padding: 8px}
table.cp10 td {padding: 10px}
table.cp12 td {padding: 12px}
table.cp15 td {padding: 15px}

#text {
	z-index: 2;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CC9966;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	border: none;
	clip: rect(auto auto auto auto);
}

.wrapper {width: 650px; padding: 0px; background-color: #000000}
/* This is the current 650 px container with the black background - move to 505050 background soon */
/* If this wrapper is a div, it would need to be centred. */
/* Don't style a wrapper td - this will affect all table cells */

.inner {width: 80%}
/* this is the inner container */

.mainnavbar {width: 100%; margin-left: auto; margin-right: auto; height: 25px;}
.mainnavbar td {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	background-color: #996633;}
 /* padding = 'cellspacing' */

.subnavbar {margin-left: auto; margin-right: auto;}
.subnavbar td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	background-color: #666666;}

h1, h2, h3, {font-family: Arial; font-style: normal; font-weight: bold;}

h1 {font-size: 24pt}
h2 {font-size: 18pt}
h3 {font-size: 14pt}

h1 {margin: 0px 0px 20px 0px; padding: 0px 0px 0px 0px}
h2 {margin: 15px 0px 15px 0px; padding: 0px 0px 0px 0px}
h3 {margin: 0px 0px 12px 0px; padding: 0px 0px 0px 0px}

img {border: none}

.clearboth {line-height: 0; height: 0; clear: both;}

.break {padding-top: 8px; padding-bottom: 8px; width: 100%}
/* .breakbig {padding-top: 20px; padding-bottom: 15px; width: 100%}  is now not used*/

.floatright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	}

.floatleft {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px
	}

.style1 {color: #FFCC99; font-size: xx-large;}
.style2 {font-size: 18px; color: #FFFFFF;}
.style3 {color: #996633; font-weight: bold;}
.style4 {color: #333333; font-weight: bold;}
.style5 {color: #FFFFFF}
.style6 {color: #FFCC66}
.style7 {font-size: medium; color: #CC9966;}
.style8 {color: #663300}
.style9 {color: #333333}
.style10 {font-size: 8pt}
.style11 {color: #CC6600}
.style12 {font-size: x-large; color: #FFCC99;}
.style13 {color: #CCCCCC}
.style14 {color: #CC3300}
.style15 {color: #CC9933}
.style16 {color: #999900}
.style17 {color: #FF6600}
.style18 {color: #FF9933}
.style19 {color: #669999}
.style20 {font-size: 18px; color: #FFFFFF; background-color: #996633;}


