/* CSS Document */
body { margin:0px; padding:0px; background-color:#EBF0F2; background-image:url(images/bg_repeat.jpg); background-repeat:repeat-x; background-position:top; font:12px arial; color: #000000; text-align:justify; line-height:20px;}

.innerbg{
background-image:url(images/inner_bg.jpg);
 background-repeat:repeat-x; 
 background-position:top;
}

.red { font:12px arial; color:#DC0931; text-decoration:none;}
.red a{ font:12px arial; color:#DC0931; text-decoration:none;}
.red a:hover{ font:12px arial; color:#DC0931; text-decoration: underline;}

.white { font:12px arial; color:#ffffff; text-decoration:none;}
.white a{ font:12px arial; color:#ffffff; text-decoration:none;}
.white a:hover{ font:12px arial; color:#ffffff; text-decoration: underline;}

.industry { background-image:url(images/ind_experience.jpg); height:307px; width:237px; background-repeat:no-repeat; background-position:center top;}
.footer { background-image:url(images/footer.jpg); background-repeat:repeat-x; background-position:top; height:56px;}
.break { background-image: url(images/line.jpg); background-repeat:repeat-y; background-position:top; width:26px;}

.highlight {opacity:1.8; filter:alpha(opacity=100);}
.highlight:hover { opacity:0.7; filter:alpha(opacity=40);}
