﻿.body 
{
   margin-left:0;
   margin-top:0;
}

.bodytext
{
    font-family:verdana;
    font-size:11px;
}

.bodyHeader
{
    font-family:verdana;
    font-size:14px;
    font-weight:bold;
    color:#1e7753;
}    

.bodySection
{
    font-family:verdana;
    font-size:12px;
    font-weight:bold;
    color:#1e7753;
}

.SectionHeading
{
    font-family:verdana;
    font-size:small;
    color:Maroon;
}

.MenuBackStyle
{
    background-color:#1e7753;
    /*background-color:#990000;*/
}

.AdStyle
{
    background-color:Navy;
    color:#ffffcc;
}

.NewsStyle
{
    color: #ffffcc;
/*    background-color: #660000;*/
    background-color:Navy;
}

.PNSStyle
{
    font-family:"verdana";
    font-size:x-small;
}

.PNSButtonStyle
{
    font-family:verdana;
    font-size:small;
    color:white;
    border-width:1px;
    border-style:solid;
    border-color:Gray;
    background-color:Teal;
    text-decoration:none;
}

.ContactAddress
{
    font-family:"verdana";
    font-size:xx-small;
}

.ContactForm
{
    font-family:"verdana";
    font-size:xx-small;
}

.ContactFormTitle
{
    font-family:"verdana";
    font-size:small;
    color:Black;
    padding:1px;
    border-bottom-style:solid;
    border-color:Gray;
     
}

.HideScrollbarStyle
{
    font-family:"verdana";
    font-size:x-small;
    overflow:hidden;
}

.CommonStyle
{
    font-family:"verdana";
    font-size:small;
}

.ButtonStyle
{
    font-family:"verdana";
    font-size:x-small;
    background-color:Orange;
}


.ConfirmStyle
{
    font-family:"verdana";
    font-size:x-small;
    color:Maroon;
}

.FormTitleStyle
{
    font-family:"verdana";
    font-size:x-small;
    font-weight:bold;
}


.hyperlink
{
    font-family:Verdana;
    font-size:x-small;
}

.errormessage
{
  color:#004000;
  font-family:Verdana;
  Font-Size:x-small;
  background-color:Red;
}


.TextBoxStyle
{
    font-family:verdana;
    font-size:xx-small;
     border-color:Black;
    border-left-width:1px;
}

.SmallLinkStyle
{
    font-family:verdana;
    font-size:small;
    color:Black;
    border-width:1px;
    border-style:solid;
    border-color:Gray;
    background-color:Orange;
    text-decoration:none;
}

.FormTitleStyle
{
    font-family:verdana;
    font-size:medium;
    color:Navy;
}

.MenuItemStyle
{
    font-family:verdana;
    font-size:small;
    color:Yellow;
    font-weight:bold;
    border-width:1px;
    border-style:solid;
    border-color:Gray;
   /* background-color:Teal;*/
    text-decoration:none;
}

.AccordianHeaderStyle
{
    font-family:verdana;
    font-size:small;
    color:Maroon;
    font-weight:bold;
    border-width:1px;
    border-style:solid;
    border-color:Gray;
    background-color:Silver;
    text-decoration:underline;
    cursor:pointer;
}

.AccordianContentStyle
{
    font-family:verdana;
    font-size:x-small;
    color:black;
    font-weight:normal;
    border-width:1px;
    border-style:dotted;
    border-color:Gray;
}


.MaintMenuLinkStyle
{
    font-size: 10pt; 
    color: blue;
    font-family: Verdana; 
    text-decoration:underline;
    
}

