/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:11px;
}
.main_header{
font-family:"trebuchet MS"
font-size:14px;
color:#FF9900;
}
.page_title{
font-family:"trebuchet MS"
font-size:14px;
color:#FF9900;
font-weight:bold;
border-bottom:#FF6600 2px solid;
}
.i_p{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background:url(../images/input_back.gif) repeat-x;
border:1px solid #cccccc;
color:#802729;
}
a{
	color:#802729;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}
.imager{
border: 1px solid #EFEFEF;
padding:3px;
}
.h_baslik{
color:#111324;
font-weight:bold;
}
.yellow_link{
color:#FF6600;
text-decoration:none;
}
.yellow_link:hover{
color:#000000;
text-decoration:underline;
}
input{
	font-size:10px;
}
button{
font-size:10px;
}
textarea{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
.idea_o{
color:#ef4423;
}