BODY {
background-color: white;
}
A {color:#890000; text-decoration: none;}
A:link {color:#890000;}
A:visited {color:#890000;}
A:active {color:#890000;}
A:hover {text-decoration:underline;}
UL {list-style-image: url(img/dot.jpg);}
HR {
color: #890000;
height: 3px;
}

#navbar {
text-align: center;
color: white;
font-size: 12px;
font-family: arial;
font-weight: bold;
background-color: #890000;
}
#navbar A {color:white; text-decoration: none;}
#navbar A:link {color:white;}
#navbar A:visited {color:white;}
#navbar A:active {color:white;}
#navbar A:hover {text-decoration:underline;}


#title {
color: black;
font-size: 18px;
font-family: arial;
font-weight: bold;
}
.subtitle {
color: black;
font-size: 14px;
font-family: arial;
font-weight: bold;
}

.cell1 {
color: black;
font-size: 12px;
font-family: arial;
font-weight: normal;
background-color: #EAF6FF;
padding: 5px;
}
.cell2 {
color: black;
font-size: 12px;
font-family: arial;
font-weight: normal;
background-color: white;
padding: 5px;
}

.page {
width: 15px;
heigh: 15px;
cursor: hand;
color: #890000;
border: 1px solid #890000;
font-size: 12px;
font-family: arial;
vertical-align: middle;
text-align: center;
}
.selectedPage {
width: 15px;
heigh: 15px;
cursor: hand;
color: #890000;
border: 1px solid #890000;
font-size: 12px;
font-family: arial;
vertical-align: middle;
text-align: center;
background-color: #E5EBFF;
}

.vertical {
width: 30;
height: 200;
color: white;
text-align: center;
font-size: 18px;
font-family: arial;
font-weight: bold;
background-image: url(img/degradevertical.jpg);
background-repeat: no-repeat;
padding-top: 10px;
}

.verticaldot {
width: 8;
background-image: url(img/dot.jpg);
background-repeat: repeat-y;
}

.verticalarrow {
width: 30;
height: 200;
text-align: center;
padding-top: 5px;
}

.listTitle {
color: #890000;
font-size: 12px;
font-family: arial;
font-weight: bold;
}

.listSubTitle {
color: black;
font-size: 12px;
font-family: arial;
font-weight: normal;
font-style: italic;
}

.listWhen {
color: black;
font-size: 12px;
font-family: arial;
font-weight: normal;
font-style: italic;
}

TD {
vertical-align: top;
font-size: 12px;
font-family: arial;
}

.label {
background-color: #EAF6FF;
text-align:right;
padding: 4px 5px 0px 0px;
}
.value {
padding-top: 4px;
}

.button {
border: 1px solid #890000;
width: 120px;
text-align: center;
}

.txt {
background-color: white;
border: 1px solid black;
font-size: 12px;
font-family: arial;
}

.msg {
color: #890000;
font-size: 12px;
font-family: arial;
font-weight: bold;
font-style: italic;
}