@CHARSET "UTF-8";
/***********
** Global **
***********/
body {
    font-family: Tahoma,Geneva,Kalimati,sans-serif;
    font-size: 12px;
    color: #707172;
}
a {
	text-decoration: none;
	color: #707172;
}
a:hover {
	color: #f8b522
}
a:focus {
	outline: none;
}
strong {
	font-weight: bold;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 18px;
}
h1 {
	margin: 0 0 14px 0;
}
h2 {
	margin: 35px 0 14px 0;
}
span.yellow18 {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 18px;
	color: #f8b522; 
}


/***************
** main menu  **
****************/
ul#mainMenu {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}
ul#mainMenu a {
	font-size: 18px;
}
ul#mainMenu a:hover, ul#mainMenu a.selected  {
	color: #f8b522
}