/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	color: #666666;
}
h1 {
	font-size: 16px;
	color: #be0303;
	text-decoration: none;
	font-weight: bold;
	vertical-align: bottom;
}
.txt_tablebullet {
	font-weight: bold;
}
.txt_table {
	color: #003366;
	padding-left: 15px;
}
h2 {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	vertical-align: bottom;
}
th {
	background-color: #E4E4E0;
	line-height: 30px;
	color: #003366;
	font-weight: bold;
}
.tdodd {
	background-color: #F4F4F2;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
}
.tdeven {
	background-color: #FAFAFA;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
}
p a {
	color: #009900;
	text-decoration: none;
}
p a:hover {
	color: #009900;
	text-decoration: underline;
}
h3 {

	font-size: 14px;
	color: #3366ff;
	text-decoration: none;
	font-weight: normal;
	vertical-align: bottom;
}
.address {
	list-style-type: none;
}
.tdeven a, .tdodd a {
	text-decoration: underline;
	color: #666666;
}
.tdeven a:hover, .tdodd a:hover {
	text-decoration: underline;
	color: #666666;
}
.dot_line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565611;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}