/* Define all main HTML elements */
body {background-color: White; font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
td {font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
li.square {list-style-type: square}
ol ol {list-style-type: decimal}

/* Define all H1 tag replacements here  - T1 = Title 1 which should replace H1 in practice */
.T1 {font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold}
.T2 {font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold}
.T3 {font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold}
.T4 {font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}
.T5 {font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold}		

/* Define various global style types here */
.bold {font-size: 12px; font-weight: bold}
.boldsm {font-size: 11px; font-weight: bold}
.small {font-size: 10px}
.xsmall {font-size: 9px}
.form {font-size : 10px}

/* Define table style types here */
.admin_theader {background-color: #333366}
.admin_tdlight {background-color: #EEEEEE}
.admin_tddark {background-color: #DADADA}

/* Define all link attributes here */
A.title {font-size: 12px; font-weight: bold; text-decoration: none; color : Blue}
A:link { text-decoration: none }
A:visited {	text-decoration: none;	color: Navy }