/* CSS Document */

body {
margin-left: 10px;
margin-top: 10px;
padding: 0px  0px;
}

/*** Link Colours ***/
a:link       { color: #aa1e24; text-decoration: none }
a:visited    { color: #aa1e24; text-decoration: none }
a:hover      { color: #0066cc; text-decoration: none }
a:active     { color: #0066cc; text-decoration: none }

/* ------ Table Row Highlight ------ */
tr.on  { background-color:#f3d8e7; }
tr.off { background-color:#ffffff; }


/*** Row Heading ***/
.tr_header {
background-color: #e64463;
color:#FFFFFF;
}



/*** Header Test ***/
.text_header {
font-family: "Courier New", Courier, monospace;
font-size: 24px;
font-weight: bold;
color: #FFFFFF;
}

/*** Text Title ***/
.text_title {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #aa1e24;
}

/*** Text font=7pt ***/
.text_7 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 7pt
}

/*** Text font=8pt ***/
.text_8 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: 000000
}

/*** Text font=8pt ***/
.text_poweredby {
font-family: Verdana, Arial, Helvetica, sans-serif
font-size: 8pt;
color: #808080;
}



/*** Button designs  ***/
input.submitButton {
   cursor: hand;
   font-size: 8pt;
   font-family: Verdana;
   width: 55;
   color: #ffffff;
   background: #e64463;
   border: 1px outset #CCCCCC;
   line-height: 9pt;
   align: center
}

input.normalButton {
   cursor: hand;
   font-size: 8pt;
   font-family: Verdana;
   color: #333333;
   background: #d4d4d4;
   border: 1px outset #CCCCCC;
   line-height: 9pt;
   align: center
}
input.littleButton {
   cursor: hand;
   font-size: 8pt;
   font-family: Verdana;
   font-weight: bolder;
   width: 80;
   color: #ffffff;
   background: #e64463;
   border: 1px outset #CCCCCC;
   line-height: 9pt;
   align: center
}


