/* CSS Document */

body {
background: url('images/background.jpg');
background-repeat: repeat;
background-color: #FFFFFF;
font-family: Georgia;
font-size: 9pt;
}

a:link {
color: #786C5E;

}

a:hover {
color: #786C5E;
} 

a:visited {
color: #786C5E;
}

a:active {
color: #786C5E;
}

.heading {
color: #5A4D3B;
font-size: 16pt;
}

.heading2 {
color: #5A4D3B;
font-size: 11pt;
}

.subheading {
color: #5A4D3B;
font-size: 12pt;
font-style: italic;
}

.bullet {
list-style-type: disc;
color: #3D9284;
}

.list {
color: #000000;
}