﻿/*-----GENERAL-----*/
body 
{
    font-family:Tahoma;
    font-size: 11px;
}
h1 
{
    padding: 5px 0px 7px 0px;
    margin: 0px;
    font-size: 13px;
    font-weight: bold;
}
h2 
{
    font-size: 13px;
    font-weight: bold;
}
h3 
{
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0px 0px 5px;
}    
h4 
{
    font-size: 11px;
    font-weight: bold;
    padding: 7px 0px 0px 0px;
    margin: 0px;
    color: #A9A9A9;
}
p, td, span
{
    font-size: 11px;
    line-height: 1.5;
    margin: 5px 0px 5px 0px;

}
a 
{
    color: #386da3;
    text-decoration: none;
}
a:hover 
{
    text-decoration: underline;
}

ul
{
	margin: 0px 10px 0px 15px;
	padding: 0px 10px 0px 0px;
} 
li 
{
	margin-top: 3px;
} 




/*-----CRUMBS, BASIC COLOR-----*/
.crumbs 
{
    font-size: 20px;
    font-weight: normal;
    color: #056387; 
    font-family: Tahoma;
}
.color 
{
	color: #056387; 
}




/*---------NEOLOGO---------*/
.neo_logo
{
    background: url(../../Images/neoLogo_off.jpg) no-repeat;
    width:56px; height:20px;
    float:right;
    display:block;
}

.neo_logo:hover
{
    background: url(../../Images/neoLogo_on.jpg) no-repeat;
    width:56px; height:20px;
    float:right;
    display:block;
}
















