﻿body
{
    margin: 0px;
    background-image: url(      'ImagesSite/BgPage.jpg' );
    background-repeat: repeat-x;
    font-family: 'Trebuchet MS';
    padding: 0;
    font-size: small;
}
h1
{
  font-family: Arial, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #285477;
}

h2
{
  font-family: Arial, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #285477;
}

h3
{
  font-family: Arial, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #375567;
}

h4
{
  font-family: Arial, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #1D262A;
}

h5
{
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #1D262A;
}


.div_logo
{
	margin-top: 10px;
}
.div_main
{
    padding: 0px 10px 10px 10px;
    border-right-style: solid;
    border-left-style: solid;
    border-width: 2px;
    border-color: #AFC6D4;
    margin-right: auto;
    margin-left: auto;
    width: 890px;
    background-color: #FFFFFF;
    margin-top: -10px;
}
.div_flash
{
    text-align: center;
    height: 199px;
    margin-top: 5px;
}

.special
{
	color: #000000;
}
a:link.special
        {text-decoration: none;
         	color: #000000;
}
a:visited.special
        {text-decoration: none;
         color: #000000;}
a:hover.special
        {text-decoration: underline;}
a:active.special
{
	text-decoration: none;

}
        
.div_block_top
{
    background-image: url('ImagesSite/blocktop.png');
    background-repeat: no-repeat;
    height: 21px;
    padding-left: 10px;
    padding-top: 7px;
    font-size: medium;
    font-family: 'Trebuchet MS';
    margin-top: 10px;
}
.div_block_mid
{
	background-image: url(   'ImagesSite/blockmid.png' );
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
}
.div_block_bot
{
	background-image: url(  'ImagesSite/blockbot.png' );
	background-repeat: no-repeat;
	height: 9px;
}

.div_image_links
{
    margin-top: 10px;
}

li
{
	list-style-image: url( 'imagessite/bullet01.gif' );
	margin-top: 7px;
}

ul
{
	margin: 0px;
	padding-left: 17px;
}
.div_colored
{
	border: 1px solid #A7B9C3;
	color: #3672A1;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	background-color: #E7EDF2;
	padding: 5px;
}
.div_footer
{
	background-image: url(  'ImagesSite/footer.png' );
	background-repeat: no-repeat;
	height: 35px;
}
img
{
	border-style: none;
}

button
{
	border: 1px solid #C0C0C0;
}
hr
{
	height: 10px;
	background-image: url('ImagesSite/chartbar.png');
	background-repeat: repeat-x;
	text-align: left;
}
