
html, body 
    {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	}

hr
    {
    color: #C0C0C0;
    width: 98%;
    height: 1px;
    }

table
   {
   background-color: #FFFFFF;
   }

td.borderl
   {
   border-left:1px solid #333399;
   }
   
td.borderlbg
   {
   border-left:1px solid #333399;
   background-color: #330066;
   }

td.borderlr
   {
   border-left:1px solid #333399;
   border-right:1px solid #333399;
   }

td.borderlrbg
   {
   border-left:1px solid #333399;
   border-right:1px solid #333399;
   background-color: #333399;
   }

td.borderlrb
    {
    border-left:1px solid #333399;
    border-right:1px solid #333399;
    border-bottom: 1px solid #333399;
    }
    
td.borderlrt
    {
    border-left:1px solid #333399;
    border-right:1px solid #333399;
    border-top: 1px solid #333399;
    }


td.borderlb
   {
   border-left:1px solid #333399;
   border-bottom: 1px solid #333399;
   }

td.borderb
   {
   border-bottom: 1px solid #333399;
   }

td.borderrb
   {
   border-right:1px solid #333399;
   border-bottom: 1px solid #333399;
   }

td.borderrp
   {
   padding-left: 10px;
   border-right: 1px solid #333399;
   }

td.borderr
   {
   border-right: 1px solid #333399;
   }

td.borderrbg
   {
   border-right: 1px solid #333399;
   background-color: #330066;   
   }


h1 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #092648;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	}


h2 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #092648;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #C0C0C0;
	}

h3 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #092648;
	margin-top: 6px;
	margin-bottom: 3px;
	margin-left: 5px;
	}
	
h4 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #092648;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 5px;
	margin-right: 8px;
	}

h5 {
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #092648;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 5px;
	margin-right: 8px;
	}

h6 {
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color: #000080;
	margin-top: 3px;
	margin-bottom: 3px
	}
	
.hleft
    {
    text-align: left;
    }
    
.hleftdec
    {
    text-align: left;
    text-decoration: overline underline;
    }


.hcenter
    {
    text-align: center;
    }

.hright
    {
    text-align: right;
    }
.hjustify
    {
    text-align: justify;
    }


p.center
       {
       text-align: center;
       }




div.center
    {
    text-align: center;
    }






img.border 
    {
    margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border-left: 1px solid #000080;
	border-right: 1px solid #000080;
	border-top: 1px solid #000080;
	border-bottom: 1px solid #000080;
    }

img.border5
    {
    margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border-left: 1px solid #000080;
	border-right: 1px solid #000080;
	border-top: 1px solid #000080;
	border-bottom: 1px solid #000080;
    }


img.borderpadl
    {
    margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
	margin-right: 0px;
	border-left: 1px solid #000080;
	border-right: 1px solid #000080;
	border-top: 1px solid #000080;
	border-bottom: 1px solid #000080;
    }

img.borderpadr
    {
    margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 8px;
	border-left: 1px solid #000080;
	border-right: 1px solid #000080;
	border-top: 1px solid #000080;
	border-bottom: 1px solid #000080;
	text-align: right;
    }

img.padr
    {
    margin-top: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 8px;
	text-align: right;
    }
    
img.padall
    {
    margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 0px;
    }

img.padtb
    {
    margin-top: 2px;
	margin-bottom: 2px;
    }





div {
	border: none;
	}

p, a 
    {
	font-family: Verdana;
	}

    
a.one:link
    { 
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	margin-top: 10px;
	margin-bottom: 8px;
	text-decoration: none;
	}

a.one:visited
    { 
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	margin-top: 10px;
	margin-bottom: 8px;
	text-decoration: none;
	}

a.one:hover, a.one:active
    { 
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	margin-top: 10px;
	margin-bottom: 8px;
	text-decoration: none;
	}
	
a.two:link
    { 
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #000080;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
	text-decoration: none;
	}

a.two:visited
    { 
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #000080;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
	text-decoration: none;
	}

a.two:hover, a.two:active
    { 
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #000080;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
	text-decoration: none;
	}
	
.Caption
       {
       font-family: Arial;
       font-weight: bold;
       color:      #123456;
       }