@charset "utf-8";
/* CSS Document */

.privacy h2{
	font-size: 1.5em;
    letter-spacing: 1px;
    text-align: center;
}

.privacy p{
	font-size: 1.05em;
	float:left;
	width:100%;
	margin:0 0 10px;
}

.privacy h5{
	font-size: 1.1em;
    line-height: 30px;
    margin: 10px 0 8px;
	float:left;
	width:100%
}

.privacy ol{
	padding:0 0;
	width:100%;
	float:left;
}

.privacy  ol > li:before {
    content: "";
}

.privacy  ol > li{
	font-size: 0.85em;
    line-height: 30px;
    list-style-type: lower-roman;
    margin: 0 0 5px 40px;
    padding: 0 0 0 10px;
	float:left;
}

.privacy  ol li{
	width:100%;
	float:left;
}


.privacy h5.light{
	font-weight:normal;
	font-size: 1em;
}


.privacy h5.light strong{
	font-weight:bold;
}


ul.nested li:before {
    content: "";	
}

ul.nested{
	padding:0 0 0 20px;
	float:left;
}

ul.nested li{
	font-size: 0.9em;
	line-height: 28px;
	list-style-type: disc;
	padding: 10px 0;
	float:left;
	width:100%;
}

.terms p{
    padding: 0 0 0 0;
}

.terms p strong{
	float:left;
	width:100%;
}

p.block{
	padding: 20px 0 0 20px
}

.privacy a{
	color:#008bd2;
	text-decoration:underline;
}


.privacy a:hover{
	text-decoration:none;
	cursor:pointer;
}





























