/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
/*	padding:0;*/

}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/******************************************************************************************/
*
	{
		font-family:/*Trebuchet MS*/ Verdana, Tahoma;
		font-size:11px;
		line-height:18px;
		
	}
body
	{
		background:url(images/bck.jpg) repeat-x;
		background-color:#4396ca;
	}
/******************************************/
.top 
	{
		height:28px;
		color:silver;
		width:900px; 
		margin:auto auto;
	}
.top td
	{
		text-align:right;
	}
.top a{color:silver; text-decoration:none; padding:4px; font-size:11px;}
.top a:hover{text-decoration:none; color:yellow;/* background-color:#4396ca;*/}
/*******************************************/
.menu 
	{
		height:34px;
		background-color:#4e96ce;
	}
.menu td
	{
/*		border:1px solid white;*/

	}
/*********************************************/
.icerik 
	{
		height:100%;
		background-color:#FFFFFF;
		vertical-align:top;
	}
.icerik  td
	{
		vertical-align:top;

	}
/********************************************/
.subMenu
	{
		width:180px;
		padding-top:65px;
	}
.subMenu a
	{
		padding:4px;
/*		color:#4e96ce;*/
		color:#0c3d75;		
		border-bottom:1px solid white;
		border-right:1px solid white;
		background-color:#cce0ec;
/*		background-color:#ddf1f6;*/
		display:block;
		text-decoration:none;
	}
.subMenu a:hover
	{
		padding:4px;
		color:#FFFFFF;
		border-bottom:1px solid white;
		border-right:1px solid white;
		background-color:#3b7da5;
/*		background-color:#ddf1f6;*/
		display:block;
		text-decoration:none;	}
.subsub a
	{
		padding:4px;
/*		color:#4e96ce;*/
		color:#0c3d75;		
		border-bottom:1px solid white;
		border-right:1px solid white;
		background-color:#edf5f9;
/*		background-color:#ddf1f6;*/
		display:block;
		text-decoration:none;
	}
.subsub a:hover
	{
		padding:4px;
/*		color:#4e96ce;*/
		color:#0c3d75;		
		border-bottom:1px solid white;
		border-right:1px solid white;
		background-color:#b1eed4;
/*		background-color:#ddf1f6;*/
		display:block;
		text-decoration:none;
	}
/********************************************/
.content
	{
		/*color:#1e64b5;*/
		color:#0c3d75;
		
		width:100%

	}
.content b
	{
		font-size:16px;
/*		color:#0c3d75;		*/
		color:#0c3d75;
	}
.content a{color:#1e64b5;}	
.content a:hover{color:red;text-decoration:none;}	
/********************************************/
.footer td
	{
		height:36px;
		background:url(images/footer.jpg) no-repeat center;
		color:silver;
		text-align:center;
		font-size:10px;
		font-family:tahoma;
		padding-top:8px;
	}
.footer a
	{
		font-size:10px;
		font-family:tahoma;
		color:silver;
		text-decoration:none;
	}
.footer a:hover
	{
		color:white;
	}