HTML, BODY {
	width: 100%; height: 100%;
	}

BODY {
	margin:0; padding:0; border:0;
	background-color: #fff;
	}

A:hover {
	text-decoration: underline;
	}


.div_main {
	width: 720px;
	margin:0; margin-top: 48px;
	padding: 36px;
	border: 0;
	text-align: left;
	background-color: #fff;
	background-image: url(img/body_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	}

.div_header {
	}

.div_content {
	/* width:100%; height: 100%; */
	margin:0;
	padding:0;
	}

.div_footer {
	margin:0; padding:0; padding-top:12px; border:0;
	text-align: right;
	font-family: sans-serif;
	font-size: 12px;
	}

.div_footer A {
	color: #000;
	text-decoration: none;
	}

.div_footer A:hover {
	text-decoration: underline;
	}


/* PAGE STYLE */


.content-title {
	margin:0; padding:0; border:0;
	text-align: center;
	font-family: Bitter, sans-serif;
	font-size: 27px;
	font-weight: bold;
	}

.content-title IMG {
	position: absolute;
	display: inline;
	height: 120px;
	margin-top: -90px; margin-left: -50px;
	}

.content-content {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8;
	letter-spacing: 0;
	}

.content-content P {
	margin:0; padding:0; padding-top:12px; border:0;
	}

.content-content P.title {
	margin:0; padding:0; padding-top:16px; border:0;
	font-size: 18px;
	}

.content-content P.bull {
	margin-left: 20px;
	}
.content-content SPAN.bull {
	margin:0; padding:0;
	margin-left: -20px;
	margin-right: 12px;
	}

.content-content TABLE TD {
	vertical-align: top;
	}

.content-content TABLE COL.col-1 ,
.content-content TABLE COL.col-2 {
	width: 50%;
	}
.content-content TABLE TD.col-1 {
	padding-right: 12px;
	}
.content-content TABLE TD.col-2 {
	padding-left: 12px;
	}

.content-content TABLE TD IMG {
	width: 100%;
	}


