/*	
	Copyright (c) 2006.
	All rights reserved
	
	
	$ Revision date: 11/11/05
	
	Page style CSS Selectors 	 

	CONTENTS
	1. Headings
	2. General text
	3. Link styles
	4. Form styles
	
*/ 

* {padding: 0; margin: 0; border: 0;}

body {font-family: Arial, Sans-Serif; font-size: 1em; color: #000}

h1 {margin: 16px 0 20px 16px; font-size: 100%; color: #161560; font-weight: bold;}
h2 {font-size: 80%; margin: 0 0 10px 16px; color: #666;}

p {font-size: 80%; margin: 0 26px 16px 16px; color: #666;}
br {clear: left;}

a:link, a:visited {text-decoration: none; color: #1c1b64;}
a:hover {text-decoration: underline; color: #1c1b64;}

.clear {clear: both}
.left {float: left}
.right {float: right}
button, tr, td { behavior: url('http://www.lyceumcapital.co.uk/IEFixes.htc');}