/* Typography
*************************************************************** */
body, p, li, td, th, h1, h2, h3, h4, h5, h6, caption, input, label, fieldset, textarea {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-weight: normal;
}
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: 14px;
}
input, label, fieldset{
	font-size: 12px;
    line-height: 14px;
}
h1 {
	font-size: 10px;
}
h2 {
	font-size: 11px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 15px;
}
.star{

}

