@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.1em;
}
h1 {
	font-size: 16px;
	color: #4E9FD4;
}
h2 {
	font-size: 14px;
	color: #4E9FD4;
}
h3 {
	font-size: 12px;
	color: #4E9FD4;
}
a:link {
	color: #3399FF;
}
a:visited {
	color: #3399FF;
}
a:hover {
	color: #0078F0;
}
a:active {
	color: #0078F0;
}
body {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul {
	list-style-type: square;
	list-style-position: outside;
}
.trUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.trUnderDot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.trUnderDotBluBck {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4E9FD4;
	background-color: #E1EFFD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4E9FD4;
	font-weight: lighter;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tableBrdr {
	border: 1px solid #C1E0FF;
}
