
/* generic */

* {
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body {
	background: #fff;
}
a {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
ul {
	list-style-type: square;
}

/* container */

table#container {
	width: 720px;
}

/* title */

div#title1 {
	color: #069;
	font-family: Georgia, Times, serif;
	font-size: 36pt;
	text-align: right;
}
div#title2 {
	font-weight: bold;
	padding-bottom: 20px;
	text-align: right;
}

/* menu */

td#menu {
	text-align: right;
	width: 340px;
}
div#menu {
	color: #ccc;
	padding-bottom: 5px;
}
div#email {
	color: #ccc;
	padding-top: 5px;
}

/* content */

td#content {
	padding-left: 30px;
	text-align: left;
	width: 380px;
}

.small {
	font-size: 8pt;
}