/* Created using Style Master from Western Civilisation CSS1 { 0 17 558 625 } */

body, p, td, li {}

td.thumbs {
font-family: Verdana;
font-size: 8pt;
color: black;
font-style: normal;
text-align: center;
}

/* Because Netscape Navigator 4 does not allow inheritance into tables, and breaks inheritance after tables, rather than simply setting properties on the body and relying on inheritance, we explicitly set the properties using a selector group. */

/* This basic style sheet provides selectors for the most commonly used elements. Use it as the basis for your style sheets. */

h1, h2, h3, h4, h5, h6 {}

h1 {
font-family: Verdana;
font-size: 16pt;
font-style: normal;
color: white;
font-weight: normal;
}

h1.boldheading {
color: black;
font-weight: bold;
font-size: 14pt;
text-align: left;
font-family: Arial;
}

h1.smallheading {
font-size: 16pt;
font-weight: bold;
font-family: Arial;
color: black;
vertical-align: text-bottom;
margin-left: 20px;
}

span {}

h2 {
font-family: Verdana;
color: #ffffff;
font-weight: normal;
font-size: 18pt;
text-align: center;
}

h3 {
ont-family: Verdana;
color: #ffffff;
font-weight: bold;
font-size: 12pt;
text-align: center;
}

h4 {}

h5 {}

h6 {}

p {}

p.boldparagraph {
font-family: Arial;
font-size: 10pt;
font-weight: bold;
margin-left: 20px;
color: black;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
border-top: 3em solid;
}

td.boldpara {
font-family: Arial;
font-size: 10pt;
font-weight: bold;
margin-left: 20px;
color: black;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
border-top: 1px gray none;
border: 1px gray none;
border-left: 1px gray none;
border-right: 1px gray none;
}

a.email:link {
font-family: Arial;
font-size: 10pt;
font-weight: bold;
color: blue;
text-decoration: underline;
}

p.menu {
font-size: 10pt;
color: white;
font-weight: bold;
text-align: right;
font-family: Verdana;
}

td.menu {
ont-size: 10pt;
color: red;
font-weight: bold;
text-align: left;
font-family: Verdana;
font-size: 12pt;
}

p.para {
font-family: Arial;
color: black;
font-size: 12pt;
margin-left: 20px;
margin-right: 20px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

p.address {
font-family: Verdana;
font-weight: bold;
font-size: 010pt;
color: white;
text-align: left;
}

a:link {
font-family: Verdana;
font-size: 12pt;
color: #fefded;
text-decoration: none;
font-weight: bold;
}

p.pagehead {
font-family: Verdana;
font-weight: bold;
font-size: 12pt;
color: black;
text-align: left;
}

a:visited {
color: #fefdef;
font-size: 12pt;
font-weight: bold;
font-family: Verdana;
text-decoration: none;
}

a.email:visited {
font-family: Arial;
font-size: 10pt;
font-weight: bold;
color: blue;
text-decoration: underline;
}

a:hover {
color: #ff0000;
border-left: #ffffff none;
font-size: 12pt;
font-family: Verdana;
font-weight: bold;
}

a.email:hover {
color: #ff0000;
text-decoration: underline;
border-left: #ffffff none;
font-size: 10pt;
font-family: Arial;
font-weight: bold;
}

a:active {
color: #ff0000;
text-decoration: none;
border-right: none;
padding-left: ;
font-size: 12pt;
font-family: Verdana;
font-weight: bold;
}

img {}

img.border {
border: 4px black solid;
padding: 5px;
}