@font-face {
    font-family: 'GothamBookRegular';
    src: url('fonts/gotham-book-webfont-webfont.eot');
    src: url('fonts/gotham-book-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-book-webfont-webfont.woff') format('woff'),
         url('fonts/gotham-book-webfont-webfont.ttf') format('truetype'),
         url('fonts/gotham-book-webfont-webfont.svg#GothamBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1, h2, h3, h4 {
	font-family:GothamBookRegular, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0 0 10px 0;
	color:#333;
}

h1 { font-size:32px; margin:0 0 15px 0;}
h2 { font-size:24px; }
h3 { font-size:16px; font-weight:bold; }
h4 { font-size:12px; font-weight:bold; margin:0 0 3px 0; }

h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
h3 a,
h3 a:hover,
h4 a,
h4 a:hover
{
	text-decoration:none;
	color:#333;
}

body, div, p, li, th, td {
	font-size:14px;
	color:#333;
	font-family:GothamBookRegular, Arial, Helvetica, sans-serif;
}
p {
	margin-bottom:10px;
}
a, a:hover {
	text-decoration:none !important;
}
a {
	color:#333;
}
img.right {
	float:right;
	margin:0 0 5px 10px;
}
img.left {
	float:left;
	margin:0 10px 5px 0;
}
a:hover {
	text-decoration:underline;
}
pre {
	font-family:"Courier New", Courier, monospace;
	font-size:1.15em;
	margin:0;
	padding:0;
}

hr {
	display:block;
	margin:10px 0;
	height:1px;
	border:0;
	color:#ccc;
	background-color:#ccc;
}
/* Target IE6 only */
* HTML hr {
	margin:3px 0; /* -7 pixlar vertikalt */
}
/* Target IE7 only */
html>body hr {
	*margin:0;
}

ul, ol {
	padding:0;
	margin:0;
}
li {
	margin:3px 0 3px 30px;
}
