﻿body {
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", sans-serif, serif, Tahoma;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
	background-color: #EDEDED;
}


table{
	background-repeat:repeat-x;
	font-family: "Trebuchet MS", sans-serif, serif, Tahoma;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	line-height:18px;	
	}



.PageTitle {
	color: #2d2727;
	font-weight: bold;
	font-size: 18px;
	font-family: Tahoma;
	line-height: 24px;
}

.white {
	color: #EFEFEF;
}
	

/*main menu style*/	
	
table.m1-item{
	background-repeat:no-repeat;
	background-image:url('/images1/main_menu_sep.gif');
	height:95px;
	text-align:left;
	vertical-align:bottom;
	padding-left:10px;
	width:1px;
}	

table.m1-item td{
	font-size:13px;			
}

a.m1-item,a.m1-item:visited{
	text-decoration: none;
	color:black;
	font-weight:bold;		
	line-height: 14px;	
}

table.m1-item-hover{
	background-repeat:no-repeat;
	background-image:url('/images1/main_menu_sep_hover.gif');
	color:red;
}	
a.m1-item-hover,a.m1-item-hover:visited{
	text-decoration: none;
	color:red;
	font-weight:bold;		
	line-height: 14px;	
}	

table.m1-item-hover tr td{
}	

table.m1-header td{
	vertical-align:bottom;
	width:20%;
}

/* Sub menu style */

div.m2{
	text-align:left;
}

div.m2 table{
	background-image:url('/images1/m_cizgi.jpg');
	background-repeat:repeat-x;
	background-position:0px 24px;
	width:100%;
	text-align:left;
}

div.m2 td{
	font-size:larger;	
	padding-right:5px;
	text-align:left;	
}


a.m2-item,a.m2-item:visited,a.m2-item:link,span.m2-item{
	line-height:30px;
	width:170px;
	
	font-family:Tahoma;
	font-size:12px;
	font-weight: bold;
	color:gray;
	text-decoration:none;
	text-align:left;
}

a.m2-item:hover{
	color:#2d2727;
	text-decoration:none;
}

/* Footer Style */

table.main-footer a:link,a:visited{
	color: #CCCCCC;
	text-decoration: none;
}


