body {
    background-color: #ffffff;
    font-size: 12px;
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    color: #000000;  
    margin: 10px;
}

h1 {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    border-bottom: 1px solid #AFAFAF; 
    font-size:  16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #D20005;
}

h2 {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    font-size:  16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

h3 {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    font-size:  14px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

a:link, a:visited {
    color: #045491;
    font-weight : bold;
    text-decoration: none;
}

a:link:hover, a:visited:hover  {
    color: #045491;
    font-weight : bold;
    text-decoration : underline;
}

th {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    font-size:  14px;
    font-weight: bold;
    background-color: #1874CD;
    color: white;
}

td {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    vertical-align: top;
}

p {
    text-align: justify;
}

image {
    border: none;
}

ul {
    list-style-image: url(/RMSOnline-war/resources/images/linkarrow.gif);
}

li {
    padding: 0 0 0px 20px;
}

.col1of2 {
    float: left;
    width: 45%;
    max-width: 500px;
}

.col2of2 {
    padding-left: 30px;
    float: left;
    width: 45%;
    max-width: 500px;
}

.col1of3 {
    float: left;
    width: 37%;
    margin-left: 3px;
}

.col2of3 {
    padding-left: 30px;
    float: left;
    width: 15%;
}

.col3of3 {
    padding-left: 30px;
    float: right;
    width: 40%;
    margin-right: 3px;
}

.tooltip {
    font-style: italic;
    color: teal;
}

.info {
    font-style: normal;
    color: darkslategray;
}

.check {
    text-align: center;
}

.toolbar {
    background-color: blue;
    border: black solid 1px;
    color: white;
    font-size: x-large;
    height: 28px;
    vertical-align: middle
}

.slideshowContainer315 {
    width: 250px;
    height: 315px;
    padding: 5px 5px 5px 5px;
}

.slideshow315 {
    width: 240px;
    height: 315px;
    border: 1px solid black; 
    padding: 5px 5px 5px 5px;
}
