/* DTR
   especify the font-size as pt.
*/
/*
h1{
	padding-top:10px;
	font-family: thai;
	font-size:24pt;
	color:#f05452;
	font-weight:normal;
}
h1 a{
	color:#c3cf21;
	text-decoration:none;
}
h1 a:hover{
	color:#c3cf21;
	text-decoration:none;
}
*/
h2{
	padding-top:0px;
	font-family: chowfun;
	font-size:20pt;
	color:#CC0E17;
	font-weight:normal;
	padding-bottom:5px;
}
h2 a{
	color:#000;
	text-decoration:none;
}
h2 a:hover{
	color:#000;
	text-decoration:underline;
}

h3{
	font-family: chowfun;
	font-size:18pt;
	line-height: 18px;
	color:#CC0E17;
	font-weight:normal;
}
h3 a{
	color:#CC0E17;
	padding: 0 0 10px 0;
	text-decoration:none;
}
h3 a:hover{
	color:#CC0E17;
	text-decoration:none;;
}





/* Generally you don't need to change anything below */
.dtr{
overflow:hidden;
margin:0;
height:1%;
}
.dtr a{
display:block;
float:left;
overflow:hidden;
cursor: pointer
}
.dtr a:hover span{
background-position:left bottom;
}
.dtr span{
display:block;
float:left;
overflow:hidden;
text-indent:-1000px;
background-repeat:no-repeat;
background-position:left top;
}

@media print{
.dtr span{
background-image:none;
display:inline;
float:none
}
}

