/* Background Tiles
.bg {
   background-image: url(../../imagery/new/bgTile4.gif);
   background-position: top left;
   background-attachment: fixed;
   background-repeat: repeat;
   background-color:#efeeee;
}
.bg_Floral_Bottom {
   background-image: url(../../imagery/new/bgFloralBottom.gif);
   background-position: bottom left;
   background-attachment: fixed;
   background-repeat: no-repeat;
}
.bg_Floral_Top {
   background-image: url(../../imagery/new/bgFloralTop.gif);
   background-position: top right;
   background-attachment: fixed;
   background-repeat: no-repeat;
}
 */
.bg {
	background-color:#efeeee;
}

/* background colours */
.bgWhite 				{ background-color:#ffffff; }
.bgBlue 				{ background-color:#0a546d; }
.bgRed  				{ background-color:#f06114; }
.bgYellow 				{ background-color:#b20c0c; }

/* Fonts */
.defaultWhite			{ font-family:Tahoma, Verdana, Arial; font-size: 11px; color:white; }
.defaultBlue			{ font-family:Tahoma, Verdana, Arial; font-size: 11px; color:#1aa9d9; }
.defaultRed				{ font-family:Tahoma, Verdana, Arial; font-size: 11px; color:#7a2d03; }
.defaultYellow			{ font-family:Tahoma, Verdana, Arial; font-size: 11px; color:#d2b540; }
.darkGrey				{ font-family:Tahoma, Verdana, Arial; font-size: 11px; color:#636457; }

/* Links */
a.email 				{ font-family:Tahoma, Verdana, Arial; font-size: 11px; color:#ffffff; text-decoration:none}
a.email:hover   		{ text-decoration:underline }
a.blue	 				{ font-family:Tahoma, Verdana, Arial; font-size: 11px; color:#1aa9d9; text-decoration:none}
a.blue:hover			{ text-decoration:underline }
a.red	 				{ font-family:Tahoma, Verdana, Arial; font-size: 11px; color:#7a2d03; text-decoration:none}
a.red:hover  			{ text-decoration:underline }
a.yellow  				{ font-family:Tahoma, Verdana, Arial; font-size: 11px; color:#d2b540; text-decoration:none}
a.yellow:hover			{ text-decoration:underline }

a.link         			{ font-family:Tahoma, Verdana, Arial; font-size: 11px; color:#BF6047; text-decoration:none}
.Submit					{ border: 0px solid White; font-weight: bold; font-family: Tahoma; font-size: 11px; color: #85bc06; background-color:#ffffff;}
.default 		        { font-family:Tahoma, Verdana, Arial; font-size: 11px; color:#BF6047; text-decoration:none}

.footerText				{ font-family:Tahoma, Verdana, Arial; font-size: 12px; color:#949585; text-decoration:none}
a.footerEmail 		    { font-family:Tahoma, Verdana, Arial; font-size: 12px; color:#85bc06; text-decoration:none}
a.footerEmail:hover     { font-family:Tahoma, Verdana, Arial; font-size: 12px; color:#636457; text-decoration:none}
a.white 		    	{ font-family:Tahoma, Verdana, Arial; font-size: 12px; color:#ffffff; text-decoration:none}
a.white:hover     		{ font-family:Tahoma, Verdana, Arial; font-size: 12px; color:#636457; text-decoration:none}