.print_container
{
	width: 600px;
	display: block;
}

.print_baslik
{
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	font-family: Times New Roman;
	width: 100%;
	background-color:transparent;
}

.print_icerik
{
	text-align: justify;
	font-family: Times New Roman;
	font-size: medium;
	background-color:transparent;
	width :100%;
}

.main_container
{
	display: none;
}

body
{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	background-color: white;
	margin: 0px;
}

img
{
	border: none 0px black;
}

a, a:link, a:active, a:visited
{
	text-decoration: none;
	color: #800000;
}

a:hover
{
	text-decoration: none;
	color: #CC0000;
}

.baslik_buyuk
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #ae0000;
}



.icerik_buyuk
{
	text-align: justify;
	padding-top: 10px;
}

.baslik_kucuk
{
	font-family: Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #ae0000;
}

.icerik_kucuk
{
	text-align: justify;
}

input[type="submit"], input[type="button"]
{
	background-color: #ffe8b9;
	font-family: Arial;
	font-size: 10pt;
	color: #A37516;
	border: 3px double #A37516;
	height: 25px;
}

input[type="text"]
{
	font-family: Arial;
	font-size: 10pt;
	background-color: #ffe8b9;
	color: #A37516;
	border: 3px double #A37516;
	height: 17px;
}
