/* -----------------
#- 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 ----*//*

SSC Organe:			#e76e2b
SSC Magenta:		#ec008c
SSC Lime:			#b8c114
SSC Forest:			#009a74

Standard text:		#6f8884
Inline links:		#008576
Grey text:			#5e6167
Blacks:				#000000
Whites:				#FFFFFF
------------------------ */

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

h2, h3, h4, h5, h6{color:#6f8884;}

h3{
	font-size:2.4em;
	line-height:1em;
	font-weight:normal;
}

h4{
	font-size:2.1em;
	line-height:1em;
	font-weight:normal;
}

h5{
	font-size:1.5em;
	line-height:1em;
	font-weight:bold;
}


small{font-size:0.9em; line-height:1.2em;}

h4 small{font-size:0.7em; line-height:1.1em; font-weight:normal; color:#000000;}

p{
	margin:10px 0;
	line-height:1.3em;
}

label{
	font-size:1.2em;
	line-height:1em;
	font-weight:bold;
	color:#6f8884;
}

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

textarea{font-size:1.2em; overflow:auto;}


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

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




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



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

