/* CSS Document */
body
{
background-color:#3A268F;
margin-top:0px;
margin-bottom:0px;
}

td,p
{
color: #18007A;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
}

.copy
{
padding-left: 30px;
padding-right:20px;
padding-bottom:20px;
}

.content
{
background-image:url(images/steel_bg.gif);
background-repeat:repeat;
border-left: solid 1px #18007A;
border-right: solid 1px #18007A;
}


.heading
{
color: #18007A;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 18px;
padding: 20px;
padding-left: 30px;
}

.subheading
{
color: #18007A;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 18px;
}


.footer
{
color: #18007A;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
padding: 20px;
padding-left: 30px;
border-top: solid 1px #18007A;
}

.menucell
{
width:150px;
border-right: solid 1px #18007A;
padding-left: 20px;
padding-top: 20px;
font-family: Arial, Helvetica, sans-serif;
color: #18007A;
text-decoration: none;
font-weight: bold;
font-size: 15px;
line-height: 1.5;
}

a.menu:visited
{ 
font-family: Arial, Helvetica, sans-serif;
color: #18007A;
text-decoration: none;
font-weight: bold;
font-size: 15px;
line-height: 1.5;
}
a.menu:hover
{
font-family: Arial, Helvetica, sans-serif;
color: #3333FF;
text-decoration: none;
font-weight: bold;
font-size: 15px;
line-height: 1.5;
}
          
a.menu:link
{ 
font-family: Arial, Helvetica, sans-serif;
color: #18007A;
text-decoration: none;
font-weight: bold;
font-size: 15px;
line-height: 1.5;
}

a:visited
{ 
color: #18007A;
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 12px;
}
a:hover
{
color: #18007A;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 12px;
}
          
a:link
{ 
color: #18007A;
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 12px;
}


.shadowleft
{
width:36px;
background-image:url(images/shadow_left.gif);
background-repeat:repeat-y;
}
.shadowright
{
width:36px;
background-image:url(images/shadow_right.gif);
background-repeat:repeat-y;
}

input
{
border: solid;
border-width:1px;
border-color: #18007A;
color: #18007A;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 12px;
height:17px;
width:80px;
}

.gobutton
{
border: solid;
border-width:1px;
border-color: #18007A;
background-color:#18007A;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 12px;
height:17px;
width: 20px;
}