﻿@charset "UTF-8";
/* CSS Document */
/*********** Bootstrap Table ***********/

body, .letter-box, #content, div, p, span, h1, h2, h3 {
    color: #000;
}
	
table {
    width: 100%;
}
	
table th, table td {
    text-align: inherit;
}
	
td {
    padding: 10px 0;
}
	
thead > tr {
    text-align: left;
}
	
.logo {
    display: inline;
}
	
.masthead {
    color: #000;
    text-align: right;
}
	
.masthead h1 {
    font-size: 1.8em;
    line-height: .5em;
}
	
.masthead h3 {
    font-size: 1em;
    line-height: .8em;
    margin-bottom: 15px;
}
	
.masthead p {
    font-size: .8em;
    line-height: .5em;
}
	
div.containercontent {
    margin-top: 100px;
}
	
div.containercontent > div:last-child {
    font-size: .8em;
    line-height: 1.6em;
    padding: 20px 0;
}
	
.bs-table-container {
    padding: 0 40px;
}

.bs-table-header {
    margin-bottom: 10px;
    padding: 5px 0;
}

.bs-table-row {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

/************************confirmation*********************/

h1, h2, h3 {
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
}

h1 {
    color: #666;
    font-size: 18px;
}

h2 {
    color: #31aa3a;
    font-size:16px;
    margin:0;
}
h3 {
    font-size:14px;
}

.letter-box{
    max-width:880px;
    margin:auto;
    padding:30px;
    border:1px solid #eee;
    font-size:16px;
    line-height:24px;
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    color:#666;
}

#logosarea, .logosarea {
    margin-bottom:35px;

}
.logo {
    width:300px;
}

.aic-logo {
    width:400px;
    float:right;
    text-align: right;
    margin-top:-35px;
}
.smalladdress {
    color:#999999;
    font-size: 12px;
    line-height: 0;
}
.effectivedate {
    color:#666;
    font-size: 12px;
    line-height: 0;
}

table th,
table td {
    font-size:14px;	
}
.bottomnotes {
    color:#666666;
    font-size: 13px;
    line-height: 1;
}