@charset "UTF-8";

body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   margin: 10px;
}

a:active {
   color: #2293FF;
   text-decoration: none;
}

a:link {
   color: #2293FF;
   text-decoration: none;
}

a:visited {
   color: #2293FF;
   text-decoration: none;
}

a:hover {
   color: #FF0000;
   text-decoration: none;
}

table {
   border-right-color: #2293FF;
   border-right-style: solid;
   border-right-width: thin;
   border-bottom-color: #2293FF;
   border-bottom-style: solid;
   border-bottom-width: thin;
   border-spacing: 0px;
}

caption {
   font-size: 12px;
   padding: 6px;
}

colgroup {
}

col {
}

thead {
   background-color: #2293FF;
   color: #FFFFFF;
}

tfoot {
   background-color: #2293FF;
   color: #FFFFFF;
}

tbody {
}

tr {
}

tr.oddRow {
   background-color: #D9ECFF;
}

tr.evenRow {
   background-color: #BDDFFF;
}

th {
   border-left-color: #2293FF;
   border-left-style: solid;
   border-left-width: thin;
   padding: 8px;
}

td { 
   border-left-color: #2293FF;
   border-left-style: solid;
   border-left-width: thin;
   padding: 8px;
}