/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.cell_back
{
 	background-repeat:repeat-x;
}

.row_back
{
	background-repeat:repeat-y;
}

.pic_back
{
	background-repeat:no-repeat;
}


.body_txt 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

.body_txt_con 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	line-height:1.6;
}

.body_txt_spc
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	
}


.body_txt_bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	font-weight: bold;
}

.body_txt_bold_space
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	font-weight: bold;
	line-height:1.6;
}

.body_txt_bold_space2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	font-weight: bold;
	line-height:1.6;
}

.body_txt_bold_large
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#005887;
	font-weight: bold;
}

.body_txt_bold_large_black
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight: bold;
}

.body_txt_white
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}

.body_txt_white_bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
}



.cap_head
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#663300;
	font-weight: bold;
}


.body_txt a:link 
{
	color:#000000;
	text-decoration: none;
}

.body_txt a:visited 
{
	color:#000000;
	text-decoration: none;
}

.body_txt  a:hover 
{
	color:#006699;
	text-decoration: none;
}

.body_txt a:active 
{
	color:#000000;
	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:#006699;
	text-decoration: none;
}

.body_txt_bold a:active 
{
	color:#333333;
	text-decoration: none;
}

