body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f8f8f8;
	color: #3f3f3f;
	padding: 10px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: justify;
}

p {
	margin-top: 10px;
	margin-bottom: 0px;
}

a, a:visited {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}

a:hover {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2080a0;
}

.blueborder {
	border-style: solid;
	border-width: 1px;
	border-color: #d0d0d0;
	padding: 10px;
}

.headline {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #000099;
	margin-left: 0px;
	padding-bottom: 10px;
}

ul.regular {
	margin-top: 8px;
	margin-bottom: 4px;
	list-style-image: url(/images/bullet.gif);
}

ul.regular li {
	margin-top: 4px;
	margin-bottom: 4px;
}

ul.small {
	list-style-image: url(/images/bullet-small.gif);
	margin-top: 1px;
	margin-bottom: 2px;
}

ul.small li {
	margin-top: 1px;
	margin-bottom: 2px;
}

ul.transparent {
	list-style-image: url(/images/transparent.gif);
	margin-top: 1px;
	margin-bottom: 2px;
}

ul.transparent li {
	margin-top: 1px;
	margin-bottom: 2px;
}

.tag {
	font-family: "Courier New", "Courier", "Monospace";
}

table.people {
}

table.people td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: 003366;
	font-size: 12px;
}

table.address {
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}

table.address td {
	border: none;
	font-size: 12px;
	font-style: italic;
	font-weight: 200;
	color: #000000;
}

table.four_pages {
	border: none;
	padding-top: 10px;
	margin-top: 10px;
}

table.four_pages td {
	vertical-align: top;
	padding-top, padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

table.four_pages td.page_num {
	text-align: center;
	padding-bottom: 5px;
	font-size: 12px;
}

table.four_pages td.info {
	font-size: 12px;
}

table.cover_pages {
	width: 150px;
	height: 200px;
	border: solid;
	border-width: 1px;
	border-color: #000099;
}

.stuff {
	padding-top: 20px;
	border-style: none;
	font-size: 12px;
	color: #000000;
}

.stuff td {
	border-style: none;
	vertical-align: top;
}

.stuff td.title {
	text-align: center;
	font-size: 16px;
	font-weight: bolder;
	border-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-variant: small-caps;
}

.stuff td.name {
	padding: 4px 4px 4px 4px;
	background-color: #d8d8d8;
	font-weight: bold;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #e0e0e0 #d0d0d0 #e0e0e0 #e0e0e0;
	color: #404040;
}

.stuff td.university {
	padding: 4px 4px 2px 4px;
	background-color: #f0f0f0;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #e0e0e0 #d0d0d0 #e0e0e0 #e0e0e0;
}

.stuff td.country {
	padding: 2px 4px 4px 4px;
	background-color: #f0f0f0;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #e0e0e0 #d0d0d0 #d0d0d0 #e0e0e0;
}

.stuff td.spacing {
	padding: 0px;
	width: 4px;
	height: 4px;
	background-color: #f8f8f8;
}


