/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body   
{
    font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;

}


a:link,a:visited{
	color: #000;
	text-decoration: none;
}


a:hover{
	color: #000;
	text-decoration: underline;
}



h2{
 margin-bottom:5px;
 font-size: 19px;
}


/***********************************************/
/* Height spacers                                */
/***********************************************/

.k_height20 {
   height: 20px; 
   clear: both;
	}
	
.k_height40 {
   height: 40px; 
   clear: both;
	}
	

		
/***********************************************/
/* Images                                */
/***********************************************/

.k_img01 {
	 vertical-align:middle;
	}	
	
/***********************************************/
/* Link classes                                 */
/***********************************************/




/***********************************************/
/* Text classes                                 */
/***********************************************/	
.k_grey
{
color:#C4BEB9;
}

.k_large01
{
 font-size: 240%;
 line-height: 120%;
}


.k_large02
{
 font-size: 200%;
 line-height: 120%;
}



/***********************************************/
/* Table styles                                */
/***********************************************/

.tablestyle01
{
border-collapse:collapse;
border-color:#C0C0C0;
border-width: 0px;
vertical-align: top;
}


.tablestyle01 td
{
border-width: 0px;
vertical-align: top;
padding: 0px 20px 20px 0px;
text-align:left;
}








	