/* FONT SIZES */
body {
	font-size:16px;
}
h1 {
	font-size:1.3em;
}
h2 {
	font-size:0.8em;
}
h3 {
	font-size:0.8em;
}
p,
li,
td {
	font-size:0.7em;
}
th {
	font-size:0.8em;
}
li li,
td td {
	font-size:1em;
}
p.emphasis {
	font-size:0.9em;
}
pre{
	font-size: 0.75em;
}
ul.arrow-btn li {
	font-size:1em;
}
.user-item h3 em {
	font-size:0.9em;
}
#advert p {
	font-size:0.75em;
}
/*for BizForm errors - built into CMS*/
#contact-form-errors span,
#subscriber-form-errors span{
	font-size:0.7em;

}
/*for Blog Comment - built into CMS*/
#comments span{	
	font-size:0.7em;
}
#page-wrapper td span,
#page-wrapper p span {
        font-size:1em;
}
li p{
	font-size: 1em;
}
#home td{
	font-size: 1em;
}