/* click-canopies.co.uk */

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	/* background: url(../img/bgimage.gif) ;
	background-repeat : repeat; */
	/* added */
	}

h1 {
	font-size: 1.3em;
	text-align: center;
	/* top, right, bottom, left */
	margin: 0px 0 35px 0;
	/* padding: 0.2em; */
	/* text-shadow: 0.2em 0.3em #ff0000 */ 
	background-color: inherit;
	/* font-style: italic; */
	}
		
h2 {
	font-size: 1.05em;
	/* top, right, bottom, left */
	margin: 15px 0 0 0;
	padding: 0.2em 0.2em 0.2em 0.8em;
	color: #00008b;
	background-color: inherit;
	font-style: italic;
	}

h3 {
	font-size: 1em;
	/* top, right, bottom, left */
	margin: 10px 0px 0px 6px;
	padding: 0.2em 0em 0.2em 0.6em;
	color: #00008b;
	background-color: inherit;
	text-align: center;
	}

h4 {
	font-size: 1.05em;
	font-weight: bold;
	/* top, right, bottom, left */
	margin: 20px 0 0 0;
	padding: 0.2em 0em 0em 0.6em;
	color: #00008b;
	background-color: inherit;
	}

h5 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	/* top, right, bottom, left */
	margin: 0px 0 0 0;
	padding: 0.5em 0.2em 0em 0em;
	color: #00008b;
	background-color: inherit;
	}

a {
	text-decoration: none;
	font-weight: normal;
	color: #0000ff;
	background-color: inherit;
	outline: none;
	}
a:link{
	color: #0000ff;
	background-color: inherit;
	}
/* a:visited {
	color: #0000ff;
	background-color: inherit;
	} */
a:hover {
	/* color: #0000ff; */
	text-decoration: underline;
	}
a:active {
	color: #0000ff;
	background-color: inherit;
	}

a.fn{
	color: #999999;
	background-color: inherit;
	font-weight: normal;
	}
a.fn:link{
	color: #999999;
	background-color: inherit;
	}
a.fn:visited {
	color: #999999;
	background-color: inherit;
	}
a.fn:hover {
	color: #999999;
	background-color: inherit;
	text-decoration: underline;
	}
a.fn:active {
	color: #999999;
	background-color: inherit;
	}

/* a	{
	text-decoration: none;
	font-weight: normal;
	color:  #0000ff;
	background-color: inherit;
	outline: none;
	}

a:link {
	color:  #0000ff;
	background-color: inherit;
	}

a:hover {
	text-decoration: underline;
	}

a:active {
	color:  #ff0000;
	background-color: inherit;
	} */

p	{
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0em 0.2em 0em 1.2em;
	}

p.center {
	text-align: center;
	margin: 0 auto;
	}

p.border	{
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
	border: 1px solid rgb(0, 0, 0);
	padding: 3px 5px 4px 10px; 
	}

p.small {
	font-size: 0.85em;
	}

p.tinyctr {
	font-size: 0.75em;
	line-height: 1.1em;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0px;
	}

p.smallctr {
	font-size: 0.85em;
	line-height: 1.1em;
	text-align: center;
	padding-top: 10px;
	}

p.footnote1{
	text-align: center;
	font-size: 0.7em;
	background-color: inherit;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #808080;
	}

p.footnote2{
	text-align: center;
	font-size: 0.7em;
	background-color: inherit;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #808080;
	}

.rfoot {
	/* position: absolute; */
	float: right;
	right: 0px;
	padding: 0;
	margin-top: -25px;
	}

small	{
	font-size: 0.8em;
	}

table {
	text-align: left;
	border-spacing: 0px;
	margin: 0 auto;
	}

td {
	color: #000000;
	background-color: inherit;
	padding: 0.2em;
	}