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

/*==================================================================
	Global styles
==================================================================== */
 
.clear {
	clear:both;
	margin:0 0 10px 0;
}

.float-left {
	float:left;
	margin:0 10px 10px 0;
}
.float-right {
	float:right;
	margin:0 0 10px 10px;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold, b, strong {
	font-weight:700;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.uppercase {
	text-transform:uppercase;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}

em {font-style:italic;}
/*==================================================================
	Overall styles
==================================================================== */


body {
background: #000000;
margin:5px 0 0 5px;

}


h2 { font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	margin:5px 0 25px 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}

p {
	line-height: 108%;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	
}

p.list {
font-size:14px;

}

p.list br {
margin:0 0 5px 0;
}