/****************************************************************/
/*																*/
/*	date: 30.01.2008											*/
/*	author: Ahmet Ayabil										*/
/*	last editor: 												*/
/*																*/
/****************************************************************/

/* Main */
html { min-height: 100.05%; }

body {
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #1a171b;
	margin: 0;
	background-color: #fdfdfd;
	background: url(../_images/c_bg_spc.gif) repeat left top;
}

hr {
	border-width: 0px;
	border-top-width: 1px;
	border-color: #FFC100;
	height: 1px;
}

a {
	color: #707172;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #707172;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #707172;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #707172;
	font-weight: bold;
	text-decoration: underline;
}

td, div, th {
	font-size: 11px;
	font-weight: normal;
}

/* Headlines */
h1 {
	font-size: 14px;
	color: #fc9a37;
	padding: 6px 0px 0px 0px;
	margin: 0;
}

h2 {
	font-size: 11px;
	color: #fc9a37;
	padding: 6px 0px 0px 0px;
	margin: 0;
	font-weight: bold;
}

.small {
	font-size: 9px;
}

.contentVerticalAndHMiddle {
	position: absolute;
	height: 649px; 
	width: 836px;
	margin: -324px 0px 0px -418px;
	top: 50%; 
	left: 50%;
}