/*--------------------------------------------------------------------------------------------------- 
02 Typography styles
---------------------------------------------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px; /*65%*/
	color: #4e4e4e;
}

h1, h2, h3 { 
}

h4, h5, h6 {
	color: #575757; 
}
h1{	
	/*font-family: "Bliss Light", 'Gill Sans', Calibri, 'Helvetica Neue', Arial, sans-serif, 'Droid Sans';*/
	font-size: 36px;
	font-weight: bold;
	color: #252d59;
}
#ColdwaterHelpSingles h1, #ColdwaterHelpSite h1	{
	font-size: 28px;
}
h2{	
	font-size: 24px;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	color: #43579b;
}
h3{
	font-size: 21px;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	color: #f26729;	
}
h4{
	font-size: 18px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 11px;
}

li, dt, dd {
	font-size: 13px;
}
table {
	font-size: 13px;
}
p, address {
	font-size: 13px;
	padding: 0 0 12px 0;
}
#Content p {
	line-height: auto;
}

#Breadcrumb	{
	font-size: 9px;
}
/* Font Scaling */
p, li, dt, dd, table, label, legend, address {
}
/*-------------------------------------------------------------------------------------------------
hyperlinks
---------------------------------------------------------------------------------------------------- */

a:link, a:visited, a:hover, a:active {
	color: #43579b;
	text-decoration: none;
}

a:hover {
	color: #f29729;
	text-decoration: underline;
}


/* ---------------------------------------------
copyright 2011 - Capita Registrars Ltd.
Authored by - Nick Hillman Mar 11
----------------------------------------------*/


