body
{
	background-color: #ffffff;
	font: 10px 'mysans', 'Arial', sans-serif;
	color: #333333;
	font-size: 10pt;
	line-height: 12pt;
	text-align: left;
	-webkit-text-size-adjust: none;
}
p
{
	margin-bottom: 5px;
}

ul
{
	margin-bottom: 0px;
	list-style-type: circle;
}
body
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.links
{
	text-align: right;
}
.name
{
	font-family: Verdana;
	font-size: 20pt;
	font-weight: bold;
	margin-top: 0px;
}
.top
{
	padding-right: 5px;
	padding-bottom: 5px;
	width: 100%;
}
.address p
{
	color: #333333;
	font-size: 9pt;
	text-align: right;
	text-decoration: none;
	margin: 0px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.header
{
	background-color: #E0E0E0;
	font-size: 12pt;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	margin-top: 5px;
}
.item
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	padding-right: 35px;
}
.itemheader
{
	width: 100%;
	border-collapse: collapse;
}
.itemheader tr,td
{
	margin: 0px;
	padding: 0px;
}
.title
{
	font-weight: bold;
}
.comp
{
	font-weight: bold;
	font-style: italic; 
	text-align: right;
}
.city
{
	text-align: right;
}
.des
{
	margin-top: 3px;
	text-align: justify;
}
.bullets
{
	padding-right: 35px;
	text-align: justify;
}
@media print
{
	.links
	{
		display: none;
	}
	body
	{
		width: 90%;
	}
	.name
	{
		font-size: 22pt;
	}
}
br
{
	display: block;
	content: "";
	margin-top: 5px;
}
/* vim: set ts=4 sw=4: */
