﻿.rx-h1
{
    font-size: 1.4em;
    color: gray;
    margin: 20px 2px 14px 2px;
}

.rx-h2
{
    font-size: 1.2em;
    color: gray;
    margin: 14px 2px 10px 2px;
}

.rx-cell-h2
{
    padding: 4px;
    border: solid 1px gray;
    font-weight: normal;
    font-size: 20px;
    color: gray;
    margin: 16px 6px 0px 6px;
    background: #FFDBDB;
}

li
{
    font-size: 14px;
    color: #4E4E4E;
}

.rx-cell-tx
{
    padding: 4px;
    border: dashed 1px gray;
    border-top: none 1px gray;
    margin: 0px 6px 0px 6px;
}

li
{
    font-size: 14px;
    color: #4E4E4E;
    line-height: 2em;
    margin-bottom: 16px;
}


.rx-text
{
    font-size: 14px;
    color: #4E4E4E;
    line-height: 2em;
    margin-bottom: 16px;
}

.rx-li1
{
    font-size: 14px;
    color: #4E4E4E;
    line-height: 2em;
}

.rx-li2
{
    color: red;
    line-height: 2em;
    margin-bottom: 16px;
}

.rx-blue
{
    font-size: 14px;
    color: blue;
    margin-bottom: 16px;
    font-weight: bold;
    font-style: italic;
}

.rx-red
{
    font-size: 14px;
    color: red;
    margin-bottom: 16px;
    font-weight: bold;
    font-style: italic;
}

.rx-code-img
{
  border: dashed 1px gray;
  padding: 4px;
  margin: 2px;
}


.rx-code-red
{
    font-family: Courier;
    font-weight: bold;
    color: red;
}

.rx-code-maroon
{
    font-family: Courier;
    font-weight: bold;
    color: maroon;
}
.rx-code
{
    font-family: Courier;
}

.rx-gray
{
    font-size: 14px;
    color: gray;
    margin-bottom: 16px;
    font-weight: bold;
    font-style: italic;
}
.rx-bold
{
    font-weight: bold;
}

.rx-textcell
{
    border: dashed 1px gray;
    margin: 6px;
}

table.rx-maintable
{
    text-align: left;
    width: 840px;
    border: none;
    table-layout: fixed;
}
.rx-bottom
{
    padding: 4px;
    font-size: 12px;
    text-align: center;
    border: dashed 1px gray;
    margin: 6px;
}

/* blue : #DBE1FF green #DBFFDE orange #FFF4DB */