@charset "utf-8";
/* CSS Document */

.myservices{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px dotted #0099CC;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#006699;
font-weight:bold;
background:#E3F4FB;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background:#FEEFCD;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;}

.services_bg{background-image:url(images/Services_bg.gif) ; background-repeat:repeat-x}
.theparagraph{font-family:Arial ; color:#000000 ; font-size:12px ; font-weight:normal}
.theheading{font-family:Arial ; color:#006699 ; font-size:13px ; font-weight:bold}
.thesubheading{font-family:Arial ; color:#D5272B ; font-size:13px ; font-weight:normal}
.text2{font-family:Arial ; color:#000000 ; font-size:12px ; font-weight:normal}