HR 
{
	color: #000066;
}

H1 
{
	font-family : "tahoma", "Times New Roman", serif;
	font-size: 15px;
	color: #003366
}

H2 
{
	font-family : "tahoma", "Times New Roman", serif;
	font-size: 14px;
	color: #333366
}

H3
{
	font-family : "tahoma", "Times New Roman", serif;
	font-size: 13px;
	color: #333366
}

H4
{
	font-family : "tahoma", "Times New Roman", serif;
	font-size: 12px;
	color: #333366
}

TABLE 
{
	font-family : "tahoma";
	font-size: 12px;
	color: #333366
}


P 
{
	font-family : "tahoma", "Times New Roman", serif;
	font-size: 12px;
	color: #333366
}

UL
{
	font-family : "tahoma", "Times New Roman", serif;
	font-size: 11px;
	color: #333366
}

BODY 
{
	color: #333366
}

A
{
	font-family : "tahoma", "Times New Roman", serif;
	font-weight: bold;
	color: #FF7500;
}


A:link
{
	color: #FF7500;
}
A:visited
{
	color: #FF7500;
}
A:hover 
{
	color: #003366;
}

.roundcont {
	width: 250px;
	background-color: #FF7500;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.paragraph {
	margin: 10px 10px;
}


.roundcontpink {
	width: 250px;
	background-color: #FFCC99;
	color: #fff;
}

.roundcontpink p {
	margin: 0 10px;
}

.roundcontlightblue {
	width: 250px;
	background-color: #F5F5F5;
	color: #fff;
}

.roundcontlightblue p {
	margin: 0 10px;
}

.roundtop { 
	background: url(../images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/br.gif) no-repeat top right; 
}

.roundtoppink { 
	background: url(../images/tr_pink.gif) no-repeat top right; 
}

.roundbottompink {
	background: url(../images/br_pink.gif) no-repeat top right; 
}

.roundtoplightblue { 
	background: url(../images/tr_gray.jpg) no-repeat top right; 
}
 
.roundbottomlightblue {
	background: url(../images/br_gray.jpg) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

 div.autocomplete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
    }
    div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
    div.autocomplete ul li.selected { background-color: #ffb;}
    div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:32px;
      cursor:pointer;
    }

   