@font-face{font-family:myfont; src: url(font/myfont.otf);}

body {
	font-family: "myfont";
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
td {
	font-family: "myfont";
	line-height: 18px;
	font-size: 12px;
}
.login_form {
	height: 14px;
	width: 60px;
	border: 1px solid #6699CC;
	font-family: Arial;
	font-size: 12px;
	color: #6699CC;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: none;
}
a:active {
	color: #003399;
	text-decoration: none;
}
a.dh:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "myfont", Tahoma;
	font-size: 12px;
}
a.dh:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: "myfont", Tahoma;
}
a.dh:hover {
	color: #FFCC00;
	text-decoration: none;
	font-family: "myfont", Tahoma;
	font-size: 12px;
}
a.dh:active {
	color: #FFCC00;
	text-decoration: none;
	font-family: "myfont", Tahoma;
	font-size: 12px;
}
.td_fix_bg {
	background-image: url(images/bg_line_v.gif);
	background-repeat: repeat-x;
}
