@charset "utf-8";
.name {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 2em;
	color: #333333;
}
.photo {
	margin-bottom: 12px;
	margin-left: 12px;
	border: 1px solid #333333;
}


body {
	text-align: center;
	min-width: 600px;
	margin: 0;
	background-image: url(tableGradientGrey.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	margin:0 auto;
	width:600px;
	text-align: left;
	padding: 12px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1em;
	color: #666666;
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
}

.body {
	margin: 0;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
h2 {
	font-size: 1.2em;
}

a,
li a,
blockquote a {
	color: #FF6600;
}

.break {
	page-break-before: always;
}

.autobreak {
	page-break-before: auto;
}

.smaller {
	font-size: 11px;
}

#printable h1 {
	font-size: 1.2em;
}

#printable h2 {
	font-size: 1em;
}

#printable li,
#printable p {
	font-size: 0.9em;
}

