	BODY {
	text-align: center;
	border : none;
	font-family: Verdana;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	color : Silver;
	font : serif;
	text-decoration : none;
} 

	:link { color: #000000;}  /* for unvisited links */
	:visited { color: #000000;} /* for visited links */
	:active { color: #000000;} /* when link is clicked */
	:hover { color: #000000;} /* when mouse is over link */

	table {
		text-align: center;
		margin-left : 0px;
		margin-right : 0px;
		margin-top : 0px;
		margin-bottom : 0px;
		padding : 0px;
		}

	H1 {
		font : normal 30pt Verdana;
		color : #F5F5F5;
		}

	H2 {
	font : normal 12pt Verdana;
	color : #F5F5F5;
}
		
	H3	{
	font : normal 8pt Verdana;
	color : #F5F5F5;
	
}
		
	H4 {
		font : normal 24pt Verdana;
		color : #000000;
		}

	H5 {
	font : normal 12pt Verdana;
	color : #000000;
}
		
	H6	{
	font : normal 8pt Verdana;
	color : #000000;
	
}

.t6 {
 font : normal serif;
 font-family : Verdana;
 color : #000000;
 font-size : 8pt;
}

/* H4 Colour Change */
.changeclr_1	{font: normal 24pt Verdana; color: #F5F5F5;}

/* H5 Colour Change */
.changeclr_2	{font: normal 12pt Verdana; color: #F5F5F5;}
.changeclr_4	{font: bold italic 12pt Verdana; color: #FE0201;}	

/* H6 Colour Change */
.changeclr_3	{font: normal 8pt Verdana; color: #F5F5F5;}

	


 INPUT, SELECT, TEXTAREA
{
	font-family : Verdana;
	color : #00000;
	font-size : 8pt;
	border-width : 1px;
	border-style : solid;
	border-color : #CCCCCC;

}

INPUT.fullWidth, TEXTAREA.fullWidth, SELECT.fullWidth
{
   
   width            : 95%;
}
/* for some reason, 100% will truncate right edge */