@charset "utf-8";
/* CSS Document */
	
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		
		margin: 0;
		padding: 0;
		
		color: #282828;
	}
	
	a {
		font-size: 11px;
		font-style: italic;
		
		color: #5b85af;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	h1 {
		font-size: 16px;
		font-weight: bold;
		
		text-transform: uppercase;
		
		margin: 0 0 15px 0;
		padding: 0;
		
		color: #282828;
	}
	
	h1 span {
		font-size: 14px;
		font-weight: normal;
		
		text-transform: none;
				
		color: #282828;
	}
	
	h2 {
		font-size: 14px;
		font-weight: bold;
		
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	h2 span {
		font-size: 12px;
		font-weight: normal;
	}
	
	h2 span.tak {
		font-size: 14px;
		font-weight: bold;
		text-transform: none;
	}
	
	h3 {
		font-size: 13px;
		font-weight: bold;
		
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	h4 {
		font-size: 14px;
		font-weight: bold;
		
		margin: 0 0 8px 0;
		padding: 0;
		
		color: #282828;
		
		overflow: hidden;
		zoom: 1;
	}
	
	
	
	h5 {
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		
		text-align: center;
		text-transform: uppercase;
		
		margin: 0 0 5px 0;
		padding: 0;
	}
	
	h6 {
		font-size: 16px;
		font-weight: normal;
		text-transform: uppercase;
		color: #848484;
		
		margin: 0 0 18px 0;
		padding: 0;
	}
	
	p {
		margin: 0 0 15px 0;
		padding: 0;
	}
	
	a img {
		border: 0;
	}
	
	input {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		
		color: #3b3b3b;
	}
	
	select {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		
		color: #3b3b3b;
	}
	
	textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		
		color: #3b3b3b;
	}
