﻿body 
{
     font-size: 12px;
 
    font-family: verdana, arial, sans-serif;
    color: #5A5A5A;
    background: url(images/body-pattern.png) repeat 0 0;
    min-width: 100%;
}



.contentchild
{
}

.contentchild h2
{
    font-size:14px;
    color:#00ACEF;
    border:none;
}


.contentchild p
{
    line-height:22px;
    text-align:justify;
}

.subcontent
{
    float:left;
    width:100%;
}
.subcontent left
{
    float:left;
    width:60%;
}


.subcontent right
{
   
    float:left;
}


.sub {
    width: 75%;
    margin: 1em 0 1em 0;
    background:#EAEAEA;
     
}

.sub td, .table th 
{
  
    padding: .6em; 
    vertical-align: middle;
     background:#EAEAEA;
    color:#5A5A5A;
  
}
.sub th
{
     background:#2EBBF0;
     color:#FFF;
}

.title
{
    font-size:16px;
    color:#00ACEF;
    text-align:left;
  
}
