
/* ----------------------------------------------------
  
  
            KIZIL BAYRAK - PRINT.CSS 
  
   ---------------------------------------------------- */


body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    height:100%;
	background:#F5F7FA;
}



body, p, td, blockquote, li {
	color: #293a4D;	
	font: 12px/20px verdana, arial, helvetica, sans-serif;
}

p, td {
	margin: 0;	
}

pre {
	font: 11px monospace;
	line-height: 11px;
	margin: 0;
	padding: 0;
	color: green;
}

a, a:active, a:visited {
	color: #507094;
	text-decoration: none;
	
}

a:hover {
	color: black;
	border-bottom: 1px solid transparent;
	text-decoration: none;	
}

sup {
	font-size: 11px;
}


/* --- HEADERS --------------------------------------------------------------------------------- */

h1, h2, h3, h4 ,h5, h6 {
	font-family: arial, helvetica, sans-serif;
	color: #2d4054;
}

h1 {
	font-size: 28px;
	line-height: 34px;
	
	
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 10px 0;

}

a h2, a:active h2, a:visited h2 {
	color: #2d4054;
	text-decoration: none;
	border-bottom: none;
}

a:hover h2 {
	color: black;
	text-decoration: none;
	border-bottom: none;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 18px 0 14px 0;
}

h6 {
	font-size: 13px;
	margin-bottom: 4px;
}


