/* Define all main HTML elements */
body {font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:white;MARGIN: 0px;
background-color:#a3a1a2;
background-image:url('/images/template/background.jpg');
background-repeat:repeat-x;
}  

td {font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
ul {list-style-type: square}

/* 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}
.right_column_links {color: white}
.right_column_titles {font-size: 14px; font-weight: bold; color: #F7B61D}

/* 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:link {color: white; text-decoration: underline;}
A:visited {color: white;text-decoration: underline;}
A:hover {color: white; text-decoration: underline;}
A:visited.hover {color: white; text-decoration: underline;}
A.nav:link {color: black; font-weight: bold; text-decoration: none;}
A.nav:visited {color: black; font-weight: bold; text-decoration: none;}
A.nav:hover {color: gray;  font-weight: bold; text-decoration: underline;}
