
/*========================================
 general values: 



====================================*/

/*===================================
  GLOBAL
===================================*/

body
{
	margin: 30px 0px 20px 30px;
	color:#222222;
	font-family: Arial,sans-serif;	
	width: 600px;
}

html { overflow: -moz-scrollbars-vertical !important; }


.clearfix 
{
clear:both;
display:block;
font-size:0pt;
height:0pt;
line-height:0pt;
}

.print_left
{
 float: left;
 width: 400px;
}

.print_right
{
 float: left;
 width: 180px;
 border-left: 20px solid white; 
}


a
{
 color: #3788D0;
 font-family: arial; 
 font-size: 11px;
 text-decoration: none;
}

	a:hover
	{
	text-decoration: underline;
	}

/*================================*/

table img {display: block;}
td img {display: block;}
tr img {display: block;}
div img {display: block;}
a img {display: block; border:0;}


div,table,td,tr
{
      padding: 0px 0px 0px 0px;
      border: 0;
      margin: 0px 0px 0px 0px;
}

/*===============================*/

.content_r a, .content_r a:visited, .content_l a,.content_l a:visited
{
  color: #3788D0;		
  text-decoration: none; 
}


.content_r a:hover, .content_l a:hover
{
  color: #3788D0;		
  text-decoration: underline; 
}

/*=== FONTS: ================*/


p,h1,h2,h3,h4,h5,h6,ol,ul,li,strong
{
	margin: 0px 0px 0px 0px;
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #12466D;		
}                     
        
        p
        {
        color: black;
        }
                     
	/*=== Strong ===*/
	strong
	{
	}

	/*=== H1 ===*/
	h1 
	{
	color:#3788D0;
	font-size:16px;
	margin-bottom:1em;
	}
	
	/*=== H2 ===*/
	h2
	{
	color:#3788D0;
	font-size:11px;
	margin-bottom: 2px;
	margin-top: 12px;
	}
	
	/*=== H3 ===*/                    
	h3
	{
	font-size: 17px;
	}	                     
	
	/*=== H4 ===*/                    
	h4
	{
	font-size: 19px;
	} 
	
	/*=== H5 ===*/                    
	h5
	{
	font-size: 21px;
	} 

/*=== /FONTS ================*/




