/*	-------------------------------------------------------------
	Legal Services Ombudsman
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Text styles
	Filename:		text.css
	Version:		1.0
	Date:			May 05, 2006
	Author:			Analogue Internet, analogue.co.uk
	-------------------------------------------------------------	*/

body {
	background-color: #999999;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

p {
	line-height: 18px;

}

/* Link related */
a {
color: #006699;
text-decoration: underline;
}

a:hover {
color: #666666;
text-decoration: none;
}

a:visited {
color: #006699;
}

a:visited:hover {
color: #666666;
text-decoration: none;
}


.newsbox a {
	color: #006699;
	text-decoration: underline;
	padding-left: 15px;
}

.newsbox a:hover {
color: #666666;
text-decoration: none;
}

.newsbox a:visited {
color: #006699;
}

.newsbox a:visited:hover {
color: #666666;
text-decoration: none;
}







h1 {
	font-size: 14pt;
	color: #006699;
}
h2 {
	font-size: 12pt;
	color: #333333;
}
h3 {
	font-size: 11pt;
	color: #006699;
	text-align: left;
	clear: both;
	height: auto;
	width: auto;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 4px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #EFEFEF;
	margin-bottom: -5px;
	background-image: url(media/hshadow.gif);
	background-repeat: repeat-x;
}
h4 {
	font-size: 11pt;
}
blockquote {
	color: #006699;
}


h5 {
	font-size: 9pt;
	font-weight: bold;
	color: #006699;
}
#container #innercontainer #content ul {
	line-height: 180%;
	color: #006699;
}
#container #innercontainer #content ol {
	line-height: 180%;
	color: #006699;
}
.txt006699 {
	color: #006699;
}
.txtsml {
	font-size: 8pt;
	color: #333333;
}

.txtsmlwht {
	font-size: 8pt;
	color: #FFFFFF;
}
.newslink {
	font-size: 8pt;
	float: right;
	width: 100px;
	height: auto;
	text-align: right;
	margin-bottom: 5px;	
}
.white {
	color: #FFFFFF;
}
