/* General */



body, table {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: x-small;
		 font-size: small;
        voice-family: "\"}\"";
        voice-family: inherit;
       
}


/* Headings */
h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 80%; }

/* Important Notices */
a.clsImportantNotices:link, a.clsImportantNotices:visited, a.clsImportantNotices:active, a.clsImportantNotices:hover { color: #000; }

/* Important Notices New */
a.clsImportantNoticesNew:link, a.clsImportantNoticesNew:visited, a.clsImportantNoticesNew:active, a.clsImportantNoticesNew:hover { 
	color: #000;
	text-decoration: underline;
}

