﻿/* Font Color Section  */
.red {color: red;}
.navy {color: navy;}
.black {color: black;}
.dark_blue {color: #666666;}
.green {color:green;}

/* Font Style Section  */
.bold {font-weight: bold;}

/* Font Family Section  */
.tahoma {font-family: "Tahoma"}
.arial {font-family: "Arial"}

/* Font Size Section  */
.font_7pt {font-size: 7pt;}
.font_8pt {font-size: 8pt;}
.font_9pt {font-size: 9pt;}
.font_10pt {font-size: 10pt;}
.font_11pt {font-size: 11pt;}
.font_12pt {font-size: 12pt;}
