/* Hobro Solutions.com Style Sheet designed by Hobro Solutions (www.hobrosolutions.com)		*/
/* Colour and font styles are separate classes							*/
/* All text requires the combination of both colour AND font classes	*/
/* ie. <span class="purple1"><span class="body">Example</span></span>		*/
/* <A> tags require the appropriate colour class						*/
/* ie. <a href="#" class="purple1Nav2Active"></a>							*/

/*****************************************************************************

/* BASE FONT STYLES */

.body{font-family:Arial,Helvetica,sans-serif;font-size:13px;}
.italic{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-style:italic;}
.bodyBold{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;}
.bodyBold2{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;}
.nav1{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;}
.title1{font-family:Arial,Helvetica,sans-serif;font-size:18px;font-weight:700;}
.title2{font-family:Arial, Helvetica,sans-serif;font-size:16px;font-weight:700;}
.title3{font-family:Arial, Helvetica,sans-serif;font-size:14px;font-weight:700;}
.borderAllBlack {border: 1px solid #000000}

.bkgrd {background: #B564AA url(images/homeBack.jpg); background-repeat: no-repeat;}


/*******************************************************************************/
/* COLOUR STYLES */

/*black1*/
.black1{color:#000000;}
td.black1{color:#000000;}
a.black1:link,a.black1:visited,a.black1:active,a.black1:focus{color:#000000;text-decoration:underline;}
a.black1:hover{color:#FFFFFF;text-decoration:underline;}

/*green1*/
.green1{color:#FF9966;}
td.green1{background:#cccc99;color:#000000;}
a.green1:link,a.green1:visited,a.green1:active,a.green1:focus{color:#000000;text-decoration:none;}
a.green1:hover{color:#FF9933;text-decoration:underline;}

/*grey1*/
.grey1{color:#FFFFCC;}
td.grey1{background:#333333;color:#FFFFCC;}
a.grey1:link,a.grey1:visited,a.grey1:active,a.grey1:focus{color:#FFFFCC;text-decoration:none;}
a.grey1:hover{color:#FF9933;text-decoration:underline;}

/*grey2*/
.grey2{color:#FFFFCC;}
td.grey2{background:#333333;color:#FFFFCC;}
a.grey2:link,a.grey2:visited,a.grey2:active,a.grey2:focus{color:#FFFFCC;text-decoration:none;}
a.grey2:hover{color:#FF9933;text-decoration:none;}

/*grey3*/
.grey3{color:#FFFFCC;}
td.grey3{background:#333333;color:#FFFFCC;}
a.grey3:link,a.grey3:visited,a.grey3:active,a.grey3:focus{color:#FFFFCC;text-decoration:underline;}
a.grey3:hover{color:#FF9933;text-decoration:underline;}

/*grey4*/
.grey4{color:#FF9933;}
td.grey4{background:#333333;color:#FF9933;}
a.grey4:link,a.grey4:visited,a.grey4:active,a.grey4:focus{color:#FF9933;text-decoration:none;}
a.grey4:hover{color:#FF9933;text-decoration:none;}

/*orange1*/
.orange1{color:#000000;}
td.orange1{color:#0000000;}
a.orange1:link,a.orange1:visited,a.orange1:active,a.orange1:focus{color:#000000;text-decoration:underline;}
a.orange1:hover{color:#990000;text-decoration:underline;}

/*orange2*/
.orange2{color:#990000;}
td.orange2{color:#990000;}
a.orange2:link,a.orange2:visited,a.orange2:active,a.orange2:focus{color:#990000;text-decoration:none;}
a.orange2:hover{color:#990000;text-decoration:underline;}

/*orange3*/
.orange3{color:#990000;}
td.orange3{color:#990000;}
a.orange3:link,a.orange3:visited,a.orange3:active,a.orange3:focus{color:#990000;text-decoration:underline;}
a.orange3:hover{color:#990000;text-decoration:underline;}

/*white1*/
.white1{color:#000000;}
td.white1{color:#0000000;}
a.white1:link,a.white1:visited,a.white1:active,a.white1:focus{color:#000000;text-decoration:underline;}
a.white1:hover{color:#cc3333;text-decoration:underline;}

/*yellow1*/
.yellow1{color:#000000;}
td.yellow1{color:#0000000;}
a.yellow1:link,a.yellow1:visited,a.yellow1:active,a.yellow1:focus{color:#000000;text-decoration:none;}
a.yellow1:hover{color:#cc3333;text-decoration:underline;}


