/***********************************************/

/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/*--  Snippet CSS Styles   --*/
#snippetleft {
	float:left;
	width:160px; /* Floating box width */
        font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:normal;
	color:#000033; /*-- Text Colour --*/
	border:3px solid #663333;  /*-- Border width, Style & border colour --*/
	text-align:left;
	text-decoration:none;
	margin: 5px 5px 5px 0;
	padding: 5px;
	background-color: #FFFF99; /*--background --*/
}
#snippetleft a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#663333; /* Link colour */
	font-weight:normal;
	text-decoration:underline;
}

#snippetleft a:Hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#FF3333;  /* link colour when mouse hovers over link */
	font-weight:normal;
	cursor:pointer;
	text-decoration:underline;
}


#snippetright {
	float:right;
	width:160px; /* Floating box width */
        font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:normal;
	color:#000033; /*-- Text Colour --*/
	border:3px solid #663333;  /*-- Border width, Style & border colour --*/
	text-align:left;
	text-decoration:none;
	margin: 5px 0 5px 5px;
	padding: 5px;
	background-color: #FFFF99; /*--background --*/
}
#snippetright a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#663333; /* Link colour */
	font-weight:normal;
	text-decoration:underline;
}

#snippetright a:Hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#FF3333; /* link colour when mouse hovers over link */
	font-weight:normal;
	cursor:pointer;
	text-decoration:underline;
}
/*--  End Snippet CSS styles  --*/


