/* general */
body {
	font: 0.75em Verdana;
	color: black;
	margin: 0 5%;
	line-height: 1.5;
}

p {
	margin: 0 0 0.5em 0;
}

sub, sup {
	line-height: 0;
}

/* headers */
h1, h2 {
	font-family: Tahoma;
	padding: 0;
	margin: 0.75em 0 0 0;
}

h1 {
	text-align: center;
	font-size: 1.4em;
}

h2 {
	font-size: 1.1em;
}

/* lists */
ul {
	margin: 0;
}

li {
	margin: 0.1em 0;
}

/* sections */
div {
	text-align: justify;
}

/* hyperlinks */
a, a:link, a:visited, a:active {
	color: black;
	text-decoration: none;
}

a:hover {
	color: navy;
	text-decoration: underline;
}

/* tables */
table {
	margin: 0 auto 0 auto;
	vertical-align: text-top;
	padding: 0 0 0.5em 0;
	font-size: 1em;
	text-align: justify;
	line-height: 1.5;
}

th {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 0.9em;
	white-space: nowrap;
}

table.info-rows {
	text-align: left;
}

table.info-rows th {
	text-align: right;
	vertical-align: text-top;
}

table.info-rows td {
	padding: 0 0.4em;
}

table.info-columns tr th,
table.experience table.info-columns tr th {
	padding: 0 1em 0 0;
}

table.info-columns tr td,
table.experience table.info-columns tr td {
	padding: 0.1em;
}

table.experience tr th {
	text-align: left;
}

table.experience tr th.date {
	white-space: nowrap;
	text-align: right;
	padding: 0 1.5em 0 0;
}

table.experience tr th.position {
	width: 100%;
	font-variant: normal;
}

table.experience tr td {
	padding: 0 0 0.8em 0.8em;
}

