h1{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#333366;}
h2 {
cursor:pointer;
font-family:verdana, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FF0000;}
h3{
font-size:1px;
color:#009999;}

h3:link{
font-size:1px;
color:#009999;}

h3:visited{
font-size:1px;
color:#009999;}
h3:hover {
font-size:1px;
color:#009999;}

h3:active {
font-size:1px;
color:#009999;}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CDE0E0;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #005555;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #005555;
}
a:hover {
	text-decoration: none;
	color: #06D0F7;
}
a:active {
	text-decoration: none;
	color: #005555;
}

.baslar{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033FF;
}

.yok{
font-size:1px;
color:#009A9A;}

.a.yok:link {
	color: #009A9A;
	text-decoration: none;
}
.a.yok:visited {
	text-decoration: none;
	color: #009A9A;
}
.a.yok:hover {
	text-decoration: none;
	color: #009A9A;
}
.a.yok:active {
	text-decoration: none;
	color: #009A9A;
}

.yokic{
font-size:1px;
color:#9afeff;}



#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

