body {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

/* ----- Top ----- */
div.top {
	position: absolute;
	left: 5px;
	width: 260px;
	height: 80px;
	border: 2px solid #000000;
	background-color: #FFFFFF;
}
/* ----- End Top ----- */

/* ----- Banner ----- */
div.banner {
	width: 480px;
	height: 80px;
	margin: 5px 5px 5px 290px;
	border: 2px solid #000000; 
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
/*	visibility: hidden; */
}
/* ----- End Banner ----- */

/* ----- Bottom ----- */
div.bottom {
	margin: 10px 5px 5px 175px;
	color: #000000;
	text-align: center;
	font-size: 10pt;
	visibility: hidden; 
}
/* ----- End Bottom ----- */

/* ----- Navigation ----- */
div.menu {
	position: absolute;
	left: 5px;
	top: 100px;
	width: 160px;
/*	padding: 5px 5px 5px 5px; */
	border: 2px solid #000000;
	background-color: #FFFFFF;
	color: #0000FF;
}

div.menu a {
	color: #0000AA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

div.menu h1.NaviSection {
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 0px solid #000000;
	background-color: #3399FF;
	text-align: right;
}

div.menu td.navilink {
	font-weight: normal;
	font-size: 100%;
	padding: 1px 0px 1px 4px;
	color: #0000AA;
	text-decoration: none;
}
/* ----- End Navigation ----- */

/* ----- Main ----- */

div.main {
	left: 23px;
	top: 106px;
	margin: 10px 5px 5px 175px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	min-height: 2ex;
	font-size: 100%;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	background-image: url(/images/back_body.png);
	background-repeat: no-repeat;
}

div.main .SectionTitle {
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 0px solid #000000;
	background-color: #3399FF;
	text-align: right;
}

div.main .Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
}

div.main .Subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

div.main .YourStoryTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #0000AA;
}

div.main .biography  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #0000AA;
}

div.main pre {
	font-size: 10pt;
	color: #000000;
}


div.main a:link, div.main a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	color: #0000FF;
	text-decoration: none;
}

div.main table.data {
	border: 0px solid #0000AA;
}

div.main th.data {
	border: 1px solid #0000AA;
	background-color: #0000AA;
	font-weight: bold;
	color: #FFFFFF;
}

div.main td.data {
	border: 1px solid #0000AA;
}

div.main td.timeline1 {
	border: 1px solid #0000AA;
}

div.main td.timeline2 {
}

div.main td.timeline_year1 {
	font-weight: bold;
}

div.main td.timeline_year2 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000AA;
	border: 1px solid #0000AA;
}

/* ----- End Main ----- */

div.menu, div.main, div.banner, div.top{
	-moz-border-radius: 10px; /* mozilla only */
}

/* ------------------------------- */
