@charset "utf-8";
/* CSS Document */

/*normalizes margin, padding*/
body, div, ul, li, p {
	margin:0;
	padding:0;
	}

/*normalizes font size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	}

/*removes list style from lists*/
ol, ul {
	list-style:none;
	}

/*normalizes font style and weight*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
	}

/*removes list style*/
table {
	border-collapse:collapse;
	border-spacing:0;
	}

/*removes border from fieldset and img*/
fieldset, img {
	border:0;
	padding:0;
	margin:0;
	}

/*left align text*/
caption, th {
	text-align:left;
	}

/*removes quotation marks from q*/
q:before, q:after {
	content:'';
	}

/*site text*/
.default_txt {
	color:#222222;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	}

body {
	background-color:#B3AD94;
	}

#privacy_policy {
	background-color:#FFFFFF;
	border-left:#333333 solid 1px;
	border-right:#333333 solid 1px;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	}

#policy_txt {
	padding:30px 30px 30px 30px;
	text-align:justify;
	}

#policy_points {
	padding:0px 50px 0px 50px;
	text-align:justify;
	}
