/*background colour*/
body {
	background-color: #d6d7d6;
}

/*generic font*/
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/*text navigation*/
.textNav {
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	text-align: center;
	color: #627EAA;
	vertical-align: middle;
}
a.textNav:link {
}
a.textNav:hover {
	color: #0A94D6;
}
a.textNav:visited {
}

/* page Title */
.pageTitle {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

/* item styles */
.item {
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
.itemTitle {
	font-weight: bold;
}
.itemLink {
	text-decoration: none;
	color: #627EAA;
}
a.itemLink:link {
}
a.itemLink:hover {
	color: #0A94D6;
}
a.itemLink:visited {
}

/* links on rhside of home page */
.quickLinksPanel {
	padding: 8px;
}
.quickLinks {
	font-size: 10px;
	color: #8CA3C4;
	text-decoration: none;
}
a.quickLinks:link {
}
a.quickLinks:hover {
	color: #0A94D6;
}
a.quickLinks:visited {
}
.quickLinksTitle {
	font-size: 11px;
	font-weight: bold;
	color: #6699CC;

}
hr {
	border: #000000;
	color: #000000;
}
.consNav {
	font-family: System, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;

}
.consNavTitle {
	font-family: System, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.consNav:link {

}
a.consNav:hover {
	color: #b7b3a3;
	background-color: #000000;

}
a.consNav:visited {
}
.footerPanel {
	background-color: #c6c7c6;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #666666;
}

