/* Typography
*************************************************************** */
body, p, li, td, th, h1, h2, h3, h4, h5, h6, caption, input, label, fieldset, textarea {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
a:link, a:visited {
    text-decoration: none;
    font-weight: normal;
}
a:hover, a:active {
    text-decoration: none;
    font-weight: normal;
}
#right-inner a:link, #right-inner a:visited{
    text-decoration: underline;
}
#right-inner a:hover, #right-inner a:hover{
    text-decoration: underline;
}
p, li, td, th, caption, .ref {
	font-size: 12px;
    line-height: 16px;
}
#info a:link, #info a:visited{
    font-weight: bold;
}
#left-outter p, #footer p, #menu2 ul li{
    font-size: 12px;
    line-height: 18px;
}
#right-inner{
    text-align: justify;
}
