/* test.css */

body, td, tr, li, .txt  {
	font-size : 9pt;
	font-weight : normal;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}



A:ACTIVE {
	color : #18186B;
}

A:LINK {
	color : #18186B;
}

A:HOVER {
	color : #3366FF;
}

A:VISITED {
	color : #3366FF;
}


.hpwelcome  {
	color : #18186B;
	font-size : 8pt;
	font-weight : bold;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}


.hpsubsidiary  {
	font-size : 8pt;
	font-weight : normal;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}


.leftnavhead  {
	color : #18186B;
	font-size : 10pt;
	font-weight : bold;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}


.leftnavlink  {
	font-size : 9pt;
	font-weight : normal;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}


.leftnavcurrent  {
	color : #18186B;
	font-size : 9pt;
	font-weight : bold;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}


.dphead  {
	color : #18186B;
	font-size : 12pt;
	font-weight : bold;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}


.dpsubhead  {
	color : #A2A28F;
	font-size : 9pt;
	font-weight : bold;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}


.dpsubhead2  {
	font-size : 9pt;
	font-weight : normal;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}


.dpsubheadlink  {
	font-size : 9pt;
	font-weight : bold;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}


.dptext  {
	font-size : 9pt;
	font-weight : normal;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}


.dpfootnotehead  {
	font-size : 8pt;
	font-weight : bold;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}



.dpfootnote  {
	font-size : 8pt;
	font-weight : normal;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}



.exechead  {
	color : #18186B;
	font-size : 12pt;
	font-weight : bold;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}


.execsubhead  {
	font-size : 9pt;
	font-weight : bold;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}


.exectext  {
	font-size : 9pt;
	font-weight : normal;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}







.leftnavlink_small { font-size : xx-small; font-weight : normal; font-family : Arial, Verdana, Helvetica, sans-serif; }


li.image{
    list-style-image: url(../../images/sm_arrow.gif);
	list-style-position: outside;
}

.border {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	clear: both;
	border-top: 2px dotted #CCCCCC;
	border-right: 2px dotted #CCCCCC;
	border-bottom: 2px dotted #CCCCCC;
	border-left:  2px dotted #CCCCCC;
}


p.one {
      border-style: groove;
      border-color: #CCCCCC;
      border-width: 2px;
}






