/* -----------------
#- Clear Fixing 
-------------------*/
.clear-fix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	line-height:0;
	font-size:0;
	visibility:hidden;
	overflow:hidden;
}

.clear-fix {display:inline-block;}
html[xmlns] .clear-fix {display:block;}
* html .clear-fix {height:1%;}

.clear{clear:both; height:0px; line-height:0px; display:inline;}

/* -----------------
#- Type Setting
-------------------*/

/*---- #-Colour Loop ----*//*

Plain Grey text:	#435666
Light Grey text:	#909090
Dark Blue text:		#102f53
Links:				#00549f

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

body{
	font-size:62.5%;
	line-height:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	color:#435666;
	background-color:#FFFFFF;
}

h2, h3, h4, h5, h6{color:#00549f;}

h2{
	font-size:2.7em;
	line-height:1em;
	font-family:Bliss-Light, Arial, Helvetica, sans-serif;
}

h3{
	font-size:1.9em;
	line-height:1em;
	margin-top:10px;
	font-family:Bliss-Light, Arial, Helvetica, sans-serif;
}



p, a, li, dt, dd{
	font-size:1.2em;
	line-height:1em;
}

small{font-size:0.9em;}

p{
	margin:10px 0;
}

input, textarea{
	font-family:Arial, Helvetica, sans-serif;
	color:#909090;
}

input.text{background:#FFFFFF; padding:1px 0; border:none; border-top:1px solid #bbbbbb; border-bottom:1px solid #bbbbbb;}

textarea{font-size:1.2em;}


p a,
li li,
li a,
li p,
li p a,
dt a,
dd a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
	font-size:1em;
}


a{text-decoration:none; color:#00549f;}
a:hover{text-decoration:underline;}



td, th{
	font-size:1em;
	line-height:1em;
}
