/** BASIC */

#containerldg {background:#FFF;width: 750px;margin:30px auto;}

#toplogo {
float: left;
width: 91px;
height: 91px;
margin: 0 0 0 15px;
}

#top2 {
	float: left;
	width: 300px;
	margin: 0 0 0 315px;
	text-align: center;
	color: #FF0000;
	background: #FFFFFF;
	}

.clr {
	clear: both;
	}
	
.textcontent {
	margin: 0 auto;
	text-align: center;
	width: 650px;
	background: #FFFFFF;
	}
.text {
	margin: 0 auto;
	font-style: normal;
	text-align: left;
	font-size: 14px;
	}
	
.italics {
	margin: 0 auto;
	font-style: italic;
	text-align: center;
	}

.bigred {
	margin: 0 auto;
	text-align: center;
	font-style: normal;
	font-size: 18px;
	font-weight: bolder;
	color: #FF0000;
	}
.boldgrey {
	margin: 0 auto;
	text-align: left;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	color: #4D4D4D;
	}


	
