body
{
   
   background:#FFFFFF;
   background:url(images/bg.jpg  ) #FFFFFF;
		background-repeat:no-repeat;
		background-position: center top;
   margin: 0;
   padding: 0px 0 0px 0;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0099;
}

.link1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #B05502;
	font-size: 24px;
}
.deliverables {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #3e2316;
}

.deliverables:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #84B53A;
}
.subheadng {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #84B502;
}

.scroll {
	height: 130px;
	width: 550px;
	overflow: auto;
}


.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 20px;
	margin-left: 10px;
}
.content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	margin-left: 10px;
	z-index:1000;
}

.content4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	line-height: 20px;
	margin-left: 10px;
	z-index:1000;
}

.bordercolor {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.text
{
font-family:Tahoma,serif;
font-size: 11px;
color: black;
line-height: 17px;
text-align: justify;
}
A:visited
{
font-size: 11px;
font-family: Tahoma,serif;
text-decoration: none;
color:white;
}
A:active
{
font-size: 11px;
font-family: Tahoma,serif;
text-decoration: none;
color:red;
}
A:hover
{
font-size: 11px;
font-family: Tahoma,serif;
text-decoration: none;
color:#FFFF00;
}
A
{
font-weight:none;
font-size: 11px;
font-family: Tahoma,serif;
text-decoration: none;
color:white;
}

#dropmenudiv{
position:absolute;
border:2px solid #F0F0F0;
border-bottom-width: 0;
font:normal 12px Verdana,serif;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 150px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #F0F0F0;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #EC7509;
}

