BODY 
{ 
background-image: url("images/background.gif"); 
background-repeat: repeat; 
background-position: center; 
}

td 
{ 
font-family: Arial; 
font-size: 12px;
}

a 
{ 
color:#000000;
}

a:visited 
{ 
color:#000000;
}

a:link 
{ 
color:#000000;
}

a:active 
{ 
color:#000000; 
}

a:hover 
{ 
color:#F15218; 
}

.txtBox1{
    border-top: 1px solid #252525;
    border-bottom: 1px solid #9F9F9F;
    border-left: 1px solid #383838;
    border-right: 1px solid #7B7B7B;
    background-color: #ECEDE6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;    
    color: #dddddd;   
    text-decoration: none;
	background-image:    url(images/textbox.jpg);

}

a.underlineIt:link, a.underlineIt:visited, a.underlineIt:hover
{
	color:#ffffff;
	text-decoration:none;
}

#navContainer
{
    text-align: left;
}

.nav a, .nav a:visited, .nav:link, .nav a:active
{
    margin: 1px 0px 0px 0px;
    width: 248px;
    padding: 1px 1px 1px 1px;
    height: 20px;
    display: block;
    font-weight: bold;
    FONT-SIZE: 9pt;
    BACKGROUND-IMAGE:  url("images/subNavInactive_3.gif");
    CURSOR: pointer;
    BACKGROUND-REPEAT: no-repeat;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none;
	color:#B5B5B5;
    FONT-FAMILY: arial;
}

.nav a:hover
{
    BACKGROUND-IMAGE:  url("images/subNavHi_3.gif");
    color: #ffffff;
}

.nav a.current, .nav a:visited.current, .nav:link.current, .nav a:active.current
{
    BACKGROUND-IMAGE:  url("images/subNavHi_3.gif");
    color: #FF875B;
}
