html, body {
	font: 12px Georgia, "Times New Roman", Times, serif;
}
a:link{
     color: 006600;
}
a:hover{
     color: 003300;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	color: #009900;
	text-align: center;
}
h2 {
	font-size: 21px;
	font-weight: bold;
	color: #009900;
	text-align: center;
}
h3 {
	font-size: 19px;
	font-weight: bold;
	color: #3333FF;
	text-align: left;
}
h4 {
	font-size: 17px;
	font-weight: bold;
	color: #009900;
	text-align: left;
}
h5 {
	font-size: 15px;
	font-weight: bold;
	color: #3333FF;
	text-align: left;
}

td {
	
	padding: 15px 6px 6px;
	text-align: left;
}
ul {
	list-style-type: square;
	font-size: 15px;
	font-weight: bold;
	
}
.tblColour {
	
	background: #FFFF66;
}
.tblColour2 {
	
	background: #FFFF99;
}
.tblColour3 {
	
	background: #FFCC00;
}
.txtContact
{
    font-weight: bold;
	font-size: 15px;
}
.txtHeader
{
    font-weight: bold;
	font-size: 15px;
	color: #009900;
}
.tblAlignRight
{
    font-weight: bold;
	font-size: 14px;
	text-align: right;
}
.tblAlignLeft
{
    font-weight: bold;
	font-size: 14px;
	text-align: left;
}
.tblTitle1
{
    font-weight: bold;
	font-size: 20px;
	background-color: FFCC00; 
	text-align: center;
}
.tblTitle2
{
    font-weight: bold;
	font-size: 14px;
	background-color: FFCC66; 
}
.tblTitle3
{
    font-weight: bold;
	font-size: 14px;
	background-color: FFCC77; 
}
.tblSubTitle1
{
    font-weight: bold;
	font-size: 12px;
	background-color: FFFF66; 
}
.tblSubTitle2
{
    font-weight: bold;
	font-size: 12px;
	background-color: FFFF99; 
}