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

body, td {
	font-family: Verdana;
	color: #666;
	font-size: 13px;
	line-height:normal;
}

.bottom {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#666666;
}

.contents{ font-family: simsun, arial; size: 10px; color:#666666; line-height: 16px;}

.subheading {
font-family: simsun, arial; size: 14px; color:#FF9999; line-height: 16px;
}

.box1 {
	padding: 2px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}

input, select, textarea {
font: 12px Tahoma, Verdana;
color: #666666;
font-weight: normal;
background-color: #FFFFFF;
border: 1px solid #666666;
}

.button {
  height: 20px;
  color: #333333;
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
  background: url(../images/bg.gif) repeat-x #f0f0f0;
  border: 1px solid #a4a4a4;
}

/*
Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

fieldset
{
	margin: 0;
	padding: 10px;
}

form
{
	margin: 0;
	padding: 0;
}

pre
{
	background-color: #F7F7F7;
	border: 1px solid #D7D7D7;
	overflow: auto;
	margin: 0;
	padding: 0.25em;
}

#alerts
{
	color: Red;
}

#footer hr
{
	margin: 10px 0 15px 0;
	height: 1px;
	border: solid 1px gray;
	border-bottom: none;
}

#footer p
{
	margin: 0 10px 10px 10px;
	float: left;
}

#footer #copy
{
	float: right;
}

#outputSample
{
	width: 100%;
	table-layout: fixed;
}

#outputSample thead th
{
	color: #dddddd;
	background-color: #999999;
	padding: 4px;
	white-space: nowrap;
}

#outputSample tbody th
{
	vertical-align: top;
	text-align: left;
}

#outputSample pre
{
	margin: 0;
	padding: 0;
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla*/
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

a, a:link, a:visited {
text-decoration: none;
color: #666666;
}

a:hover {
text-decoration:underline;
}
#container #main_contents table tr td blockquote table tr td p strong {
	font-size: 14px;
}
#container #main_contents table tr td blockquote table .style1 td strong {
	color: #C3C;
	font-size: 16px;
}
