body			/*Sets background colour and page margin via body tag*/
{
background-color: #000000;
text-align: center;
}

.maintable
{
border: 2px solid #FFFFFF;
}

.menu		/*Title cell for subtables in sidebars*/
{
padding: 2 2 2 2;
border-bottom: 2px solid #FFFFFF;
border-top: 2px solid #FFFFFF;
border-right: 2px solid #FFFFFF;
font-family: verdana;
color: #FFFFFF;
font-weight: bold;
font-size: 8pt;
height: 12px;
text-align: center;
}

.menufinal		/*Title cell for subtables in sidebars*/
{
padding: 2 2 2 2;
border-bottom: 2px solid #FFFFFF;
border-top: 2px solid #FFFFFF;
font-family: verdana;
color: #FFFFFF;
font-weight: bold;
font-size: 8pt;
height: 12px;
text-align: center;
}

formsubmit {
background-color: #000000;
border: 1px solid #FFFFFF;
color: #FFFFFF;
font-family: arial, verdana, ms sans serif;
font-weight: bold;
font-size: 10pt
}

INPUT {
background-color: #000000;
border: 1px solid #FFFFFF;
color: #FFFFFF;
font-family: arial, verdana, ms sans serif;
font-weight: bold;
font-size: 10pt
}

TEXTAREA {
background-color: #000000;
border: 1px solid #FFFFFF;
color: #FFFFFF;
font-family: arial, verdana, ms sans serif;
font-size: 10pt;
font-weight: normal
} 

.forminput {
background-color: #000000;
color: #FFFFFF;
font-family: arial, verdana, ms sans serif;
font-size: 10pt;
font-weight: normal
} 

.maincontentscell		/*Title cell for subtables in sidebars*/
{
padding: 10 10 10 10;
font-family: verdana;
color: #FFFFFF;
font-weight: normal;
font-size: 9pt;
//width: 500px;
vertical-align: top;
text-align: left;
}


.normalcell		/*Title cell for subtables in sidebars*/
{
padding: 2 2 2 2;
font-family: verdana;
color: #FFFFFF;
font-weight: normal;
font-size: 9pt;
vertical-align: top;
text-align: left;
padding-left: 30px;
}

.nopadding
{
padding: 0 0 0 0;
font-family: verdana;
color: #FFFFFF;
font-weight: normal;
font-size: 9pt;
vertical-align: top;
text-align: left;
}

.sidebar
{
//width: 150px;
border-style: none;
//padding: 2 2 2 2;
//border-bottom: 2px solid #FFFFFF;
//border-right: 2px solid #FFFFFF;
font-family: verdana;
color: #000000;
background-color: #FFFFFF;
font-weight: normal;
font-size: 8pt;
vertical-align: top;
text-align: center;
}

.innersidebar1
{
width: 150px;
padding: 0 0 0 0;
border-style: none;
//border-bottom: 2px solid #FFFFFF;
//border-right: 2px solid #FFFFFF;
font-family: verdana;
color: #FFFFFF;
background-color: #000000;
font-weight: normal;
font-size: 8pt;
vertical-align: top;
text-align: center;
}

.innersidebar2
{
width: 150px;
padding: 2 2 2 2;
//border-bottom: 2px solid #FFFFFF;
//border-right: 2px solid #FFFFFF;
border-style: none;
font-family: verdana;
color: #000000;
background-color: #FFFFFF;
font-weight: normal;
font-size: 8pt;
vertical-align: top;
text-align: center;
}

a.normallink:link {color: #FFFFFF; font-weight: normal; text-decoration: none;}
a.normallink:active {color: #FFFFFF; font-weight: normal; text-decoration: none;}
a.normallink:visited {color: #FFFFFF; font-weight: normal; text-decoration: none;}
a.normallink:hover {color: #FFFFFF; font-weight: normal; text-decoration: underline;}

a.sidelink:link {color: #000000; font-weight: normal; text-decoration: none;}
a.sidelink:active {color: #000000; font-weight: normal; text-decoration: none;}
a.sidelink:visited {color: #000000; font-weight: normal; text-decoration: none;}
a.sidelink:hover {color: #000000; font-weight: normal; text-decoration: underline;}


a.menulink:link {color: #FFFFFF; font-weight: normal; text-decoration: none;}
a.menulink:active {color: #FFFFFF; font-weight: normal; text-decoration: none;}
a.menulink:visited {color: #FFFFFF; font-weight: normal; text-decoration: none;}
a.menulink:hover {color: #ed2323; font-weight: normal; text-decoration: none;}