html
{   
    height: 100%;
    scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #000000;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #CCCCCC;
    scrollbar-arrow-color: #000000;
}

body
{
    height: 100%;
    margin: 0px;
    background-color: #ffffff;
    font-family: Arial;
    font-size: 10pt; 
    color: black; 
}

body.bluebg
{
    height: 100%;
    margin: 0px;
    background-color: #0099cc;
    font-family: Arial;
    font-size: 10pt; 
    color: black; 
}

table
{
    border: none;
    margin: 0px;
    padding: 0px;
}

table.full
{
    margin: 0px;
    padding: 0px;
    border: none;
    height: 100%;
    width: 90%;
}

tr
{
    border: none;
    margin: 0px;
    padding: 0px;
}

td
{
    border: none;
    margin: 0px;
    padding: 0px;
}

p.title
{
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 0px;
    color: black;
}

p.blue
{
    font-size: 9pt;
    margin-bottom: 0px;
    color: blue;
}

p.bluetitle
{
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 0px;
    color: blue;
}

p.redtitle
{
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 0px;
    color: red;
}

p.tinytext
{
    font-size: 8pt;
    margin-top: 3px;
    color: #888888;
}

hr
{
    color: Black;       
}

a
{
	color: #3300FF;
	text-decoration: none;
}
a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

.nlinks 
{ 
	color: #89299D;
	text-decoration: none;
	font-size: 14;
	font-weight: bold;
}

.nlinks:hover 
{
	color: #25408D; 
	text-decoration: underline;
}
.mlinks 
{ 
	color: #89299D;
	text-decoration: none;
	font-size: 13;
	font-weight: bold;
}

.mlinks:hover 
{
	color: #25408D; 
	text-decoration: underline;
}

.wlinks 
{ 
	color: #000000;
	text-decoration: none;
	font-size: 13;
	font-weight: bold;
}

.wlinks:hover 
{ 
	color: #000000;
	text-decoration: underline;
}

.rlinks 
{ 
	color: #89299D;
	text-decoration: none;
	font-size: 12;
	font-weight: bold;
}

.rlinks:hover 
{
	color: #25408D; 
	text-decoration: underline;
}

.linksmall 
{ 
	color: #89299D;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}

.linksmall:hover 
{
	color: #25408D; 
	text-decoration: underline;
}
