/* Changes the hyperlinks colours - blue for visited and unvisited hyperlinks; Hyperlink turns yellow when cursor is on the hyperlink*/
 
a:link    {color: #3333FF}
a:visited {color: #3333FF}
a:active  {color: #FFCC33}
a:hover   {color: #FFCC33}

/* Font and margin format for <p> </p> tags */
p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	text-align: left;
}

/* Font and margin format for <p> </p> tags */
p.title	{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	font-weight: bold;
}
body{
	background-color: #B5EAAA;
	background-image: url(Images/bckgrd_4.gif);
	background-repeat:no-repeat;
	background-attachment: fixed;
}

/* Font and margin format for <body> </body> tags */
body	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: left;
	}

/* Font and margin format for <td> </td> tags */
td	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
}

/* Font and margin format for <td> </td> tags */
.img	{ 
	text-align: center;
	}

/* Font and margin format for <td> </td> tags */
th	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	font-weight: bold;
	background-color: #CCCCCC;
	}
	
/* Font and margin format for <td> </td> tags */
td.footer
	{ 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	text-align: center;
	}