/*
 *	Copyright © ParishCouncil.net
*/

BODY {
	font-family: Verdana;
	font-size: 100%;
}
TD {
	font-family: Verdana;
	font-size: 100%;
}

/* Link Attributes */
a:link, a:visited, a:active {
	color: #970000;
	text-decoration: none;
}

a:hover
{
	color: #7B68EE;
	text-decoration: underline;
}

/* Breadcrumbs Attributes */
#Breadcrumbs {
	border: 1px solid #C8C8C8;
	background-color: #F9F9F9;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 5px;
	height: 20px;
}
#Breadcrumbs A:Link{
	color: #000000;
}
#Breadcrumbs A:Visited{
	color: #000000;
}
#Breadcrumbs A:Hover{
	text-decoration: underline;
	color: #000000;
}

/* Bottom Breadcrumbs Attributes */
#BottomBreadcrumbs {
	border: 1px solid #C8C8C8;
	background-color: #F9F9F9;
	background-image: url(bg_breadcrumbs.gif);
	font-weight: normal;
	margin-top: 10px;
	padding: 5px;
	height: 12px;
}

/* Header And Footer Attributes */
.Header, {
	background-image: url(../../data/nav.gif);
	background-color: #EBF1F4;
	color:  #444444;
	border: 1px solid #C8C8C8;
	font-weight: normal;
	height: 14px;
	padding: 4px;
}

/* Mouse Over And Mouse Out Attributes */
.MouseOut {
	background-color: #FFFFFF;
}
.MouseOver {
	background-color: #F0F0F0;
}