@charset "UTF-8";

BODY.first { background-color: white}

font.txtsm { font-family: Verdana }
font.txtsm { font-size: 12 }
font.txtsm { color: #000647}
font.txtsm { margin-bottom: 10px }

font.txtsm2 { font-family: Verdana }
font.txtsm2 { font-size: 12 }
font.txtsm2 { color: #000647}

font.txtsm1 { font-family: Verdana }
font.txtsm1 { font-size: 12 }
font.txtsm1 { color: black}
font.txtsm1 { margin-bottom: 10px }

font.news { font-family: Verdana }
font.news { font-size: 17 }
font.news { font-weight: bold}
font.news { color: #000647 }

font.newsdate { font-family: Verdana }
font.newsdate { font-size: 13 }
font.newsdate { color: black }

.bord { border: 4px double black; }

li.list { margin-bottom: 7px }
li.numberlist { margin-bottom: 7px }

div.mar { margin-bottom: 10px }

div.martop { margin-top: 10px }

img.imgmarg { margin-right: 10px }

a.underline { text-decoration: underline }
a.underline { font-family: Verdana }
a.underline { font-size: 15 }


/*---------------------Link Style Settings -----------------------------------------*/
a:link
{
	color: #010348; 
}

a:visited 
{
	color: #010348; 
}

a:active 
{	
 	color: #831;
}

a:hover
{
	 color: black; 
	 text-decoration: underline;
}

.tbl_menu
{
	/*general style properties for menu tables*/
	text-align: left;
	width: 185px;
	border: 0;
	border-collapse: collapse;
	margin: 0 0 0px 0;
}

.tbl_menu_advisors
{
	/*general style properties for menu tables*/
	text-align: left;
	width: 700px;
	border: 0;
	border-collapse: collapse;
	margin: 0 0 0px 0;
}

.tbl_menu_zmist
{
	/*general style properties for menu tables*/
	text-align: left;
	width: 700px;
	border: 2px;
	border-color: black
}

li
{
  margin-left: 0px;	
}

li.mnone 
{
  list-style: none;
  margin-top: 10px;
}


li.mnone_nohref 
{
  color: black;
  
  margin-top: 10px;
  
}

li.sdvig 
{
  /*margin-left: 30px;*/
}

li.sdvig_
{
  color: black;
    list-style-image: none;
  list-style-type: decimal;
  margin-bottom: 7px;
}

ol.dec
{

  list-style-image: none;
  list-style-type: decimal;
}


ul.pt
{
  margin-left: 0px;
}

ul
{
  margin-left: 0px;
}

