/* ----------------------------------------------------------------------------------------------
	type.css:	type.css for standard layout of cph.uk.com
	version:	1.0
	email:		info@praxitar.com
	website:	http://www.praxitar.com
	copyright:	Copyright 2009 Praxitar Ltd
   ---------------------------------------------------------------------------------------------- */

body {
	font-family:	Helvetica, Arial, sans-serif;
	font-size:		62.5%;
	font-weight:	500;
}

h1 {
	font-size:		20px;
	font-weight:	bold;
	line-height:	140%;
}

h2 {
	font-size:		18px;
	font-weight:	bold;
	line-height:	140%;
}

dt {
	font-size:		15px;
	font-weight:	bold;
	line-height:	125%;
}


h3 {
	font-size:		15px;
	font-weight:	bold;
	line-height:	125%;
}

p,ol,ul,dl,caption,tr {
	font-size:		13px;
	line-height:	130%;
}

li,dd,a {
	font-size:		13px;
}

dd {
	padding-bottom:	2px;
}

h1,h2,h3,p,dl,dd,dt,a {
	margin:		0 0 10px 0;
}

/*
p {
	text-align:			justify;
}
*/

ul {
	margin:			0 0 10px 0;
	list-style-position:	inside;
	list-style-type:		circle;
	list-style-image:		none;
}

ul li {
	margin:			0 0 0 65px;
	list-style-position:	outside;
	list-style-type:		square;
	list-style-image:		url(/img/red-bullet.gif);
}

ol li {
	margin:			        0 0 0 65px;
	list-style-position:	outside;
	list-style-type:		decimal;
}

a {
	text-decoration:		none;
	border-bottom-style:	dashed;
	border-width:			1px;
	font-weight:	bold;
}

a:hover {
	border-bottom-style:	dotted;
}

strong, .strong {
	font-weight:	bold;
}

blockquote {
	font-size:				15px;
	line-height:			22px;
	font-weight:			normal;
/*  font: 18px/30px normal Tahoma, sans-serif;*/
/*	padding-top: 			10px;*/
	margin:					2% 5% 7% 5%;
	background-image:		url(/img/feedback-openquote.gif);
	background-position:	top left;
	background-repeat:		no-repeat;
	text-indent:			34px;
}

blockquote span {
	display:				block;
	font-style:				italic;
	text-align:				center;
	min-height:				52px;
	background-image:		url(/img/feedback-closequote.gif);
	background-repeat:		no-repeat;
	background-position:	right bottom;
}

body {
	color:		#666;
	background-color:	#fff;
}

h1,h2,h3,ul,dl,dt,caption {
	color:		#055bc0;
}

p,a,li,dd,tr {
	color:		#515256;
}

a {
	border-color: #1b80c8;
}



