body {
	margin: 0px;
	padding: 0px;
	background-color: #696969;
	font-family: 'Trebuchet MS', Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

.page {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

table {
	position: relative;
	display: block;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	width: 770px;
}

a {
	padding: 0px;
	margin: 0px;
	display: inline;
}

div.title {
	font-size: 14pt;
	color: #696969;
	padding: 5px;
	width: 95%;
	text-align: right;
}

p {
	font-weight: normal;
	font-size: 8pt;
	width: 274px;
	display: block ;
	position: relative;
	margin: 5px;
}

p.left {
	text-align: justify;
	left: 194px;
}

p.right {
	text-align: justify;
	left: 5px;
}

.nowrap {
	display: inline-block;
}

td {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

td.light {
	background-color: #FFFFFF;
	color: #C0C0C0;
}

td.text {
	background-color: #FFFFFF;
	padding: 5px;
	color: #696969;
	width: 468px;
}

td.text_dark {
	background-color: #C0C0C0;
	color: #FFFFFF;
	padding: 5px;
	width: 274px;
}

td.light_curve {
	background-color: #FFFFFF;
	background-image: url('../images/bottom_left_curve.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #C0C0C0;
}

td.dark {
	background-color: #C0C0C0;
	color: #FFFFFF;
}

td.dark_curve {
	background-color: #C0C0C0;
	background-image: url('../images/top_right_curve.gif');
	background-repeat: no-repeat;
	background-position: top right;
	color: #FFFFFF;
}

img,img.link {
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

img.left_spacer {
	width: 486px;
	height: 0px;
	border: 0px;
	display: inline;
}

img.right_spacer {
	width: 284px;
	height: 0px;
	border: 0px;
	display: inline;
}