/* NORBURY WEBSITE STYLESHEET */

/* GENERAL STYLES */

* {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

div {
text-align: center;
}

hr {
color: #990000;
size: 4px;
border-style: solid;
}

/* HEADING STYLES */

h1 {
background: #990000;
color: #ffffff;
font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
text-align: center;
}

h2 {
background: #990000;
color: #ffffff;
font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
text-align: center;
}

h3, h3 a {
color: #990000;
font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
}

h4, h4 a {
color: #990000;
font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
}

h5, h6 {
background-color: #990000;
color: #ffffff;
font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
font-weight: normal;
margin: 0px;
padding: 10px;
text-align: center;
}

/* IMAGE STYLES */

img.left {
border-style: none;
float: left
}

img.nav {
border-style: none;
height: 34px;
padding: 2px;
width: 35px;
}

img.right {
border-style: none;
float: right
}

/* LINK STYLES */

a:link {
color: #3333ff;
}

a:visited {
color: #990066;
}

a:hover {
color: #ffffff;
background-color: #990000;
}

/* LIST STYLES */

dd {
font-size: 90%;
margin-bottom: 4pt;
}

dt {
font-weight: bold;
}

li {
font-size: 90%;
margin-bottom: 4pt;
}

ol li {
list-style: decimal;
}

ol ol li {
list-style: lower-alpha;
}

ul li {
list-style: square;
}

ul li li {
list-style: disc;
}

/* TEXT STYLES */

blockquote {
font-size: 90%;
font-style: italic;
}

p {
font-size: 90%;
}

/* TABLE STYLES */

table {
border: none;
margin: 0px;
padding: 2px;
vertical-align: top;
width: 100%;
}

td {
background: #99ffcc;
border: none;
font-size: 90%;
text-align: left;
vertical-align: top;
}

th {
background: #006600;
color: #ffffff;
border: none;
font-size: 100%;
font-style: normal;
font-weight: bold;
text-align: left;
vertical-align: top;
}

table.bdr {
border-color: #000000;
border-style: solid;
border-width: 1px;
margin: 0px;
padding: 2px;
vertical-align: top;
width: 100%;
}

td.bdr {
border-color: #000000;
border-style: solid;
border-width: 1px;
}

th.bdr {
border-color: #000000;
border-style: solid;
border-width: 1px;
}

/* SPECIAL TABLE STYLES */

.auto {
background: #99ffcc;
border-style: outset;
text-align: center;
width: auto;
}

.rt {
font-size: 90%;
text-align: right;
vertical-align: top;
}

.tf {
border: none;
margin: 2px;
padding: 4px;
vertical-align: top;
}

/* CLASS STYLES */

.bar {
background: #990000;
}

.big {
font-size: 120%;
}

.cntr {
text-align: center;
}

.fb {
font-weight: bold;
}

.fi {
font-style: italic;
}

.flb {
font-size: 150%;
font-weight: bold;
}

.fli {
font-size: 150%;
font-style: italic;
}

.fsb {
font-size: 75%;
font-weight: bold;
}

.fsi {
font-size: 75%;
font-style: italic;
}

.icon {
background: #990000;
margin: 2px;
width: 39px;
text-align: center;
}

.it {
font-style: italic;
}

.ml {
margin-left: 48px;
}

.red {
color: #990000;
font-weight: bold;
}

.sig {
font-size: 90%;
font-style: italic;
text-align: right;
}

.tw {
background: #006600;
color: #ffffff;
}

