/* 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%;
    text-align: justify;
}
a:link, a:visited {
    text-decoration: none;
    font-weight: normal;
}
a:hover {
    text-decoration: underline;
    font-weight: normal;
}
p, li, td, th, caption, .ref {
	font-size: 12px;
    line-height: 18px;
}
h1 {
	font-size: 10px;
}
h2 {
	font-size: 11px;
    line-height: 13px;
}
h3 {
	font-size: 12px;
    line-height: 17px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 15px;
}
.uppercase{
    text-transform: uppercase;
}
.strong{
    font-weight: bold;
}
.justify{
    text-align:justify;
}
.text-right{
    text-align: right;
    padding-right: 15px;
}
.text-left{
    text-align: left;
    padding-left: 15px;
}
ref{
    text-align: center;
}
