@charset "utf-8";
/* CSS Document */

body
{ 
font-family: Calibri, Bookman, sans-serif;
font-size: 16pt;
margin-left: 0px;
margin-right: 0px;
}

div#container 
{
position: relative;
margin: 0 auto;
text-align: auto;
width: 1024px; 
}

h2
{
text-align: justify;
font-weight: bold; 
font-size: 24pt; 
color: #a00000;
}

h3
{
text-align: left;
font-weight: bold; 
font-size: 18pt; 
color: #a00000;	
}

p 
{
text-align: justify;
}

p.inset{
margin-left: 16pt;
font-style: italic;
margin-top: 4px;
margin-bottom: 4px;	
}

a
{ 
font-size: 16pt; 
text-decoration: none; 
color: #0000ff;
}

a:visited
{ 
text-decoration: none; 
color: #0000ff;
}

a:hover
{ 
text-decoration: none; 
color: #ff0000;
}

li
{
text-align: justify;
margin-top: 8pt;
margin-bottom: 8pt;	
}

li.larger
{
font-size: 20pt; 
margin-top: 6px;
margin-bottom: 6px;
list-style-image: url(redbutton.jpg);
}

ul.review
{
list-style-image: url(redbutton.jpg);
}