/* Cascading Style Sheet for Liverpool Network For Change web site */

/* body tag attributes */
body {
	margin: 0em;
	padding: 0em;
	font-size: x-small;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F8F7F2;
}

/* paragraph text (black) */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

/* text colours (black, dark green and light green) */
.black {
	color:#000000;
}

.dark_green {
	color:#336600;
; font-size: x-small
; font-weight: bold
}

.light_green {
	color:#009900;
}

/* link and anchor tag attributes */
/* generic */
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #336600;
}
a:hover {
	color: #66CC33;
	text-decoration: none;
}
/* white & bold for navigation */
a.nav {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
a.nav:hover {
	color: #66CC33;
	text-decoration: none;
}
/* light green & bold for current page navigation */
a.nav_current {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #66CC33;
}
a.nav_current:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* black for footer email */
a.footer {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
a.footer:hover {
	color: #66CC33;
	text-decoration: none;
}

/* headings */
/* main headings */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
; text-decoration: none
}
/* other headings */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #336600;
; text-decoration: none
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
; text-decoration: none
}
/* unordered lists */
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
ul.dark_green {
	color: #336600;
}

/* ordered lists */
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
ol.dark_green {
	color: #336600;
}

/*horizontal rule */
hr {
	color: #336600;
; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold
}

/* footer text (black) */
p.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.justtext {  font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-weight: normal; color: #000000; text-decoration: none; text-align: justify}
.backtotoplink {  font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #336600; text-decoration: none}
a.footer link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
}

.agency {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
; text-decoration: none
}