/*IMAGE/BACKGROUND STYLES-------------------------------------------------------------------------------------------*/
.gutterL {
	background-image: url(images/gutter_L.gif);
	background-repeat: repeat-y;
	background-position: right;

}
.gutterR {
	background-image: url(images/gutter_R.gif);
	background-repeat: repeat-y;
}
.gutterB {
	background-image: url(images/gutter_B.gif);
	background-repeat: repeat-x;
	background-position: top;

}
.flowerbg {
	background-image: url(images/flower_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;


}
/*TEXT STYLES-------------------------------------------------------------------------------------------------------*/
.headingblue {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #0064B8;
}
/*-----------------------------------------------------------*/
.boldtext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}
.boldtext a:link {
	color: #000000;
	text-decoration: underline;
}
.boldtext a:visited {
	color: #000000;
	text-decoration: underline;
}
.boldtext a:hover {
	color: #0064B8;
	text-decoration: none;
}
/*-----------------------------------------------------------*/
.boldblue {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #0064B8;
}
/*-----------------------------------------------------------*/
.bodytext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}
.bodytext a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.bodytext a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.bodytext a:hover {
	font-weight: bold;
	color: #0064B8;
	text-decoration: none;
}
/*-----------------------------------------------------------*/
.bodytextgrey{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #999999;
}
.bodytextgrey a:link {
	color: #999999;
	text-decoration: none;
}
.bodytextgrey a:visited {
	color: #999999;
	text-decoration: none;
}
.bodytextgrey a:hover {
	color: #0064B8;
	text-decoration: none;
}
/*-----------------------------------------------------------*/
.bodyblue {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #0064B8;
}
.pricetext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #729C50;
}
.caption {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #0064B8;
}
/*-----------------------------------------------------------*/
.tickertext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #CC0033;
}
.tickertext a:link {
	color: #CC0033;
	text-decoration: none;
}
.tickertext a:visited {
	color: #CC0033;
	text-decoration: none;
}
.tickertext a:hover {
	color: #CC0033;
	text-decoration: none;
}
/*-----------------------------------------------------------*/
.smallprint {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
}
.smallprint a:link {
	color: #000000;
	text-decoration: underline;
}
.smallprint a:visited {
	color: #000000;
	text-decoration: underline;
}
.smallprint a:hover {
	color: #0064B8;
	text-decoration: none;
}
/*-----------------------------------------------------------*/
.pagenav {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	vertical-align: bottom;
}
.pagenav a:link {
	color: #000000;
	text-decoration: none;
}
.pagenav a:visited {
	color: #000000;
	text-decoration: none;
}
.pagenav a:hover {
	color: #0064B8;
	text-decoration: none;
}
/*-----------------------------------------------------------*/
.formtext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
}
/*POSITIONING STYLES------------------------------------------------------------------------------------------------------*/
.abcentre {
	text-align: center;
	vertical-align: middle;
}
.aligncentre {
	text-align: center;
}
.aligntop {
	vertical-align: top;
}
.verticalcentre{
	vertical-align: center;
}
.alignright{
	text-align: right;
}
/*HTML Redefined------------------------------------------------------------------------------------------------*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
}
a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
hr {
	border: 0;
	height: 1px;
	color: #448DCB;
	background-color: #448DCB;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
