@charset "tis-620";

html,body{
	font-family:tahoma;
	font-size:12px;
	color:#5E5E5E;
	background:url(../images/background.jpg);
	margin:0px;
}


/*link on png file*/
a:link img {
   filter:none;
} 
a:visited img {
   filter:none;
} 
a:hover img {
   /*filter:gray;
   position:relative;
   left:1px;
   top:1px;*/
   opacity: 0.7;
   filter: alpha(opacity=70);
} 
img {
   border:0px;
}


div.menu-left a:link {
	text-decoration:none;
	color:#666666;
	font-size:small;
}
div.menu-left a:visited {
	text-decoration:none;
	color:#666666;
	font-size:small;
}
div.menu-left a:hover {
	text-decoration:none;
	color:#FF6600;
	font-size:small;
}

h1 {
	font-size:large; 
	color:#999999;
}

.menu-bgcolor {
	background-color:#fce88d;
	cursor:hand;
	cursor:pointer;
}

.menu-bgcolor:hover {
	background-color:#FFCC00;
	cursor:hand;
	cursor:pointer;
}