/* CSS Document */
html, body {
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	background-image: url(../bg/bg3.png);
	background-repeat: repeat-x;
	list-style-image:url(../images/tri.gif);
	list-style-position: outside;	
}
	
#main {
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 9px;
	text-align: left;
	background-color: #ffffff;
	border-right: 1px dotted #1a3c68;
	border-left: 1px dotted #1a3c68;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#top {
	width: 92%;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px dotted #1a3c68;
	border-left: 1px dotted #1a3c68;
	background-color: #000000;
	background-image: url(../bg/logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: "Arial Black", Gadget, sans-serif;
}	

#footer {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 9px;
	color: #333;
	text-align: center;
	font-size: 12px;
	background-color: #ffffff;
	background-image: url(../bg/35.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	border-right: 1px dotted #1a3c68;
	border-left: 1px dotted #1a3c68;
	border-bottom: 1px solid #1a3c68;
	letter-spacing: 2px;
}

a {
	text-decoration: none;
	color: #333;
}

a:link {
	text-decoration: none;
	color: #003;
}
a:visited {
	text-decoration: none;
	color: #036;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #06F;
}

 .color {
 color: ##04112E;
 font-size: 16px;
 font-weight: 900;
} 

.blu {
 color: #3eeaf9;
 font-size: 11px;
} 

.grey {
	color: #0C9;
	font-weight: 900;
} 

.red {
	color: #900;
	font-size: 16px;
	font-weight: 900;
}	

.renk {
	color: #069;
	font-size: 16px;
	font-weight: bold;
	float: left;
	padding: 3px;
	letter-spacing: 2px;
}	

.cr { border: #00BBF3 double 2px; padding:1px; background-color: #000; }

.hd {
	font-size:16px;
	color:#25384B;
	font-weight: bold;
}

.grn {
	font-size:16px;
	color:#090;
	font-weight: bold;
}

.blu {
	font-size:16px;
	color:#369;
	letter-spacing: 2px;
	border-left:  1px dotted #ccc;
	font-weight: bold;
	padding: 5px;
}

.td {
  padding: 3px;
  text-align: center;
  font-weight: bold;
}

.tr {
  padding: 2px;
  text-align: center;
  font-weight: bold;
  border: 1px dotted #1a3c68;
  background-color: #ffffff;
}