* { margin: 0; padding: 0; }

body {  font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	line-height: 120%;
	margin:0 40px; 
	}

	
h1, h2 {letter-spacing: 15%;
	line-height: 150%;
	font-style: normal; }
	
h1 {	margin-top: 25px;
	font-size: 20px;
	color:#012A72;
	font-weight: normal; }
	
h2 {	font-size: 15px;
	color: #C8001E;
	font-weight: bold; 
	padding-bottom:10px;}
	


p { 
	padding: 6px 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 150%;}
	
#line_solid {
	border-top: 1px solid #000;
	margin: 8px 0 12px 0; }

/*----------------------------------------------------------------------
	Links
------------------------------------------------------------------------*/
a			{  }
a:link, a:visited	{ color: #6B6B6B; text-decoration:none; }
a:active		{ color: #C8001E; text-decoration:none; }
a:hover			{ color: #6B6B6B; text-decoration:underline; }
	

	

/*-----------------------------------
	Breadcrumb
-----------------------------------*/
#breadcrumb {
	font-size: 0.8em;
	color: #A5A5A5;
	font-weight: normal;
	font-style: italic; } 

#breadcrumb A, #breadcrum A A:LINK, #breadcrum A A:VISITED {
	color: #A5A5A5;
	font-weight: normal;
	}

#breadcrumb A A:HOVER {
	text-decoration:underline; }

#adress {
	font-size: 0.8em;
	line-height: 140%;
	}
	
	
	

