﻿.body 
{
background-color: #cccccc; /* Background Color - grey */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}

.top
{
background-image: url('images/top_bg.jpg');
background-repeat: repeat-x;
}

.heading 
{
margin: 1em;
font-family: Verdana; /* Font Face */
font-size: 12pt; /* Font Size */
color: #00A2B1; /* Font Color - teal */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
text-align: Left; /* Align Text */
}

.small
{
margin: 1em;
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color - black */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

.content
{
margin: 1em;
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #000000; /* Font Color - black */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

.content a:link {
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #00A2B1; /* Link Colour - teal */
text-decoration: underlined;
}

.content a:visited {
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #00A2B1; /* Link Colour - teal */
text-decoration: underlined;
}

.content a:hover {
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #F28B2A; /* Link Colour - orange */
text-decoration: underlined;
}

.content a:active {
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #00A2B1; /* Link Colour - teal */
text-decoration: bold;
}

.menu
{
margin-top: 1em; /* Margins */
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #F28B2A; /* Link Colour - orange */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

.menu a:link {
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #F28B2A; /* Link Colour - orange */
text-decoration: none;
}

.menu a:visited {
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #F28B2A; /* Link Colour - orange */
text-decoration: none;
}

.menu a:hover {
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #00A2B1; /* Font Color - teal */
text-decoration: none;
}

.menu a:active {
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #F28B2A; /* Link Colour - orange */
text-decoration: none;
}

.menu_table {
border-top: solid 1px #9F9F9F;
border-left: solid 1px #9F9F9F;
border-right: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
cellpadding: 0;
cellspacing: 0;
width: 140px
}

.left_title
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #FFFFFF; /* Link Colour - white */
font-weight: heavy; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

.left_text
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Link Colour - black */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

.base
{
background-image: url('images/base_bg.jpg');
background-repeat: repeat-x;
height: 21px;
vertical-align: middle;
}

.footer {
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #F28B2A; /* Link Colour - orange */
text-decoration: none;
}

.footer a:link {
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #F28B2A; /* Link Colour - orange */
text-decoration: none;
}

.footer a:visited {
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #F28B2A; /* Link Colour - orange */
text-decoration: none;
}

.footer a:hover {
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #00A2B1; /* Link Colour - teal */
text-decoration: none;
}

.footer a:active {
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #F28B2A; /* Link Colour - orange */
text-decoration: none;
}