@charset "UTF-8";
/* CSS Document */

.table
{
font-family:Arial, Helvetica, sans-serif;
padding-bottom: 100px;
position:relative;
top: 100px;
}

.heading
{
background-color: #1e70b9;
height: 15px;
text-align:right;
font-size:1.5em;
font-weight:bold;
padding-right:20px;
padding-top: 0px;
padding-bottom: 0px;
}

.text
{
background-color:#FFFFFF;
text-align:justify;
font-family:Arial, Helvetica, sans-serif;
font-size: .75em;
color:#666666;
padding: 20px 20px 20px 20px;
}

.p1
{
font-size: 1.5em;
color: #2f8dfc;
font-weight:500;
}

.emphasis
{
font-style:italic;
}

ul
{
list-style-position:outside;
}

a:link
{
color: #1e70b9;
text-decoration: none;
}

a:visited
{
color:#0000FF;
text-decoration:none;
}

a:hover
{
color: #88bcfc;
text-decoration:none;
}

.news
{
color:#333333;
}

#text
{
line-height: 125%;
}