body {
    text-align: center;
    background-color: white;
    color: black;
    font-family: Verdana;
}

table.main {
    width: 650px;
}

div.title {
    font-size: 20pt;
    font-family: Trebuchet MS;
    font-weight: bold;
    text-align: left;
}

div.subtitle {
   font-size: 10pt;
   color: black;
    font-family: Trebuchet MS;
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
}

div.title a:link {
    color: #cc0000;
    text-decoration: none;
}

div.title a:visited {
    color: #cc0000;
    text-decoration: none;
}

p a:link, td a:link {
    color: #0000cc;
}

p a:visited, td a:visited {
    color: #0000cc;
}

h1 {
    font-size: 14pt;    
    font-family: Trebuchet MS;
    font-weight: bold;
    margin-top: 0px;
}

h2 {
    font-size: 12pt;    
    font-family: Trebuchet MS;
    font-weight: bold;
    color: #cc0000;
    }


.highlight {
    font-size: 10pt;    
    font-weight: bold;
    color: #cc0000;
}

p {
    font-size: 9pt;
}

td {
    font-size: 9pt;
}

div.navbar {
    font-size: 10pt;
	font-weight: bold;
	font-family: Trebuchet MS;
}

div.body {
    border: 1px solid gray;
	padding: 10px;
}

*.detail {
    font-size: 8pt;
}

p.navlink  {
   padding-left: 5px;
   margin-top: 2px;
   margin-bottom: 2px;
   font-size: 10pt;
   font-weight: bold;
}

li {
	margin-left: -10px;
}

p.list {
	margin-top: 3px;
	margin-bottom: 3px;
}