/* @override 
	http://192.168.0.189:291/Styles/legal.css
	http://192.168.0.180:291/Styles/legal.css
*/

* { 
	margin: 0; 
	padding:0px;
}

body{
	font: 11px/16px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:#444;
	background: #fff url(../images/legal.gif) no-repeat 40px 40px;
}

#wrap {
	width: 500px;
	background: #fff;
	margin: 40px 40px 40px 220px;
	border-left: 1px solid #c2c2c2;
	padding-left: 40px;
}

h1#title {
	position: absolute;
	left: 40px;
	top: 75px;
	color: #666;
	font-size: 14px;
}

h1#title2 {
	position: absolute;
	left: 40px;
	top: 75px;
	color: #666;
	font-size: 14px;
}

a#return {
	position: absolute;
	left: 40px;
	font-size: 11px;
	top: 110px;
	text-decoration: none;
	padding-left: 14px;
	background: url(../images/arrow.gif) no-repeat 4px 0;
	cursor: pointer;
}

a#return2 {
	font-size: 11px;
	text-decoration: none;
	padding-left: 14px;
	background: url(../images/arrow.gif) no-repeat 4px 0;
	cursor: pointer;
}

a.print {
	background: url(../images/print.gif) no-repeat left 0;
	padding-left: 20px;
	text-decoration: none;
	height: 16px;
	float: left;
	margin-bottom: 10px;
	cursor: pointer;
}

a#return:hover, a#return2:hover, a.print:hover {
	text-decoration: underline;
}

h1, p {
	margin-bottom: 16px;
	clear: both;
}
	
h1 {
	font-size: 14px;
	letter-spacing: -1px;
}

h2 {
	font-size: 12px;
	margin-bottom: 0;
	letter-spacing: -1px;
}

h3 {
	font-size: 10px;
	margin-bottom: 0;
}

p {
	font-size: 10px;
}

ul {
	margin-bottom: 16px;
	list-style-position: inside;
	font-size: 10px;
}

a {
	color: #444;
}