/* Widths are specified in em units. (Pixels / 16 = Ems) */
/* Links */
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	text-decoration: none;
}

body
{
	font-size: 100%;
}
/* Default Font family */
{
font-family:Arial,Helvetica,Georgia,Sans-Serif;
}

/* Headers */
h1
{
	text-align:center;
	margin-left:2.5em;
	margin-right:2.5em;
}
h2
{
	text-align: center;
	margin-left: 2.5em;
	margin-right: 2.5em;
}
	
/* Paragraphs */
/*
p
{
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 3.125em;
	margin-right: 3.125em;
}
*/
p.index
{
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 3.125em;
	margin-right: 3.125em;
	background-image: url(images/fisherwatercolour.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
p.boldlarge
{
	font-size: x-large;
	font-weight: bold;
}

p.center
{
	text-align: center;
}

h1.PH {
	font-family:"Comic Sans MS", Arial, sans-serif;
	font-size:2em;
	color:#502800;
	text-align:center;
}

p.PH {
	font-family:"Comic Sans MS", Arial, sans-serif;
	font-size:1em;
	color:#422100;
	text-align:center;
}

/* Tables */
table.main
{
	width: 62.1875em;
	border: 0em;
	text-indent: 0em;
}
/*
table
{
	width: 100%;
	border: solid 0.3125em grey;
}
*/
td.fullyellow
{
	width: 100%;
	background-color: #E4C960;
	text-align: center;
	border-bottom: 0.3125em;
	border-left: 0.3125em;
	border-right: 0.3125em;
	border-top: 0.3125em;
	padding: 1em;
}
td.twenty
{
	td align:center;
	width:20%;
	bgcolor:#FFFFFF;
}
td.eighty
{
	width:80%;
	bgcolor:#FFFFCC;
}

/* Original styles below */
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.style4 {font-family: Arial, Helvetica, sans-serif}
.style6 {
	font-size: medium;
	font-weight: bold;
}
.style7 {font-size: medium}
.style8 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.style9 {
	color: #FFFFFF;
	font-weight: bold;
}
.Chiller {
	font-family: Chiller;
	color: #F00;
	font-size: 2.25em;
}
.Bookman {
	font-family: "Bookman Old Style";
	color: #F00;
	font-size: .75em;
}
.style10 {
	font-size: x-large;
	font-weight: bold;
}
.style11 {
	font-size: x-large;
	font-weight: bold;
	color: #F00;
}
.style12 {
	font-size: x-large;
	font-weight: bold;
	color: #00FF00;
}
