﻿.normalfont{
    font-family: Trebuchet MS;
    font-size: 10pt;
}
.linkfont{
    font-family: Trebuchet MS;
    font-size: 9pt;
    color: white;
}
.normalfont1{
    font-family: Century Gothic;
    font-size: 9pt;
    text-align: justify;
}
.headerfont{
    font-family: Trebuchet MS;
    font-size: 11pt;
    text-align: justify;
}
.textbox{
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    border: 1px solid #bdc7d8;
    padding-top: 3px;
}
.messagetext{
    font-family: Trebuchet MS;
    font-size: 10pt;
    text-align: justify;
    font-weight: bold;
    color: green;
}

/* --- Main Menu ----- */

#navbar a
{
    display: block;
    border: 1px solid #a3a7ac;
    font-family: Trebuchet MS;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold; 
    color: gray; 
    text-align: center;
    width: 97px;
    height: 22px;
    margin: 0 auto;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#e9f3ff');
} 

#navbar a:hover 
{
    display: block;
    color: #424242;  
} 

body#home a#home_link
{ 
    display: block;
    font-weight: bold;
    color: black;
}

body#about a#about_link
{ 
    display: block;
    font-weight: bold;
    color: black; 
}
body#service a#service_link
{ 
    display: block;
    font-weight: bold;
    color: black; 

}

body#forum a#forum_link
{ 
    display: block;
    font-weight: bold;
    color: black;
}

body#career a#career_link
{ 
    display: block;
    font-weight: bold;
    color: black;
}

body#contact a#contact_link
{ 
    display: block;
    font-weight: bold;
    color: black;
} 


/* --- link Menu ----- */

#lnktxt a 
{
    font-family: Trebuchet MS;
    font-size: 9pt;
    color: #1e67ac; 
} 
#lnktxt a:hover { 
    color: green; 
}

#btntxt a 
{
    font-family: Trebuchet MS;
    font-size: 9pt;
    color: white; 
} 
#btntxt a:hover { 
    color: yellow; 
}

/* --- inside Submenu ----- */

#innermenu a 
{
    font-family: Trebuchet MS;
    font-size: 8pt;
    color: black; 
    text-decoration: none;
} 
#innermenu a:hover { 
    color: green; 
}   

/* --- testing -------*/

