/* Website Copyright of Spidersnet.co.uk */

/* Reset */

html,body,div,ul,ol,li,dl,dt,dd,h1,h1,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h1,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body {
	margin:0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	width:100%;
	font: 12px arial, verdana, helvetica, sans-serif;
	color:#000000;
	}

/* Lists */

li {
	margin-left:12px;
	list-style:disc inside;
	}

ul {
	margin-bottom:15px;
	}

ol {
	margin-bottom:15px;
	}

ul.list-indent {
	text-indent:-15px;
	margin-left:15px;
	}

ol.list-indent {
	text-indent:-15px;
	margin-left:15px;
	}		

/* Headings */

h1 {
	font-size:11px;
	color:#000000;
	display:inline;
	}

h1.home {
	font-size:11px;
	font-weight:bold;
	color:#002245;
	}

h2 {
	font-size:11px;
	font-weight:bold;
	color:#002245;
	margin-bottom:10px;
	}
	
h3 {
	font-size:11px;
	font-weight:bold;
	color:#002245;
	margin-bottom:15px;
	}
	
h4 {
	font-weight:bold;
	margin-bottom:6px;
	}

h5 {
	float:left;
	width:165px;
	height:23px;
	padding:7px 0 0 0;
	background-color:#002245;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	}

/* Hyperlinks */

a {
	color:#002245;
	text-decoration:none;
	}

a:hover {
	color:#002245;
	text-decoration:underline;
	}

/* Typology */

p {
	margin-bottom:15px;
	}
	
.margin-bottom {
	margin-bottom:15px;
	}
	
.margin-top {
	margin-top:6px;
	}

.dotted {
	text-decoration:none;
	border-bottom:1px dotted #666666;
	}

.dotted:hover {
	text-decoration:none;
	border-bottom:1px dotted #ffffff;
	}
	
.italic {
	font-style:italic;
	}

.blue {
	color:#002245;
	}
	
.white {
	color:#ffffff;
	}

.small-print {
	font-size:10px;
	color:#666666;
	}