﻿a:link
{
    color: blue
}
a:active
{
    color: red
}
a:hover
{
    color: red
}
a:visited
{
    color: purple
}
h1
{
    font-weight: normal;
    font-size: 24pt;
    color: #993300;
    font-style: normal;
    font-family: Arial, Arial, Helvetica, sans-serif;
}
h2
{
    font-weight: normal;
    font-size: 18pt;
    font-style: normal;
    font-family: Arial, Arial, Helvetica, sans-serif;
		color: #993300;
}

h3
{
    font-weight: normal;
    font-size: 14pt;
    color: #993300;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4
{
    font-weight: bold;
    font-size: 12pt;
    color: #993300;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica,  sans-serif
}

h5
{
    font-weight: bold;
    font-size: 10pt;
    color: #993300;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif
}

h6
{
    font-weight: normal;
    font-size: 8pt;
    color: #993300;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

table
{
    font-size: 10pt;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    table-border-color-light: rgb(153, 153, 102);
    table-border-color-dark: rgb(102, 102, 51)
}

body
{
    font-size: 10pt;
    background-attachment: fixed;
    background-image: url(../images/forestmute.jpg);
    color: black;
    background-repeat: repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: white;
}

.menu
{
    font-weight: normal;
    font-size: x-small;
    text-decoration: none;
}


.redText
{
	color:red;
}

.mandatory
{
    font-weight: 900;
    font-size: larger;
    color: red;
    font-family: Verdana, Arial, Helvetica, sans-serif;;
}	
		
.batGroupWebsitesTable td
{
	padding: 10px;
	vertical-align: bottom;
	text-align: left;
}

.walkTalkTable
{
	border-collapse:collapse;
}

.walkTalkTable td
{
	border:1px;
	border-style: solid;
	border-color: black;
	padding:5px;
	font-size:smaller;
}

td.greyed
{
	background-color:#DADADA;
}

td.textBottom
{
	vertical-align:bottom;
}

td.centreText
{
	text-align:center;
}		

td
{
    vertical-align: top;
}

.imageAlignLeft
{
	float: left;
	padding: 10px;
}

.breakTextFlow
{
	clear: both;
}
