a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #CC2300;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #CC2300;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
.black {
	color: #000000;
}

a.link:link, a.link:active, a.link:visited {
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.link:hover {
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}

 .tablink         { color: #CC2300; font:  11px arial, geneva, sans-serif; text-decoration: underline;}
a.tablink:link    { color: #CC2300; font:  11px arial, geneva, sans-serif; text-decoration: underline;}
a.tablink:visited { color: #CC2300; font:  11px arial, geneva, sans-serif; text-decoration: underline;}
a.tablink:hover   { color: #CC2300; font:  11px arial, geneva, sans-serif; text-decoration: none;}
a.tablink:active  { color: #CC2300; font:  11px arial, geneva, sans-serif; text-decoration: underline;}

 .tabl  { color: #CC2300; font-weight:bolder; font:  14px arial, geneva, sans-serif; text-decoration: underline;}
a.tabl:link    { color: #CC2300; font-weight:bolder; font: 14px arial, geneva, sans-serif; text-decoration: underline;}
a.tabl:visited { color: #CC2300; font-weight:bolder; font:  14px arial, geneva, sans-serif; text-decoration: underline;}
a.tabl:hover   { color: #CC2300; font-weight:bolder; font:  14px arial, geneva, sans-serif; text-decoration: none;}
a.tabl:active  { color: #CC2300; font-weight:bolder; font:  14px arial, geneva, sans-serif; text-decoration: underline;}

 .tablit         { color: #ffffff; font:  11px arial, geneva, sans-serif; text-decoration: underline;}
a.tablit:link    { color: #ffffff; font:  11px arial, geneva, sans-serif; text-decoration: underline;}
a.tablit:visited { color: #ffffff; font:  11px arial, geneva, sans-serif; text-decoration: underline;}
a.tablit:hover   { color: #ffffff; font:  11px arial, geneva, sans-serif; text-decoration: none;}
a.tablit:active  { color: #ffffff; font:  11px arial, geneva, sans-serif; text-decoration: underline;}

BODY {
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url(images/bursak.gif);
}

table.main { border-width: 1px; 
border-style: solid; } 


TD {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #4D4D4D;
}
.px10 {
	font-size: 10px;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #4C6378;
}
.red {
	color: #C5150C;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.grey {
	color: #878787;
}
.green {
	color: #6CAC10;
}
.orange {
	color: #F76400;
}
.yellow {
	color: #FFB200;
}


ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background-color: #FFFFFF;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

