﻿body 
{
    margin-left: 0;
    margin-top: 0;
    background-repeat:repeat;
    background-image: url("/images/bg.jpg");
    background-color:#999999;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif; 
    font-size: 12px;
}
H1
{
 color:#5583C3;
 font-size:  160%; 
 text-align:center; 
}
H2
{
 color:#5583C3;
 font-size: 140%; 
 text-align:center; 
}
H3
{
 color:#003366;
 font-size:  120%;  
 text-align:center;
}
H4
{
 color:#7B2832;
 font-size:  160%;  
 text-align:center;
 font-style:italic;
 font-weight:bold;
 font-family: "Times New Roman",arial,tahoma,sans-serif,verdana,;
}
.footer
{
    text-align:center;
    color:#fff;
    font-size: 90%;
}
  .welcomebox {
    width:300px;
    padding:0 0 14px 0;
    background:url("/images/file_164.gif") bottom left no-repeat;
    font-size:11px;
    }
    .welcomebox h2 {
    margin:0;
    padding:5px 10px 3px 10px;
    background:url("/images/file_164.gif") top left no-repeat;
    font-size:130%;
    color:#5583C3;
    }
    .welcomebox p {
    margin:0;
    padding:0 10px 3px;
    border:1px solid #d8d8d8;
    border-width:0 1px;
    background:#fff;
    }
#contentwraper
{
    padding: 3px 6px 3px 3px;
    text-align:left;
}

  
A:link {
	text-decoration: underline;
	COLOR: #003366;
}
A:visited {
COLOR: #003366;
}

A:hover {
	COLOR: #333;
	text-decoration: none;
	}
	
.note 
{
    font-size:90%;
    color: #003366;
}
.special 
{
    color: #5583C3;
    font-weight:bold;
}

table.mytable
{ width: 100%;
background-color: #fafafa;
border: 1px solid #789DB3;
border-collapse: collapse;
border-spacing: 0px; }


td.mytableTR
{ 
background-color: #789DB3;
border: 1px #789DB3 solid;
font-weight: bold;
color: #ffffff; 
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px;
text-align:center;
}


td.mytableTD
{ border-bottom: 1px #789DB3 solid;
  border-right: 1px #789DB3 solid;
text-align: left;
color: #404040;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }

 .highlightbox {
		padding:0 0 0 11px;
		margin:10px;
		background:url("/images/tsr-l.gif") top left no-repeat;		
	}
	.highlightbox h2 {
		background:url("/images/tsr-r.gif") top right no-repeat;
		margin:0;
		padding:8px 0 0.5em 0;
	}
	.highlightbox p {
		margin:0 0 0 -11px;
		padding:0 11px 0.5em;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
	}
	.highlightbox div {
		margin:0 0 0 -11px;
		padding-left:11px;
		background:url("/images/tsr-l.gif") bottom left no-repeat;
	}
	.highlightbox .end {
		display:block;
		text-align:right;
		padding:0 10px 10px 0;
		background:url("/images/tsr-r.gif") bottom right no-repeat;

	}
	
