body {
	margin : 20px 0px 0px 30px;
	font-family : Arial, Helvetica, sans-serif;
}

table.all {
	width : 750px;
	text-align : left;
	border : none;
	margin : 10px 10px 0px 0px;
}

table.image {
	text-align : left;
	border : none;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 5px;
	float : right;
}

table.table {
	width : 750px;
	text-align : left;
	font-size : 80%;
}

td.menu {
	text-align : left;
	border : none;
	margin : 0px 10px 0px 0px;
	padding : 5px 10px 10px 0px;
	font-size : 95%;
}

td.content {
	width : 595px;
	background: #ecf5ff;
	text-align : left;
	border : none;
	margin : 0px 10px 0px 0px;
	padding : 5px 10px 10px 8px;
	font-size : 80%;
}

td.date {
	text-align : right;
	font-size : 70%;
}

td.caption {
	text-align: center;
	font-size: 60%;
}

td.head {
	background: #ecf5ff;
	text-align: center;
	padding : 3px 3px 3px 3px;
	font-weight: bold;
}

td.head1 {
	background: #ecf5ff;
	text-align: left;
	padding : 3px 3px 3px 5px;
	font-weight: bold;
}

td.headleft {
	background: #ecf5ff;
	text-align: left;
	vertical-align: bottom;
	padding : 3px 3px 3px 5px;
}

td.subhead {
	background: #ecf5ff;
	text-align: center;
	padding : 3px 3px 3px 3px;
}

td.cell {
	background: #ecf5ff;
	text-align: right;
	vertical-align: bottom;
	padding : 3px 3px 3px 3px;
}

div.contact {
	font-size : 90%;
	line-height : 140%;
}

div.host {
	font-size : 80%;
	line-height : 140%;
}

div.year {
	margin-top : 30px;
	font-size : 110%;
	font-weight: bold;
}

div.top {
	text-align: right;
	font-size : 90%;
	font-weight: bold;
}

img.logo {
	width: 750px;
	height: 70px;
}

h1	{
	font-size : 140%;
}
	
h2	{
	font-size : 120%;
}

ul {
	list-style: square;
}

a {
	color : #0000cc;
	text-decoration : none;
}

a:hover {
	color : #0000ff;
	text-decoration : underline;
}

a:visited {
	color : #660066;
}

strong {
	font-weight: normal;
}

em {
	font-style: italic;
}