/*
	======================================================
	Code by Chris Jepson, Piranha Design Ltd
	chris@piranha.co.uk     http:/www.piranha.co.uk
	======================================================
	
	
	Updates:
	
	date -	changes made
	
	This style sheet is using px for setting the sizes of fonts. 
	This is because px is more accurate than pt or for that matter
	"xx-small" etc. It also make the pages look the same on all
	browsers on all platforms. The drawback is that the user
	can't resize the text of the website themselves, since it is
	"locked" to the px size.
*/

/*
	======================================================
	text styles
	======================================================
*/

.body10pxblk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
a.body10pxblk:link {	color : #0066CC; }
a.body10pxblk:active {	color : #0066CC; }
a.body10pxblk:visited { 	color : #0066CC; }
a.body10pxblk:hover { 	text-decoration: underline;	color : #0066CC; }

.image {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
a.image:link {	color : #0066CC; }
a.image:active {	color : #0066CC; }
a.image:visited { 	color : #0066CC; }
a.image:hover { 	text-decoration: underline;	color : #0066CC; }
.bluebutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0066CC;
}
