@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	background: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.F_PDT02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6699CC;
	text-decoration:none;
/* Heading
--------------------------------------------------------- */
h1 {
	font-size: 175%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 125%;
}
h4 {
	font-size: 110%;
}
p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
ul li {
	background: url(images/bullet.gif) no-repeat 0px 6px;
	padding-left: 15px;
}
ol li {
	margin-left: 35px;
}
th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}
td {
	vertical-align:top;
}
fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/dot.gif) repeat-x top;
}
fieldset a {
	font-weight: bold;
}
fieldset.input {
	padding: 0;
	background: none;
}
hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #E6E6E6;
	height: 1px;
}
br {
	height: 1px;
	font-size: 1px;
}
td, th, div {
	font-size: 100%;
}
/* Normal link
--------------------------------------------------------- */
a {
	color: #4D79BB;
	text-decoration: none;
	outline: none;
}
a:hover, a:active, a:focus {
	color: #C01122;
	text-decoration: underline;
}
a img {
	border: none;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
form label {
	cursor: pointer;
}
input, select, textarea, .inputbox, .button {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #666666;
}
.inputbox {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.button {
	padding: 2px 8px;
	border: 1px solid #1C64A5;
	background: #1C64A5;
	font-weight: bold;
	color: #FFFFFF;
}
/* misc
--------------------------------------------------------- */
* html .button { /*IE 6*/
	padding: 0 5px !important;
}
*+html .button { /*IE 7*/
	padding: 0 5px !important;
}
.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}