

P, ul, ol  { color : #000000; font-family : Arial, Helvetica, sans serif; font-size : x-small; line-height : 120%;}

hr	{ color: #00694A; width:100%; height: 1; }

.nav 	{ color : #FFFFFF; font-family : Arial, Helvetica, sans serif; font-size : xx-small; line-height : 100%;}

h1 	{  font-size : medium; font-family : Arial, Helvetica, sans-serif; font-weight : bold; font-style : normal; color : #000000; text-decoration : none; line-height : 120%;}
h2  { color : #000000; font-family : Arial, Helvetica, sans serif; font-weight : bold; font-size : small;}
h3  { color : #000000; font-family : Arial, Helvetica, sans serif; font-weight : bold; font-size : x-small;}
h4	{ color : #000000; font-family : Arial, Helvetica, sans serif; font-weight : bold; font-size : x-small;	margin : 0px;}

a:link 		{ color : #AD2021; font-family : Arial, Helvetica, sans serif; font-size : x-small; text-decoration : none; line-height : 100%;}
a:Visited  	{ color : #AD2021; font-family : Arial, Helvetica, sans serif; font-size : x-small; text-decoration : none; line-height : 100%;}
a:Hover  	{ color : #AD2021; font-family : Arial, Helvetica, sans serif; font-size : x-small; text-decoration : underline; line-height : 100%;}

.navon 				{ color : #000000; font-family : Arial, Helvetica, sans serif; font-size : xx-small; line-height : 100%;}
.navon a:link 		{ color : #000000; font-family : Arial, Helvetica, sans serif; font-size : xx-small; text-decoration : none; line-height : 100%;}
.navon a:Visited  	{ color : #000000; font-family : Arial, Helvetica, sans serif; font-size : xx-small; text-decoration : none; line-height : 100%;}
.navon a:Hover  	{ color : #000000; font-family : Arial, Helvetica, sans serif; font-size : xx-small; text-decoration : underline; line-height : 100%;}

.topnav  			{ color : #FFFFFF; font-family : Arial, Helvetica, sans serif; font-size : xx-small; line-height : 100%;}
.topnav a:link 		{ color : #FFFFFF; font-family : Arial, Helvetica, sans serif; font-size : xx-small; text-decoration : none; line-height : 100%;}
.topnav a:Visited  	{ color : #FFFFFF; font-family : Arial, Helvetica, sans serif; font-size : xx-small; text-decoration : none; line-height : 100%;}
.topnav a:Hover  	{ color : #FFFFFF; font-family : Arial, Helvetica, sans serif; font-size : xx-small; text-decoration : underline; line-height : 100%;}

.subnav  			{ color : #AD2021; font-family : Arial, Helvetica, sans serif; font-size : xx-small; line-height : 100%;}
.subnav a:link 		{ color : #AD2021; font-family : Arial, Helvetica, sans serif; font-size : xx-small; text-decoration : none; line-height : 100%;}
.subnav a:Visited  	{ color : #AD2021; font-family : Arial, Helvetica, sans serif; font-size : xx-small; text-decoration : none; line-height : 100%;}
.subnav a:Hover  	{ color : #AD2021; font-family : Arial, Helvetica, sans serif; font-size : xx-small; text-decoration : underline; line-height : 100%;}
/*
.formbutton  {
	border:1px solid;
   	border-color:#006A4E;
	background-color : #D8E7E1;
	font-family : Arial, Helvetica, sans serif;
	font-size : 80%;
	color : #000000;
	padding: 3px 4px;
	cursor: hand;
} */
.formbutton {
	font-family : Arial, Helvetica, sans serif;
	font-size : 80%;
	color : #000000;
	background-color: #D8E7E1;
	border-style: solid;
	border-left-color : #A6CDBD;
	border-right-color : #006666 ;
	border-top-color : #A6CDBD;
	border-bottom-color : #006666;
	border-width : 2px;
	padding: 1px;
}

/* table , imported from care homes  */

.data th{
	background-color: #C6DFD6;
	vertical-align:top;
	text-align:left;
	padding:5px;
}

.data td{
	background-color: #f8f8f8;
	border-bottom: 1px solid #e7e3f1;
}

.data td p{
	padding:5px;
}