﻿body {
}


.table1 {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-bottom: 18px;
    margin-top: 18px;
}

.table1 th {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
    text-align: center;
    padding-left: 5px;
    font-weight: normal;
    width: 10px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #ffffff;
}

.table1 td {
    font-family: Verdana;
    font-size: 11px;
    color: #40495a;
	line-height: 20px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 9px;
    border-bottom: 1px solid #ffffff;
    background-color: #ffffff;
}

.table2 {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-bottom: 18px;
    margin-top: 18px;
}

.table2 th {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
    text-align: left;
    padding-left: 15px;
    padding-bottom: 9px;
    font-weight: normal;
    width: 200px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #eff3fb;
}

.table2 td {
    font-family: Verdana;
    font-size: 11px;
    color: #40495a;
	line-height: 20px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 9px;
    border-bottom: 1px solid #ffffff;
    background-color: #eff3fb;
}

.table3 {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-bottom: 18px;
}

.table3 thead th { font-family: Verdana; font-size: 10px; color: #ffffff; line-height: 18px; text-align: left; padding-left: 10px; 
    font-weight: bold; width: 65px; border-bottom: 1px solid #ffffff; border-right: 1px solid #ffffff; background-color: #5f6e7f;}

.table3 thead td { font-family: Verdana; font-size: 10px; color: #ffffff; line-height: 18px; text-align: left; padding-left: 15px;
    font-weight: bold; width: 195px; border-bottom: 1px solid #ffffff; border-right: 1px solid #ffffff; background-color: #5f6e7f;}

.table3 th {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	line-height: 20px;
    text-align: left;
    padding-left: 10px;
    padding-right: 5px;
    font-weight: bold;
    width: 65px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #eff3fb;
}

.table3 td {
    font-family: Verdana;
    font-size: 11px;
    color: #40495a;
    width: 195px;
	line-height: 20px;
    text-align: left;
    padding-right: 5px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #eff3fb;
}

