/*
-----------------------------------------------
Client: Mortgage Glossary
Description: Printable
Author: Copious Ltd - www.copious.co.uk
Copyright: 2006 Copious Ltd
Version:  02 May 2006

----------------------------------------------- */

/* General setup
----------------------------------------------- */



/* Overall layout rules
----------------------------------------------- */

body {
	background: white;
	font-family: times;
	color: black;
	margin: 0;
  	 }
	 
#wrapper	{
	width: 96%;
	border: 0;
	padding: 0;
	background: white;
	background-image: none;
	}	
	 
	 
	/* General Typography
----------------------------------------------- */

p {
	color: #333;
	margin: 3px 0 10px 20px;
	font-size: 10pt;
	line-height: 130%;
	font-style: normal;
	}
	
address {
	color: #333;
	margin: 0 0 1em 0;
	font-size: 12pt;
	font-style: italic;
	}
	
ul, ol, dl {
	color: #333;
	margin: 0 0 14px 40px;
	padding: 0;
	font-size: 10pt;
	line-height: 150%;
	}
	
ul.linklist a {
		font-weight: normal;
		margin: 1em 0 0 0;
	}
	
	
ul li.title {
	margin: 2em 0 0 0;
	font-size: 12pt;
	font-weight: bold;
	list-style-type: none;
	}
	

h1, h2, h3, h4, h5, h6	{
	font-family: times;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2em;
	}

h1	 { 
	color: Black;
	font-weight: bold; 
	font-size: 18pt; 
	margin-bottom: 1.2em;
	}
	
h1 span	 { 
	color: Black;
	padding: 0 10px 0 0;
	font-size: 18pt; 
	}
	
h2, h3, h4	 { 
	color: Black;
	margin: 0;
	padding: 0;
	font-weight: bold; 
	font-size: 14pt; 
	}
	
h5, h6	 { 
	color: Black;
	margin: 0;
	padding: 0;
	font-weight: bold; 
	font-size: 12pt; 
	}
	
table {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 10pt;
	width: 20%;
}

	
/* Main Hide me
----------------------------------------------- */

.skiplink, h2 a, #focusbar, #banner, fieldset, .hide, #footer, .outerfoot, img  {
	display: none;
	}
	
	
/* General linkology
----------------------------------------------- */
		
a:link, a:visited {
	color: #333;
   font-weight: bold;
   text-decoration: none;
   }










