/* LAYOUT */
html { overflow: -moz-scrollbars-vertical !important; }
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #858585;
}

table.main {
	width: 900px;
}

.contents {
	background-image: url(../images/bg_body_top.gif);
	background-repeat: no-repeat;
	background-color: #f0f0f0;
}

/* MENU */
.menu_container, .menu_excess {
	background-color: #083b63;
}
.menu_excess {
	width: 100%;
}

/* TEXT STYLE */
.default_text {
	font-family: arial;
	font-size: 10pt;
	color: #343434;
}



/* FOOTER */
.footer {
	font-family: arial;
	font-size: 8pt;
	color: #ffffff;
	text-align: center;
	background-color: #083b63
}
a.footer_menu, a:visited.footer_menu, a:hover.footer_menu {
	font-family: verdana;
	font-size: 9pt;
	color: #e5e5e5;
	text-decoration: underline;
}
a:hover.footer_menu {
	color: #8faabf;
	text-decoration: none;
}
span.footer_menu {
	font-family: verdana;
	font-size: 9pt;
	color: #e5e5e5;
}

/* SPECIFIC */
	/* introduction */
	.important {
		font-family: verdana;
		font-size: 14pt;
		color: gray;
	}
	.in_brackets {
		font-family: arial;
		font-size: 10pt;
		text-align: justify;
		color: #818181;
	}
	.brackets {
		font-family: arial;
		font-size: 60pt;
		color: #e7e7e7;
		width: 30px;
	}
	
	/* education */
	.education_year {
		font-family: arial;
		font-size: 13pt;
		color: #a9a9a9;
		font-weight: bold;
	}
	.education_place {
		font-family: arial;
		font-size: 10pt;
		color: #343434;
	}
	.education_notes {
		font-family: arial;
		font-size: 10pt;
		font-style: italic;
		color: gray;
	}
	
	/* experience */
	.experience_position {
		font-family: arial;
		font-size: 12pt;
		font-weight: bold;
		color: #343434;
	}
	.experience_place,span.experience_list  {
		font-family: arial;
		font-size: 10pt;
		color: #343434;
	}
	.experience_date {
		font-family: arial;
		font-size: 10pt;
		font-style: italic;
		color: gray;
	}
	li.experience_list {
		list-style-type: square;
		color: gray;
	}
	.experience_divider {
		border-bottom: 1px dashed silver;
	}
	
	/* awards */
	.awards_event {
		font-family: arial;
		font-size: 12pt;
		color: #343434;
		font-weight: bold;
	}
	.awards_notes {
		font-family: arial;
		font-size: 10pt;
		font-style: italic;
		color: gray;
	}
	
	/* activity */
	.activity_rank {
		font-family: arial;
		font-size: 12pt;
		font-weight: bold;
		color: #343434;
	}
	.activity_place,span.activity_list  {
		font-family: arial;
		font-size: 10pt;
		color: #343434;
	}
	.activity_date {
		font-family: arial;
		font-size: 10pt;
		font-style: italic;
		color: gray;
	}
	li.activity_list {
		list-style-type: square;
		color: gray;
	}
	.activity_divider {
		border-bottom: 1px dashed silver;
	}
	
	/* contact */
	.contact_label {
		font-family: arial;
		font-size: 11pt;
		color: gray;
		font-weight: bold;
	}
	.contact_entry {
		font-family: arial;
		font-size: 10pt;
		color: #343434;
	}
	a.contact_mail, a:visited.contact_mail, a:hover.contact_mail {
		font-family: arial;
		font-size: 10pt;
		color: #343434;
		text-decoration: underline;
	}
	a:hover.contact_mail {
		color: #8faabf;
		text-decoration: none;
	}
	