div#content { 
	position:relative; 
	top:1%; 
	left:0%; 
	text-align:justify;
	width:auto; 
	height:auto;
	border-color: none;
	border-width: 0px;
	border-style: solid;
	background-color: none;
	padding: 8px;
}

div#indent { 
	position:relative; 
	top:0%; 
	left:6%;
	text-align:justify;
	width:90%; 
	height:auto;
	border-color: none;
	border-width: 0px;
	border-style: solid;
	background-color: none;
	padding: 8px;
}

div#center { 
	position:relative; 
	top:0%; 
	left:0%;
	text-align:center;
	width:95%; 
	height:auto;
	border-color: none;
	border-width: 0px;
	border-style: solid;
	background-color: none;
	padding: 8px;
}

body {
	background: #ffffff;
	color: #666666;
	font-family: sans-serif;
	font-style: normal;
	font-size: 10pt;
	margin-top: 20
}

table {
	background: none;
	border: thin solid none;
	font-family: sans-serif;
	font-style: normal;
	font-size: 10pt;
}

td {
	vertical-align: top; 
}

td.bold {
	vertical-align: top;
	font-weight: bold;
}

td.color_bold {
	color: #990000;
	vertical-align: top;
	font-weight: bold;
}

tr.color_bold {
	color: #990000;
	font-weight: bold;
}

img {
	border: 0;
}

font.bold {
	font-weight: bold;
}

font.color {
	color: #990000;
	font-style: normal;
}

font.color_bold {
	color: #990000;
	font-weight: bold;
}

font.big_color_bold {
	color: #990000;
	font-weight: bold;
	font-size: 12pt;
}

a:link {
	color: #ffffff;
	background: none
}

a:link.black {
	color: #000000;
	background: none
}

a:visited {
	color: #ffffff;
	background: none
}

a:visited.black {
	color: #000000;
	background: none
}

