/*Used for gradient background fill */
body
{
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}

/*Used for normal text*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #003366;
}

/*Used for top heading on main pages*/
h1 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-align: center;
	top: 20px;
	position: relative;
}



/*Used for top headings on sub-pages*/
h2 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-align: left;
	position: relative;
}

.plant_table_cell_colour{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #4B6589;	
}

.plant_table_headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	text-align: center;
}

.plant_table_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-align: center;
}

/*Used for left aligning the contact form. Not required if paragragh class is set to left align
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-align: left;
}*/

/*Used to centre align links at the foot of pages. Also used to centre the address on contact page*/
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #003366;
}

/*Used for the address formating at the foot of every page.*/
.footer_address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #003366;
	line-height: 0cm; 
}

/*Used for main cell background image*/
.background {
	background-image: url(images/main.jpg);
	
}

/*Standard link style*/
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

/*Standard link style*/
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

/*Standard link style*/
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

/*Standard link style*/
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

/*Used to add a different style link to that of the standard style. Not required as yet*/
a.special:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000
	
}

/*Used to add a different style link to that of the standard style. Not required as yet*/
a.special:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000
}

/*Used to add a different style link to that of the standard style. Not required as yet*/
a.special:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000
}

/*Used to add a different style link to that of the standard style. Not required as yet*/
a.special:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000
}

	
