@charset "UTF-8";
/*** BLOCK ***/
body {background-color:#fff; padding:0; margin:0; margin-right:2px;}
html>body {margin-right:0;}
body, td, th {color:#000; font: normal normal 85%/95% arial,helvetica,san-serif,serif; text-decoration:none;}

div {border:0px solid #fff;
	margin-bottom:20px;}
p {font-size:.9em;line-height:1.4em;
	margin:0 0 5px 0;}


/*** HEADER **/
h1, h2, h3, h4, h5, h6 {color:#666;
	padding:0px; margin:0;
	font-size:.8em;line-height:.8em;
	font-weight:bold;}

h1 {color:#000;
	margin-bottom:3px;
	font-weight:normal;}
	
h2 {color:#666;
	margin-bottom:0px;
	font-size:.9em;line-height:1.3em;}
	
h3 {color:#36c;margin-bottom:6px;
	font-size:.9em;
	line-height:1.2;}
	
h4 {color:#666;padding-bottom:5px;margin-bottom:12px;
	font-size:.9em;line-height:.9em;
	border-bottom:1px dotted #36c;
	font-weight:normal;}
	

/*** IMAGE ***/
img {display:block;
	border-width:0; color:red;}
td img {display:inline;color:red;}
	
/*** lists ***/
ul {list-style:disc url(../images/bullet.gif) outside;
	padding:0; margin:7px 20px;}

ol {list-style-image:none; color:#000;
	padding:5px 36px 5px 36px;
	margin:0; margin-left:10px;}

li {padding:0;
	margin:0 0 7px 0;
	font-size:.91em;
	line-height:1.2;}
	
/*** TABULAR ***/
table {width:100%;
	margin:0;
	margin-bottom:20px;
	border:1px solid #6B6B6B;
	font-size:1em;}
	
table td {padding:5px;
	border-left:1px solid #b5b5b5;
	font-size:.9em;line-height:1.4em;
	overflow:hidden;
	vertical-align:top;}

th {color:#fff;
	background:#908E6B;
	padding:4px;
	border-left:1px solid #fff;
	font-size:.9em;line-height:1.1em;
	font-weight:bold;
	text-align:left;
	letter-spacing:.09em;
	vertical-align:top;}

thead th a {color:#fff;}	
tbody th  {color:#666;background-color:transparent;border-width:0;
font-size:.9em;line-height:1.3em;}

/*** ANCHOR ***/
a {color:#36c;}
a:focus {outline:1px dotted #ccc;}


/*** INLINE PHRASE ***/
small {font-size:.9em;}
big {font-size:1.2em;}
em {font-weight:bold;font-style:normal;}
strong {color:#cc0000;font-weight:bold;}
strong a {color:#cc0000;}
sub {}
sup {}
code {color:#496F82; color:#333; font-size:1.2em;}
kbd {font-size:12px;line-height:12px;color:#cc0000;display:none;font-weight:bold;}
pre {font-size:.8em;}
samp {font: normal normal 1.2em/1.3em arial,helvetica,san-serif,serif;}
samp p {padding:5px 5px;}
abbr {display:inline;text-decoration:none;font-style:italic;cursor:help;}
abbr span {cursor:help;font-style:italic;}
acronym {text-decoration:none;font-style:italic;cursor:help;}
ins {}


/*** FORM ***/
form {margin:0px;padding:0px;}

fieldset {background-color:#FCFCFC;
	width:auto;
	padding:15px 10px 0 10px;margin:0 0 20px 0;
	border:1px solid #999;
	border-top-width:2px;
	overflow:hidden;}
	
/*** form layout  ***/	
fieldset table {width:100%;
	border-width:0;margin:0px;
	float:none;}
fieldset table td {color:#000;
	padding:1px 1px 8px 1px;
	font-size:.9em;line-height:1.4em;
	text-align:left; vertical-align:top;
	border-width:0;}
fieldset table td p {font-size:100%;}

fieldset th {
	padding:1px 5px 8px 0;
	font-size:.9em;line-height:1.4em;
	text-align:right;
	white-space:nowrap;}	

label {color:#606060;
	font-weight:bold;
	letter-spacing:.09em;
	/* cursor:pointer;cursor:hand; */
	vertical-align:top;}
fieldset em {font-weight:bold;}

.sub_fieldset label {color:#000;font-weight:normal;} 

input, select {font-size:11px; line-height:11px;}
input {background-color:#fff;
	padding:2px 3px; padding-bottom:1px; margin:0;vertical-align:top;}
input:focus select:focus {background-color:#ffffcc;outline:2px dotted #ccc;}

button {color:#36c; background-color:#eee;
	padding:2px 5px 2px;margin:0px 10px 0px 0px;
	border:1px solid #ccc;
	border-color:#999 #666 #666 #999;
	font-weight:bold;
	/* cursor:pointer;cursor:hand; */}