/*font-family : Arial; 
text-align : justify; 
font-size : 10 pt; 
color : #000080; 
font-weight : bold;*/

.main_txt
{
font-family : Arial; 
text-align : left; 
font-size : 10 pt; 
color : #000000; 
font-weight : normal;
}
.main_txt_b
{
font-family : Arial; 
text-align : left; 
font-size : 10 pt; 
color : #000080; 
font-weight : normal;
}
.main_txt_b_bold
{
font-family : Arial; 
text-align : center; 
font-size : 10 pt; 
color : #000080; 
font-weight : bold;
}
.list_main
{
text-align : left;
}

.expandOpen
{
    background-image: url(../img/minus.gif);
    width: 18px;
    height: 18px;
    float: left;
    cursor: pointer;
}
/* closed is higher priority than open */
.expandClosed
{
    background-image: url(../img/plus.gif);
	background-repeat:no-repeat;
    width: 18px;
    height: 18px;
    float: left;
    cursor: pointer;
}
.expandNone
{
    width: 18px;
    height: 18px;
    float: left;
}
.second
{
	margin-left:60px;
	display: none;
}
.html_content
{
	display: none;

}
.first_name 
{
	font-size: 14pt;
	font-weight:bold; 
}
.second_name
{
	font-size: 12pt;
	font-weight:bold; 
}

