/*
** Colour definitions for website.
** breadcrumb hover either #FDE39B or #02303F
*/

#contentPrint link, #contentPrint vlink, #contentPrint a:link, #contentPrint a:visited
 { color: #2244CC; }

link, vlink, a:link, a:visited
 { color: #673694; }

.txtNorm
 { background: #FFFFFF;}

alink, a:active, #contentPrint a:active, a:hover, #contentPrint a:hover
 { color: #CB982F; }

.breadcrumb
 { color: #FDE39B; background: #CB982F; }

a.breadcrumb, a.breadcrumb:link, a.breadcrumb:visited
 { color: #FFFFFF; }

alink.breadcrumb, a.breadcrumb:active, a.breadcrumb:hover
 { color: #02303F; }

h1, h5, h6, hr
 { color: #CB982F; }

h2, h3, h4
 { color: #00465E; }

.inputbox, select, option
 { background:#E9F1F4; color:#214A59; }

.tableList th
 { background:#FDE39B; }

.tableList td
 { background:#E9F1F4; }
