/* ---- Page ------------------------------------------- */

html, body, div, table, td, th {
	margin: 0;
	padding: 0;
	font-family: "DejaVu Sans", "Bitstream Vera Sans", sans-serif;
	font-size: 10pt;
}

html, body {
	color: #333;
	background-color: white;
	/* IE6 */
	text-align: center;
}

table {
	border: none;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

td {
	border: none;
	vertical-align: top;
}

tt {
	color: #f60;
}

/* ---- Links ------------------------------------------ */

a {
	color: #03c;
	text-decoration: none;
}

a:hover {
	color: #06e;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

.sub_links {
    color: #999;
    font-size: smaller;
}

.sub_links a {
	color: #999;
	text-decoration: none;
}

.sub_links a:hover {
	color: #666;
	text-decoration: none;
}


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

#main {
	position: relative;
	max-width: 780px;
	margin: 10px auto;
	background-color: white;
	overflow: hidden;
	/* IE6 */
	text-align: left;
}

#main_body {
	margin: 0 20px;
	position: relative;
}

#main_body h1 {
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: normal;
}

#main_body h2 {
	margin-top: 0;
	margin-bottom: 1ex;
	font-weight: normal;
}

/* ---- Main (Portrait) -------------------------------- */

#portrait {
	position: absolute;
    z-index: 0;
	top: 0px;
	right: 0px;
}

#portrait img, #portrait picture {
	border: 0px solid #eee;
}

/* ---- Main (Tables) ---------------------------------- */

.main_table {
    position: relative;
    z-index: 1;
	margin-top: 3ex;
	margin-right: 30px;
	width: 100%;
}

.main_table td {
}

.colh {
	white-space: nowrap;
}

.col1 {
	width: 8ex;
	padding-right: 2ex;
	white-space: nowrap;
	text-align: left;
}

.col2 {
}

.col1, .col2, .col3, .col4, .col5, .col6 {
	padding-bottom: 1ex;
}

/* ---- Footer ----------------------------------------- */

#footer {
	position: relative;
	margin-top: 5px;
	margin-bottom: 7px;
	width: 100%;
	border-top: 1px solid #eee;
	text-align: right;
}

#footer .eof {
	color: #555;
	font-size: 7pt;
}

/* ---- Menu ------------------------------------------- */

.menu {
	padding: 0;
	margin: 0;
	text-align: center;
}

.menu ul {
	padding: 0;
	margin: 0;
}

.menu_item {
	margin: 0;
	padding: 0;
	display: inline;
}

.menu_item a, .menu_item span {
	margin: 0ex .5ex 0ex .5ex;
	padding: 0.1ex 1.5ex 0.1ex 1.5ex;
}

.menu_item span {
	color: #ccc;
}

.menu_item a {
	color: #999;
	text-decoration: none;
	border: none;
}

.menu_item a:hover {
	color: white;
	background-color: #bbb;
	text-decoration: none;
}
