@charset "utf-8";
/********************* Global **********************/
body {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	line-height: 1.4em;
}
h1,h2,h3 {
	font-size: 14px;
	margin: 0px;
}
h4 {
	font-size: 12px;
	margin: 0px;
}
p {
	margin: 0px;
	padding: 10px 0px;
}
a:link, a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

/********************* Class **********************/
.txt9 {
	font-size: 9px;
}
.txt12 {
	font-size: 12px;
}
.listTxt {
	font-family: Tahoma;
	font-size: 11px;
	width: 260px;
}
.txtField {
	font-family: Tahoma;
	font-size: 12px;
}
.txtAreaSmall {
	font-family: Tahoma;
	font-size: 12px;
}
.txtArea {
	font-family: Tahoma;
	font-size: 12px;
}
.txtUnderline {
	text-decoration: underline;
}
