/* 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;
	line-height:1.5;
}

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


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

.body_txt_bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	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: 12px;
	color:#FFFFFF;
	font-weight: bold;
}



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


.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;
}

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

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

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

.body_txt_space a:active 
{
	color:#000000;
	text-decoration: none;
}





.body_txt_white a:link 
{
	color:#FFFFFF;
	text-decoration: none;
}

.body_txt_white a:visited 
{
	color:#FFFFFF;
	text-decoration: none;
}

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

.body_txt_white a:active 
{
	color:#FFFFFF;
	text-decoration: none;
}






.body_txt_gray a:link 
{
	color:#666666;
	text-decoration: none;
}

.body_txt_gray a:visited 
{
	color:#666666;
	text-decoration: none;
}

.body_txt_gray  a:hover 
{
	color:#000000;
	text-decoration: none;
}

.body_txt_gray a:active 
{
	color:#666666;
	text-decoration: none;
}



