body {
    background-color: #E8E8E8; 
    padding: 0px; 
    margin: 0px; 
    font-family: Arial;
		line-height: 130%;
}

a {
    color: blue;
    text-decoration: underline;
}

table {
    width: 100%;
    font-size: 100%;		
}

td { 
    padding: 6px 12px; 
}

div.topic {
    margin: 18px 0px;   
}

div.hl {
    font-size: 120%;
}

div.desc {
    font-size: 100%;
    margin-top: 6px;
}

td.bullet {
    width: 25px;
    vertical-align: top;
    text-align: center;
    padding-top: 10px;
}

img {
    border: none;
}

p { margin: 12px 0px; }

table.menu {
	margin-top: 12px;
}

table.menu td {
  text-align: center;
	font-weight: bold;
	z-index: 0;
	position: relative;
	top: 2px;
	border-radius: 4px 4px 0px 0px;
}

table.menu td.active {
	top: 0px;
	z-index: 1;
	background-color: white;
	text-align: center;
	border: solid 1px silver;
	border-bottom: none;	
}

table.menu a {
	display: block;	
	text-decoration: underline;
	color: black;
	font-weight: normal;
}

div.content {
	border: solid 1px silver;
	border-radius: 4px;
	padding: 0px 12px 12px 12px;
	background-color: white;
	z-index: 0;
	position: relative;
	top: -6px;
}
