﻿span.header
{
    font-weight:900;
    font-family:Arial;
    text-transform:uppercase; 
    
}

span.remarks
{
    color:Red;
}

table.subTable
{
    
	border: 1px solid #000000;
	
}

table.subTable td.header
{
    color:White;
    background:#003893;
}
table.contact
{
    border: 1px solid #AAAAAA;
    border-collapse:collapse;
}

table.contact td
{
    border: 1px solid #AAAAAA;
}
table.contact td.header
{
    font-weight:bold;
    background-color:#003893;
    color:White;
}

table.limitation
{
   border: 1px solid #AAAAAA;
   font-size: small;
   font-family:Arial;
    
    
}

table.limitation td.header
{
    font-weight:bold;
    background-color:#003893;
    color:#FFFFFF;
}
.MenuItem a {
    display:block;
    width:100%;
    text-align:left;
}

.header 
{
    font-weight: bold;
    text-transform:uppercase; 
}

body
{
    font-family:Arial;
  	word-spacing:3px;
  	letter-spacing:0.8px;
  	font-size:12px;
    text-align:justify;
}

a.concept
{
    text-decoration:none;
    color:#F89827;
}

    