@charset "UTF-8";
/* CSS Document 
	Copyright Aylesbury Vale Advocates 2009  text and contents
	Design and all CSS and JS Copyright Webs For Everyone 2009
*/

.nav{
	font-size: 12px;
	color: #333333;
}

.mainHeading{
	color: #005B2E;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
}

.pageText, .pageText a{
	color: #333333;
	/*font-size: 12px;   now uses style sheet resize script  */
	/*line-height: 16px;*/
	font-weight: normal;
}



.pageText a:link, .pageText a:visited, .pageText a:active{
	text-decoration: none;
	color:#0000FF;
}

.pageText a:hover{
	color: #0000FF;
	text-decoration: underline;
}

.subHeading{
	color: #005B2E;
	/*font-size: 14px;
	line-height: 18px; now uses style sheet resize script  */
	font-weight: bold;
	padding-bottom: 3px;
}

p{
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

#topMessage{
	padding-bottom:20px;
}

.boxText{
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}



.readmore, .readmore a{
	color: #005B2E;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
}

.readmore a:link, .readmore a:visited, .readmore a:active{
	color: #005B2E;
	text-decoration: none;
}

.readmore a:hover{
	color: #0000FF;
	text-decoration: underline;
}


.footer{
	font-size: 10px;
	color: #055B36;
}
.footer a, .footer a:link ,  .footer a:visited ,  .footer a:active{
	color: #055B36;
	text-decoration: none;
}
.footer a:hover{
	color: #055B36;
	text-decoration: underline;
}
