/* Typography
*************************************************************** */
body, p, li, td, th, h1, h2, h3, h4, h5, h6, caption {
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 100.01%;
}
a:link, a:visited {
    text-decoration: underline;
    font-weight: normal;
}
a:hover {
    text-decoration: none;
    font-weight: normal;
}
body, p, li, caption {
	font-size: 12px !important;
    text-align: justify;
    line-height: 14px !important;
}
td, th {
	font-size: 11px;
    text-align: justify;
    line-height: 13px;
}
td.h,th.h{
    font-size: 12px;
    text-align: justify;
    line-height: 14px;
}
#main-content{
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
    font-weight: normal;
	font-size: 12px;
    text-align: justify;
    line-height: 14px;
}
.cap{
    font-size: 18px;
    font-weight: normal !important;
}
p.cap{
    font-size: 18px;
    font-weight: normal !important;
    padding: 8px 0;
}
p.cap:first-letter
{
    font-size: 18px;
}
.tableHead{
    font-size: 12px;
    background: #8A817A;
    color: #FFFFFF;
}
h1 {
	font-size: 10px;
}
h2 {
	font-size: 11px;
    line-height: 13px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 15px;
    line-height: 18px;
}
.uppercase{
    text-transform: uppercase;
}
.strong{
    font-weight: bold;
}
.justify{
    text-align:justify;
}
.tab, .tabOver{
    font-size: 11px;
}
