/* CSS Document */
/* colors:
beige: fdfdf7
darker beige: fdfcdd
levit green: 016910
dark grey: 302e2f
*/
body{
 margin: 0px;
 background-color:#fdfcdd;
 width: 100%;
 height:100%;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 }
 html{
 background-color: #fdfcdd;
  width: 100%;
 height:100%;
 }
 td{
  font-size:12px;
  color: #016910;
 }
 a:link, a:visited{
  text-decoration: none;
  color: #004b0b;
 }
 a:hover, a:active{
  text-decoration: underline;
  color: #016910;
 }
 td.main{
 background-color:#d9e2ea;
 }
 a.menu:link, a.menu:visited{
 text-decoration: none;
  color: #016910;
  font-size:11px;
 }
 a.menu:hover, a.menu:active{
 text-decoration:underline;
 color: #016910;
   font-size:11px;
 }
 .FormHeaderText{
 font-size:12px;
 font-weight:700;
 border-bottom: solid #302e2f 1px;
 }
.RadEContent,  .RadEContentBordered{
background-color:#fdfdf7;
  font-size:12px;
  color: #016910;
}
.footer{
	font-size:10px;
}
.ProjectTitle{
font-size:14px;
font-weight:700;
}
.projectDetail{

}