/* CSS Document */

body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E6E5D1;
}
.pic_back
{
	background-repeat:repeat-y;
}


.body_txt 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	color:#333333;
	line-height:20px;
}

.body_txt_bold 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	font-weight:bold;
}

.body_txt_bold_col
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#0099FF;
	font-weight:bold;
}

.caption
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#006600;
	font-weight:bold;

}

.body_txt_lightgreen
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#006633;
	line-height:18px;
}

.body_txt_BLUE
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#47B7DF;
	line-height:18px;
	font-weight:bold;
}


.body_txt_link 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	text-decoration:underline;
	line-height:18px;

}



.navi_txt
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
}


.navi_txt a:link 
{
	color:#FFFFFF;
	text-decoration: none;
}

.navi_txt a:visited 
{
	color:#FFFFFF;
	text-decoration: none;
}

.navi_txt a:hover 
{
	color:#FFFF00;
	text-decoration: none;
}

.navi_txt a:active 
{
	color:#FFFFFF;
	text-decoration: none;
}




.body_txt_lightgreen a:link 
{
	color:#006633;
	text-decoration: none;
}

.body_txt_lightgreen a:visited 
{
	color:#006633;
	text-decoration: none;
}

.body_txt_lightgreen a:hover 
{
	color:#000000;
	text-decoration: none;
	
}

.body_txt_lightgreen a:active 
{
	color:#006633;
	text-decoration: none;
}






.body_txt a:link 
{
	color:#333333;
	text-decoration: none;
}

.body_txt a:visited 
{
	color:#333333;
	text-decoration: none;
}

.body_txt a:hover 
{
	color:#0000FF;
	text-decoration: none;

	
}

.body_txt a:active 
{
	color:#333333;
	text-decoration: none;
}


.body_txt_bold  a:link 
{
	color:#333333;
	text-decoration: none;
}

.body_txt_bold  a:visited 
{
	color:#333333;
	text-decoration: none;
}

.body_txt_bold  a:hover 
{
	color:#0099CC;
	text-decoration: none;
	font-weight:bold;
	
}

.body_txt_bold  a:active 
{
	color:#333333;
	text-decoration: none;
}



.body_txt_link a:link 
{
	color:#333333;
	text-decoration:underline;
}

.body_txt_link  a:visited 
{
	color:#333333;
	text-decoration:underline;
}

.body_txt_link  a:hover 
{
	color:#0099CC;
	text-decoration: none;
}

.body_txt_link a:active 
{
	color:#333333;
	text-decoration:underline;
}





.body_txt_bold_col a:link 
{
	color:#0099FF;
	text-decoration:none;
}

.body_txt_bold_col  a:visited 
{
	color:#0099FF;
	text-decoration:none;
}

.body_txt_bold_col  a:hover 
{
	color:#0000FF;
	text-decoration:none;
}

.body_txt_bold_col a:active 
{
	color:#0099FF;
	text-decoration:none;
}