﻿
.BulletedText
{
   
    height:auto;
    overflow:auto;
    margin:5px 0px 10px 0;
    text-align:left;
    text-indent:0px;
    background-color:#fff;
    float:left;
   
}

.BulletedText ul
{
  
  list-style-image:url("/images/point.jpg");
  padding-top:3px;
   /* list-style-type:square;*/
 
}

body a:link{
    color: #808080;

    }
body a:hover{
    color: #333;

    }
body a:visited{
    color: #808080;
 
	}
body a:visited:hover{
    color:#333;

    }
/***************************************************
             ORANGE BULLETED POINT
****************************************************/
.OrangeBulletedText
{
   height:auto;
   overflow:auto;
   margin:10px 0px 5px 0px;
   text-align:left;
   text-indent:0px;
   float:left;
}
.OrangeBulletedText ul
{
  list-style-image:url("/images/OrangePoint.jpg");
  padding-top:0px;
  text-indent:0px;
 
}
.OrangeBulletedText a:link{
    color: #777777;
    text-decoration: underline;
    }
.OrangeBulletedText a:hover{
    color: #333333;
    text-decoration: none;
    }
.OrangeBulletedText a:visited{
    color: #777777;
	text-decoration: underline;
	}
.OrangeBulletedText a:visited:hover{
    color:#333333;
    text-decoration: none;
    }
    
/***************************************************
              END ORANGE BULLETED POINT
****************************************************/

/***************************************************
              MENU HEADER LINKS
****************************************************/

.LeftColHeader a:link{
    color: #555555;
    text-decoration: none;
    }
.LeftColHeader a:hover{
    color: #333333;
    text-decoration: none;
    }
.LeftColHeader a:visited{
    color: #555555;
	text-decoration: none;
	}
.LeftColHeader a:visited:hover{
    color:#333333;
    text-decoration: none;
 
    }
/***************************************************
               END MENU HEADER LINKS
****************************************************/
.Back2Top a:link{
    color: #555555;
    text-decoration: none;
    }
.Back2Top a:hover{
    color: #333333;
    text-decoration: none;
    }
.Back2Top a:visited{
    color: #555555;
	text-decoration: none;
	}
.Back2Top a:visited:hover{
    color:#333333;
    text-decoration: none;
 
    }
/***************************************************
        QUOTE AT THE BASE OF THE HOME PAGE
****************************************************/
.Quote
{
    color:#6183A6;
    font-weight:500;
    padding:40px 0px 10px 0px;
    font-size:13px;
    font-style:italic;  
}

.UsefulLinks a:link{
    color: #777777;
    text-decoration: underline;
    }
.UsefulLinks a:hover{
    color: #333333;
    text-decoration: none;
    }
.UsefulLinks a:visited{
    color: #777777;
	text-decoration: underline;
	}
.UsefulLinks a:visited:hover{
    color:#333333;
    text-decoration: none;
    }

    
.OnGoingProjectsLinks a:link{
    color: #6183A6;
    text-decoration: underline;
    }
.OnGoingProjectsLinks a:hover{
    color: #333333;
    text-decoration: none;
    }
.OnGoingProjectsLinks a:visited{
    color: #6183A6;
	text-decoration: underline;
	}
.OnGoingProjectsLinks a:visited:hover{
    color:#333333;
    text-decoration: none;
    }
