﻿HTML, BODY
{
	height: 100%;
}

BODY
{
	background-image: url('../resimler/bg.gif');
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	overflow: -moz-scrollbars-vertical;
}

TABLE
{
	border-collapse: collapse;
}

IMG
{
	border: 0px black none;
}

*
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

A, A:visited
{
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

.address
{
	margin-left: auto;
	margin-right: auto;
	width: 629px;
	padding-top: 50px;
	clear: both;
}

.content
{
	padding-left: 10px;
	width: auto;
	font-family: Verdana;
	font-size: 12px;
	margin-top: 20px;
}

.line
{
	height: 42px;
	line-height: 42px;
	background-color: #ececec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2b2b2b;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}