
/**
 * Formmatting styles for
 * dynamic Pages functionality
 */

.text20 {
	font-size: 20px ;
}

.text16 {
	font-size: 16px ;
}

.text14 {
	font-size: 14px ;
}

.text20 {
        font-size: 20px ;
}

.text16 {
        font-size: 16px ;
}

.text14 {
        font-size: 14px ;
}

.text20bold {
	font-weight: bold ;
        font-size: 20px ;
}

.text16bold {
	font-weight: bold ;
        font-size: 16px ;
}

.text14bold {
	font-weight: bold ;
        font-size: 14px ;
}


