/* CSS Document */

#termsArea{
	line-height:180%;
	}
	
#termsArea h2{
	margin:10px 0;
	padding:0;
	width:345px;
	height:25px;
	position: relative;
	display: block;
	background: transparent url(/images/terms.gif) no-repeat;
	background-position: center top;
	font-size: 5px;
	text-indent: -9999px;
	text-decoration: none;
	}

#termsArea .eachTerm{
	margin:0 10px 20px 10px;
	}

#termsArea .eachTerm h3{
	font-size:12px;
	padding:3px;
	border-top:1px #d8e9ee solid;
	border-bottom:1px #d8e9ee solid;
	border-right:1px #d8e9ee solid;
	border-left:5px #d8e9ee solid;
	}

#termsArea .eachTerm ul{
	list-style-type:circle;
	margin-left:20px;
	}

#termsArea .eachTerm ol{
	list-style-type:circle;
	margin-left:20px;
	}

hr {
   border-width: 1px 0px 0px 0px;
   border-style: dotted; 
   border-color: #999;
   height: 1px; 
}
