/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Webcreate Template Styles
version: 1.1
author: Keith O'Sullivan
created: September 01 2007
last update: September 01 2007
email: keith@webcreate.ie
website: http://www.webcreate.ie
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––-––––*/


html, body 
{
	height: 100%; /*required for sticky footer*/
	font: 13px/1.5 "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	background:#FFF;
}



/* Text Related Styles */
h1 {color:#FFF; font-size:36px;}
h2 {color:#006699; font-size:24px; font-weight:normal; }
h3 {color:#CC0000; font-size:18px; font-weight:normal; line-height:22px; }
h4 {color:#305609; font-size:14px; font-weight:bold; margin:15px 0}
p {margin:10px 0}
strong {font-weight:bold}


/* Links */
a {color:#0066FF}
a:hover {color:#0066FF; text-decoration:none;}
