 body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 8pt;
	
}
td {
font-family: Tahoma;
	font-size: 8pt;
}

.bottom     	{ font-family: Tahoma; font-size: 10px; color: #545454}
.defaultBack	{ background-color:#E2E2E2; margin:0 }
.top1			{ background-color:#002878}
.top2			{ background-color:#4891dc}
.top3			{ background-color:#E2E2E2}
.bottom1		{ background-color:#E2E2E2}
.bottom2		{ background-color:#4891dc}
a 				{ font-size:11px; font-family: Tahoma; color: #000000; text-decoration: none; }
a:hover 		{ color: #002878; text-decoration: underline; }
.general 		{ font-size:11px; font-family: Tahoma; color: #000000; text-decoration: none; line-height: 180%; text-align: Justify; }
.uyarix 			{
	font-size:11px;
	font-family: Tahoma;
	color: #4891dc;
	text-decoration: none;
	line-height: 100%;
	text-align: Justify;
}
.formTextBox	{ border:1px solid #C0C0C0; font-family: Tahoma; font-size: 8pt; background-color:#FFFFFF; }
.formTextArea	{ border:1px solid #C0C0C0; font-family: Tahoma; font-size: 8pt; }
a.news 				{ font-size:11px; font-family: Tahoma; color: #444444; text-decoration: none; }
a.news:hover 		{ font-size:11px; font-family: Tahoma; color: #000000; text-decoration: underline; }

.g1		{ background-color:#f3f3f3}



html {height:100%;}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {
	position:absolute;
	top:0;
	left:300px;
	width:82,5%;
	height:100;
}
/* places the content ontop of the background image */
#content {
	position:absolute;
	z-index:1;
	left: 690px;
	top: 41px;
}
.style1 {color: #002878}
/*MENU*/
.menus {
	font-family: Tahoma; font-size: 8pt; color: #FFF; font-weight: bold;
}
.menus li{
	float:left;
	margin-left: 23px;
	background: #002878;
}
a.menu, a:visited.menu{
	color:#FFF;
	text-decoration: none;
	padding: 4px 5px 4px 5px;
}
a:hover.menu {
	color:#FFF;
	text-decoration: none;
	padding: 4px 5px 4px 5px;
	background: #416099;
}

/*BILGI MESAJLARI*/
.bilgi, .ok, .uyari, .hata {
border: 1px solid;
margin: 10px 0px;
width: 550px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.bilgi {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../images/info.png');
}
.ok {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../images/success.png');
}
.uyari {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../images/warning.png');
}
.hata {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../images/error.png');
}
