/* 
CSS Defaults For ICC_
Created by David Oldfield_
Brainstorm Design, 36 Whitehouse Street, Leeds, LS10 1AD_
t: 0113 246 1010_
e: david.oldfield@brainstormdesign.co.uk_
w: www.brainstormdesign.co.uk_

rock and roll_
*/
body {
	padding:0px;
	margin:0px;
	font-family:Century Gothic, Avant Garde, Helvetica, Arial;
	font-size:12px;
	color:#222;
	background-image:url(../images/bg-stripe.png);
}
a {
	text-decoration:none;
	color:#005F5C;
	outline:none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border:0px solid #fff;
}
p.clear {
	clear:both;
	padding:0px;
	margin:0px;
	height:1px;
}
p {
	line-height:130%;
}
.bold {
	font-weight:bold;
}
p.bold span {
	font-weight:normal;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul li {
	margin-bottom:5px;
}


