/* 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, p, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.body {
}
.bodySmall {
	font-size:10px;
}
.italic {
	font-style:italic;
}
.bold {
	font-size:13px;
	font-weight:700;
}
.bodyBold {
	font-size:13px;
	font-weight:700;
}
.bodyBold2 {

	font-weight:700;
}
.nav1 {
	
	font-weight:700;
}
.title1 {
	font-size:18px;
	font-weight:700;
}
.title2 {
	font-size:16px;
	font-weight:700;
}
.title3 {

	font-size:14px;
	font-weight:700;
}
.borderAllBlack {
	border: 1px solid #000000
}
.bkgrdIndex {
	background: #FFFFFF url(images/frontPage/sunsetBack.jpg);
	background-repeat: no-repeat;
}
a {
	color:#000000;
}
a:visited {
}
a:hover {
}
a:active {
}
/*******************************************************************************/
/* 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:none;
}
a.black1:hover {
	color:#ffffcc;
	text-decoration:underline;
}
/*black2*/
.black2 {
	color:#000000;
}
td.black2 {
	color:#000000;
}
a.black2:link, a.black2:visited, a.black2:active, a.black2:focus {
	color:#000000;
	text-decoration:underline;
}
a.black2:hover {
	color:#ffffcc;
	text-decoration:underline;
}
/*yellow1*/
.yellow1 {
	color:#ffcc66;
}
td.yellow1 {
	color:#ffcc66;
}
a.yellow1:link, a.yellow1:visited, a.yellow1:active, a.yellow1:focus {
	color:#ffcc66;
	text-decoration:none;
}
a.yellow1:hover {
	color:#ffffcc;
	text-decoration:underline;
}
/*yellow2*/
.yellow2 {
	color:#ffcc66;
}
td.yellow2 {
	color:#ffcc66;
}
a.yellow2:link, a.yellow2:visited, a.yellow2:active, a.yellow2:focus {
	color:#ffcc66;
	text-decoration:underline;
}
a.yellow2:hover {
	color:#ffffcc;
	text-decoration:underline;
}
/*red1*/
.red1 {
	color:#660000;
}
td.red1 {
	color:#660000;
}
a.red1:link, a.red1:visited, a.red1:active, a.red1:focus {
	color:#660000;
	text-decoration:none;
}
a.red1:hover {
	color:#660000;
	text-decoration:underline;
}
/*white1*/
.white1 {
	color:#FFFFFF;
}
td.white1 {
	color:#FFFFFF;
}
a.white1:link, a.white1:visited, a.white1:active, a.white1:focus {
	color:#FFFFFF;
	text-decoration:underline;
}
a.white1:hover {
	color:#cc3333;
	text-decoration:underline;
}
