/* Typography
*************************************************************** */
body, p, li, td, th, h1, h2, h3, h4, h5, h6, caption {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 100.01%;
}
a:link, a:visited {
    text-decoration: none;
    font-weight: normal;
}
a:hover {
    text-decoration: underline;
    font-weight: normal;
}
p, li, td, th, caption {
	font-size: 12px;
    line-height: 14px;
    text-align: justify;
}
h1 {
	font-size: 10px;
    line-height: 12px;
}
h2 {
	font-size: 11px;
    line-height: 14px;
}
h3 {
	font-size: 12px;
    line-height: 16px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 15px;
}
.uppercase{
    text-transform: uppercase;
}
.strong{
    font-weight: bold;
}
.justify{
    text-align:justify;
}
.actab{
	font-size: 12px;
    line-height: 18px;
    font-weight: bold;
}
