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;
}	
body { 
	position: relative; 
} 

INPUT.inputs {
	font-family:Arial; 
	font-size:11px;
}
SELECT.inputs {
	font-family:Arial; 
	font-size:11px;
}
TEXTAREA.inputs {
	font-family:Arial; 
	font-size:11px;
}
/* page setup */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* set body font size (styleswitcher) */
body.font-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

body.font-medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

body.font-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a#switchfontsmall {
	background: url(../images/styleswitcher_fontsmall.png) 0 0 no-repeat;
}

a:hover#switchfontsmall {
	background: url(../images/styleswitcher_fontsmall_hover.png) 0 0 no-repeat;
}

a#switchfontmedium {
	background: url(../images/styleswitcher_fontmedium.png) 0 0 no-repeat;
}

a:hover#switchfontmedium {
	background: url(../images/styleswitcher_fontmedium_hover.png) 0 0 no-repeat;
}

a#switchfontlarge {
	background: url(../images/styleswitcher_fontlarge.png) 0 0 no-repeat;
}

a:hover#switchfontlarge {
	background: url(../images/styleswitcher_fontlarge_hover.png) 0 0 no-repeat;
}

a#switchwidththin {
	background: url(../images/styleswitcher_widththin.png) 0 0 no-repeat;
}

a:hover#switchwidththin {
	background: url(../images/styleswitcher_widththin_hover.png) 0 0 no-repeat;
}

a#switchwidthwide {
	background: url(../images/styleswitcher_widthwide.png) 0 0 no-repeat;
}

a:hover#switchwidthwide {
	background: url(../images/styleswitcher_widthwide_hover.png) 0 0 no-repeat;
}

a#switchwidthfluid {
	background: url(../images/styleswitcher_widthfluid.png) 0 0 no-repeat;
}

a:hover#switchwidthfluid {
	background: url(../images/styleswitcher_widthfluid_hover.png) 0 0 no-repeat;
}

p {
	margin: 0 0;
}

td, th { 
  padding: 1px;
}

a:link, a:visited {
	color: #dc0000;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h1 {
	font-weight: normal;
	color: #000000;
}

h2 {
	color: #b4b4b4;
}

h3 {
	color: #ffffff;
	font-size:12px;
}

h4 {
	font-weight: normal;
	color: #000000;
}

h5 {
	color: #787878;
}

h6 {
	color: #323232;
}

div#yoo-search {
	width: 157px;
	height: 20px;
	padding: 0px;
	background: url(../images/search_bg.png) 0 0 no-repeat;
}

div#yoo-search input {
	width: 131px;
	height: 14px;
	padding: 4px 2px 2px 7px;
	border: none;
	background: none;
	float: left;
	color: #646464;
	font-size: 100%;
}

div#yoo-search button {
	width: 17px;
	height: 20px;
	padding: 0px;
	border: none;
	background: url(../images/search_button.png) 0 0 no-repeat;
	cursor: pointer;
	text-indent: 100px;
	line-height: 0px;
}

div#yoo-search:hover, div#search div.sfhover  {
	background: url(../images/search_bg_hover.png) 0 0 no-repeat;
}

div#yoo-search:hover input, div#search div.sfhover input {
	color: #000000;
}

div#yoo-search input:focus {
	color: #be0000;
}

div#sonuc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.small {
	font-size: 95%;
	font-style: italic;
	color: #969696;
}

td.menu:hover
{
	padding: 0px 0px 0px 15px;
	color: #FF0000;
	background: url(../images/menu_bga.png) 0 0 no-repeat;
	cursor:hand;
}
td.menus:hover
{
	padding: 0px 0px 0px 15px;
	color: #FF0000;
	background: url(../images/menu_bg_y.png) 0 0 no-repeat;
	cursor:hand;
}
td.menu
{
	padding: 0px 0px 0px 15px;
	color: #000000;
	background: url(../images/menu_bg.png) 0 0 no-repeat;
	cursor:normal;
}
td.menus
{
	padding: 0px 0px 0px 15px;
	color: #000000;
	background: url(../images/menu_bg_s.png) 0 0 no-repeat;
	cursor:normal;
}
SPAN.username {
	PADDING-BOTTOM: 10px
}
SPAN.password {
	PADDING-BOTTOM: 10px
}
SPAN.username INPUT {
	BACKGROUND: url(../images/username_bg.png) no-repeat 0px 0px
}
SPAN.password INPUT {
	BACKGROUND: url(../images/password_bg.png) no-repeat 0px 0px
}
SPAN.username INPUT:hover {
	BACKGROUND: url(../images/username_bg.png) no-repeat 0px -20px; COLOR: #000000
}
SPAN.username INPUT.sfhover {
	BACKGROUND: url(../images/username_bg.png) no-repeat 0px -20px; COLOR: #000000
}
SPAN.password INPUT:hover {
	BACKGROUND: url(../images/password_bg.png) no-repeat 0px -20px; COLOR: #000000
}
SPAN.password INPUT.sfhover {
	BACKGROUND: url(../images/password_bg.png) no-repeat 0px -20px; COLOR: #000000
}
SPAN.username INPUT:focus {
	BACKGROUND: url(../images/username_bg.png) no-repeat 0px -20px; COLOR: #000000
}
SPAN.username INPUT.sffocus {
	BACKGROUND: url(../images/username_bg.png) no-repeat 0px -20px; COLOR: #000000
}
SPAN.password INPUT:focus {
	BACKGROUND: url(../images/password_bg.png) no-repeat 0px -20px; COLOR: #000000
}
SPAN.password INPUT.sffocus {
	BACKGROUND: url(../images/password_bg.png) no-repeat 0px -20px; COLOR: #000000
}
SPAN.username INPUT {
	PADDING-RIGHT: 0px; PADDING-LEFT: 30px; FONT-SIZE: 75%; PADDING-BOTTOM: 0px; WIDTH: 100px; COLOR: #646464; BORDER-TOP-STYLE: none; PADDING-TOP: 4px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 16px; BORDER-BOTTOM-STYLE: none; font-family: Arial, Helvetica, sans-serif; font-size: 10px;
}
SPAN.password INPUT {
	PADDING-RIGHT: 0px; PADDING-LEFT: 30px; FONT-SIZE: 75%; PADDING-BOTTOM: 0px; WIDTH: 100px; COLOR: #646464; BORDER-TOP-STYLE: none; PADDING-TOP: 4px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 16px; BORDER-BOTTOM-STYLE: none; font-family: Arial, Helvetica, sans-serif; font-size: 10px;
}

SPAN.login {
	MARGIN: auto; WIDTH: 35px
}
SPAN.login-button-icon {
	OVERFLOW: hidden
}
SPAN.login-button-text {
	OVERFLOW: hidden
}
SPAN.login-button-text BUTTON {
	CURSOR: pointer
}
SPAN.login-button-icon BUTTON {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; BACKGROUND: url(../images/login_button_bg.png) no-repeat 0px 0px; FLOAT: left; PADDING-BOTTOM: 0px; OVERFLOW: hidden; WIDTH: 70px; CURSOR: pointer; BORDER-TOP-STYLE: none; PADDING-TOP: 0px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 20px; BORDER-BOTTOM-STYLE: none; font-family: Arial, Helvetica, sans-serif; font-size: 10px;
}
SPAN.login-button-icon BUTTON:hover {
	BACKGROUND: url(../images/login_button_bg.png) no-repeat 0px -20px
}
SPAN.login-button-icon BUTTON.sfhover {
	BACKGROUND: url(../images/login_button_bg.png) no-repeat 0px -20px
}

SPAN.new-button-icon {
	OVERFLOW: hidden
}
SPAN.new-button-text {
	OVERFLOW: hidden
}
SPAN.new-button-text BUTTON {
	CURSOR: pointer
}
SPAN.new-button-icon BUTTON {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; BACKGROUND: url(../images/registration_bg.png) no-repeat 0px 0px; FLOAT: left; PADDING-BOTTOM: 0px; OVERFLOW: hidden; WIDTH: 70px; CURSOR: pointer; BORDER-TOP-STYLE: none; PADDING-TOP: 0px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 20px; BORDER-BOTTOM-STYLE: none; font-family: Arial, Helvetica, sans-serif; font-size: 10px;
}
SPAN.new-button-icon BUTTON:hover {
	BACKGROUND: url(../images/registration_bg.png) no-repeat 0px 0px
}
SPAN.new-button-icon BUTTON.sfhover {
	BACKGROUND: url(../images/registration_bg.png) no-repeat 0px 0px
}


SPAN.news-button-icon {
	OVERFLOW: hidden
}
SPAN.news-button-text {
	OVERFLOW: hidden
}
SPAN.news-button-text BUTTON {
	CURSOR: pointer
}
SPAN.news-button-icon BUTTON {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; BACKGROUND: url(../images/lost_password_bg.png) no-repeat 0px 0px; FLOAT: left; PADDING-BOTTOM: 0px; OVERFLOW: hidden; WIDTH: 110px; CURSOR: pointer; BORDER-TOP-STYLE: none; PADDING-TOP: 0px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 20px; BORDER-BOTTOM-STYLE: none; font-family: Arial, Helvetica, sans-serif; font-size: 10px;
}
SPAN.news-button-icon BUTTON:hover {
	BACKGROUND: url(../images/lost_password_bg.png) no-repeat 0px 0px
}
SPAN.news-button-icon BUTTON.sfhover {
	BACKGROUND: url(../images/lost_password_bg.png) no-repeat 0px 0px
}
span.ofld1{
	font-family:'Arial';font-size:8.5pt;
}
span.ofld2{
	font-family:'Wingdings';font-size:8.5pt;
}
span.ofld3{
	font-family:'Wingdings 3';font-size:8.5pt;
}
span.ofld4{
	font-family:'Trebuchet MS';font-size:8.5pt;
}
span.ofld5{
	font-family:'Tahoma';font-size:8.5pt;
}