body
{
    font-family: Verdana;
    color: Black;
}

img{
	border: 0px;
}

table
{
    font-size: 11px;
    text-align: justify;
}

td
{
    vertical-align: top;
}

td.fill
{
    background-color: #F5F5F6;
    font-weight: bold;
    font-size: 9px;
    text-indent: 5px;
		color: #800000;
		cursor: hand;
}

td.fill2
{
    background-color: #F9F9F9;
    text-align: left;
    font-size: 9px;
}

a
{
  color: black;
    text-decoration: none;
}

.red
{
  color: #800000;
	font-weight: bold;
}

a:hover.red
{
  color: blue;
}

.green
{
  color: #4D913B;
	font-weight: bold;
	font-size: 10px;
}

a:hover.green
{
  color: blue;
}

a:hover
{
    color: #072072;
}

a.menu
{
    display: block;
    background-image: url(../images/menu_fill.jpg);    
    background-repeat: no-repeat;
    font-weight: bold;
    color: black;
    padding-top: 4px;
    margin: 0px;
    font-size: 12px;
    text-indent: 35px;
    height: 24px;
}

a:hover.menu
{
    display: block;
    color: #545454;
}

p
{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
    text-indent: 20px;
}

h1
{
    font-size: 18px;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
}

.rep_x
{
    background-repeat: repeat-x;
}

.norep
{
    background-repeat: no-repeat;
}

ul
{
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 8px;
    margin-left: 40px;
    margin-right: 0px;
}
