
/* CSS for content text */

a, a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:underline;}

.nscolor {color: #3399FF;}
.bddcolor {color: #F36620;}
.devcolor {color: #94D225;}
.cdccolor {color: #AA40A6;}
.formationcolor {color: #737373;}

.heading 
{
    font-size:15px; 
    font-weight:bold;
}
.bold {font-weight: bold;}

#formation
{
    border: 1px solid #535353; 
    margin: 0px; 
    padding: 5px; 
    width: auto; 
    color: #535353; 
    text-align: center; 
    border-collapse: collapse;
}
#formation .rowheader
{
    border-bottom: 1px solid #535353; 
    background-color: #C0C0C0; 
    height: 30px;
}
#formation .rowalt
{
    background-color: #E4E4E4; 
}
#formation ul
{
    list-style-type: square; 
    margin-top: 15px;
    text-align: left;
}
