/* CSS Basic Document */
body {
	margin:0px;
	padding:0px;
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #646464;
	text-decoration: none;
	text-align: center;
}
.body_table {
	width: 100%;
	height: 300px;
	border:0px;
	padding: 0;
}
.body_td {
	height:900px;
	text-align:center;
	background-color:#CCCCCC;
	width:760px;
	height:900px;
	border:0px;
	padding:0px
}
.footer {
	height:40px;
	border-top:2px solid #FF9900;
	padding-left:20px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:760%;
	background-color: #FEDA25;
	position: absolute;
}
.footer_table {
	width:100%;
}
.border_bottom {
	border-bottom:2px solid #DDDDDE;
}
.img {
	border:0px solid #DEDEDF;
	margin-right: 10px;
	text-align: justify;
}
/* CSS Background image Document */
.header_top_image {
	background:url(../images/header_top_image.jpg) left top no-repeat;
	height:105px;
}
.header_bottom_image {
	background: url(../images/header_bottom_image.jpg) left top no-repeat;
	height:120px;
}
.header_top_image_ceginfo {
	background:url(../images/header_top_image_ceginfo.jpg) left top no-repeat;
	height:45px;
}
.logo_bg {
	height:78px;
	color:#FEDA25;
}
.left_submenu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color:#BE030C;
	padding-left: 20px;
}
.left_submenu_text:hover {
	color:#646464;
	text-decoration:none;
}
.kepek_link_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color:#BE030C;
	padding-left: 0px;
}
.kepek_link_text:hover {
	color:#646464;
	text-decoration:none;
	background-color:#FFFFFF;
}
.news_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5C5C5C;
	text-decoration: none;
}
/* KEPEK NAVIGATION BUTTONS */
			
.cssnav {
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: none;
	width: 130px;
	height: 25px;
	overflow:hidden;/* for ie to hide extra height*/
	background-image: none;
}
.cssnav a {
	display: block;
	color: #000000;
	font-size: 10px;
	width: 130px;
	height: 25px;
	display: block;
	float: left;
	color: #BE030C;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
	font-weight: bold;
	font-style: normal;
}
.cssnav a:hover {
	color: #BE030C;
}
.cssnav img {
	width: 130px;
	height: 25px;
	border: 0;
}
* html a:hover {
	visibility:visible
}
.cssnav a:hover img {
	visibility:hidden
}
.cssnav span {
	position: absolute;
	text-align: center;
	cursor: pointer;
	left: 0px;
	top: 5px;
	width: 129px;
}
/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul {
	overflow: hidden;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tabsmenuclass li {
	float: left;
}
.tabsmenuclass a {
	display: block;
	padding: 5px 7px;
	background: #E8E8E8;
	color: black;
	margin-right: 1px;
	text-decoration: none;
	font: bold 13px Arial;
}
.tabsmenuclass a:hover, .tabsmenuclass a.selected {
	background: black;
	color: white;
}
/* END OF KEPEK NAVIGATION BUTTON*/

#coolmenu {
	border: 0px solid #646464;
	width: 200px;
	background-color: #333333;
}
#coolmenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 7px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	width: 200px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #646464;
}
html>body #coolmenu a {
	width: 200px;
}
#coolmenu a:hover {
	background-color: #646464;
	color: #FEDA25;
}
#tabledescription {
	width: 100%;
	height: 5em;
	padding: 0px;
}
/* END OF LEFT MENU NAVIGATION BUTTON*/
.ddsmoothmenu {
	font: 13px Verdana #FEDA25;
	background: #FEDA25; /*background of menu bar (default state)*/
	width: 100%;
	border-left: 1px solid #FF9900;
}
.ddsmoothmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	background: #FEDA25; /*background of menu items (default state)*/
	color: white;
	padding: 5.5px 10px;
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	border-top: 1px solid #FF9900;
	color: #2d2b2b;
	text-decoration: none;
	width: 82px;
	height: 60%;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	color: #646464;
}
.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #BE242A;
	color: white;
}
.ddsmoothmenu ul li a:hover {
	background: #646464; /*background of menu items during onmouseover (hover state)*/
	color: white;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	font: normal 12px Verdana;
	width: 105px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #646464;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}
.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
}
/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited  h1, h2, h3 {
}
h1 {
	font-size: 26px;
	font-weight: normal;
	color: #BE242A;
}
h2 {
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	color: #BE242A;
}
h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #BE242A;
}
h4 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #BE242A;
}
h5 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #BE242A;
}
h6 {
	font-size: 10px;
	font-weight: normal;
	color: #BE242A;
}
#marqueecontainer {
	position: relative;
	width: 90%; /*marquee width */
	height: 200px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 3px solid orange;
	padding: 2px;
	padding-left: 4px;
}
vmarquee {
	position: absolute; 
	width: 190px; 
	left: 3px; 
	height: 650px; 
	top: -144px; 
	overflow: hidden;
	}
.style1 {
	font-size: 16px;
	font-weight: bold;
	color: #C00B12;
}
.style8 {
	color: #BE030C;
	font-size: 16px;
	font-weight: bold;
}
.style9 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 16px;
}
.style10 {
	color: #000000
}
.style13 {
	color: #BE242A
}
.style15 {
	font-size: 10px
}
.style16 {
	font-size: 10px;
	color: #BE242A;
}
.style18 {
	font-size: 10px;
	color: #BE242A;
}
.style20 {
	font-size: 10px;
	color: #C00B12;
}
.style22 {
	font-size: 10px
}
.style23 {
	color: #FFFFFF
}
