/* @override 
	http://www.springstreet.com.au/css/style.css */

/* standard formatting used in Wygwam */

* {
	color:#333;	
	font:11px/20px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Geneva,sans-serif;
}

em, u, strong, span em, span u, span strong, p span, p span em, p span u, p span strong {
	font-size: 100%;
}

strong, b {
	font-weight: bold;	
}

img, a img, a:hover img, img:hover, a img:hover {
	border: none;
	background: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;

}

p a {
	color:#135768;
	font-weight: normal;
	text-decoration: none;
}

p a:hover {
	font-weight: normal;
	text-decoration: underline;
}

p {
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	margin: 10px 0px;
}

span, span * {
	color:#135768;
}

span strong, span b {
	color: inherit;
}

span.pailtext {
	color: #4e818e;	
}

h1 {
	color: #333;
	text-decoration: none;
	word-spacing: normal;
	font-weight: normal;
	text-align: left;
	letter-spacing: -1px;
	line-height: 100%;
	font-size: 180%;
	margin: 10px 0 5px;
}

h1 span {
	color:#135768;
	font-size: 100%;
}

h2 {
	color: #135768;
	text-decoration: none;
	word-spacing: normal;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0px;
	line-height: 130%;
	font-size: 150%;
	margin: 0;
	padding: 
	font-weight: bold;
}

h2 a, h2 a:hover {
	color: #333;
	text-decoration: none;
	word-spacing: normal;
	font-weight: normal;
}

h3 {
	color: #333;
	text-decoration: none;
	word-spacing: normal;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0px;
	font-size: 1.2em;
	margin: 10px 0px;
}

ul, ol {
	margin: 0px 20px 10px;
}

li {
	color:#444444;
	line-height: 1.5em;
	font-size: 1.0em;
}

blockquote {
	background: #EbF3F4;
	margin: 10px 0px;
	padding: 5px 10px;
	font-size: 100%;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

blockquote a, blockquote a:hover {
	padding: 0;
	background: none;
	color: #135768;
}

blockquote p {
	color: #333;
}

hr {
	border: none;
	border-bottom: 1px solid #c2d4d7;
	background: none;
	padding: none;
	margin: 10px 0px;
}

span.error {
	position: relative;
	margin: 10px 0px !important;
	padding: 10px !important;
	background: #ffe7e7 !important;
	border: 1px solid #900 !important;
	color: #900 !important;
	width: 90%;
	display: block;
}

span.highlight {
	background: #FF0;
	color: #000;
	display: inline;
}