/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #efefef;
	font-family: Tahoma, Arial;
	font-size:11px;
	color:#626262;
	line-height:15px;
}

a {
	color:#048eac;
	text-decoration:underline;
}

a:hover {
	color:#048eac;
	text-decoration:underline;
}
.table_metin {
	text-align:justify;	
}
.bottom {
	color:#CCCCCC;
}
.bottomlink {
	color:#CCCCCC;
	text-decoration:none;
}
.bottomlink:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
h1 {
	color:#000000;
	font-size:11px;
	line-height:10px;
	margin:0px;
}
.form_input {
	border-width:1px;
	border-color:#FF6600;
	border-style:groove;
	width:200px;
	height:16px;
}
.form_textarea {
	border-width:1px;
	border-color:#FF6600;
	border-style:groove;
	width:200px;
	height:50px;
}
.form_button {

	border-color:#000000;
	width:90px;
	font-size:12px;
}




