body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #EAEBEF;
	background-image:url(../Images/BackHome.jpg); 
	background-repeat:repeat-x; 
	background-position:top; 
	color: #000000;
	margin: 0px;
	padding: 30px 0px 0px 3px;
}

/* hyperlinks */

a, td, div, span, input, textarea {
	font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a:link				{ color:#666666; text-decoration:none; }
a:visited			{ color:#666666; text-decoration:none; }
a:active			{ color:#666666; text-decoration:none; }
a:hover				{ color:#993300; text-decoration:none; }

.leftMBox			{
	padding:9px 0px 9px 10px;
	border-bottom:1px solid #CCCCCC;
	color:#000000;
	background-color:none;
	cursor:auto;
	font-weight: bold;
}
.leftMBoxOver		{
	padding:9px 0px 9px 10px;
	border-bottom:1px solid #333333;
	color:#EAEAEA;
	background-color:#999999;
	cursor:pointer;
	font-weight: bold;
}
a.leftMnu:link		{ font:bold 11px tahoma; color:#000000; text-decoration:none; }
a.leftMnu:visited	{ font:bold 11px tahoma; color:#000000; text-decoration:none; }
a.leftMnu:hover		{ font:bold 11px tahoma; color:#eaeaea; text-decoration:none; }

.topicTitle			{ font:16px georgia, palatino linotype, book antiqua, times new roman; color:#666666; border-bottom:1px solid #CCCCCC; }
.pageTitle			{ font:16px tahoma, arial, verdana; border-bottom:1px solid #CCCCCC; color:#CC0000; }
.newsTitle			{ font-size:16px; border-bottom:1px solid #CCCCCC; padding:5px 0px 6px 0px; color:#333333; }

p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 0px;
}

.baslik {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #cc0000;
	padding: 0px;
	background-position: center;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid #E20A19;
visibility: hidden;
color: black;
text-decoration: none;
width:350px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 30px; /*position where enlarged image should offset horizontally */
}

/*Forms*/
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(../images/formbg.gif) repeat-x left top;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.rssbutton{
background-color: #ff6600;
border: 1px #ff6600 outset;
padding: 0 2px;
color: white;
text-decoration: none;
font: bold 10px Verdana;
}

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: white;
}

.cssbutton{
background-color: #d1ec4c;
border: 2px #d1ec4c outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #e3f48e;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}


.formclass {font-family: Tahoma, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #000000;}
/* form buttons */
.pnorm {color:#ffffff; background-color:#b00000; font: bold 10px Tahoma, Helvetica, Sans Serif; height: 18; border: 1px solid #e4e5e9; padding: 0;}
.pover {color:#000000; background-color:#e4e5e9; font: bold 10px Tahoma, Helvetica, Sans Serif; height: 18; border: 1px solid #e4e5e9; padding: 0;}
.formclass2 {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: #000000;}