* {
	margin: 0;
	padding: 0;
	font-size: small;
	list-style-type: none;
}

body {
	padding: 0px;
	margin: 0px;	
	background-color: #999999;
}

img {
	border: 0px;
}

a:link {
	color: #0033FF;
	text-decoration: underline;
}
a:visited {
	color: #6600CC;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

h2 {
	color: #3366CC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #3366CC;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #3366CC;
	margin-bottom: 10px;
	padding-left: 15px;
}

h3 {
	color: #0066CC;
}


.container {
	width: 700px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

.headerimage {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}

.navigate {
	width: 100%;
	padding: 3px 0px;
	background-color: #E9E9E9;
}

.navigate a{
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
}

.navigate a:link, .navigate a:visited {
	color: #333333;
	text-decoration: none;
}

.navigate a:hover {
	color: #FFFFFF;
	background-color: #28B4FF;
}

.main {
	background-color: #FFFFFF;
	width: 90%;
	padding: 20px;
}

.form_error {
	display: block;
	color: #FF3300;
}

.footer {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

.top_table {
	background-color: #EBF4FA;	
}

.top_spec {
	margin-top: 0px;
	margin-left: 0px;
}

.top_spec h3 {
	font-weight: bold;
	color: #0099FF;
	padding-bottom: 5px;
}

.top_spec th {
	color: #666666;
}

.top_spec p {
	padding-bottom: 20px;
}

.top_notice {
	width: 95%;
	text-align: left;
	padding: 20px;
}

.top_qr {
	width: 100%;
	text-align: left;
}

.tutorial {
	float: left;
	width: 100%;
}

.tutorial hr {
	width: 100%;
	color: #FFFFFF;
	margin: 20px 0px;
	border: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.tutorial_col {
	background-color: #FFFFFF;
	width: 50%;
	float: left;	
}

.tutorial_header{
	width: 100%;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0.2em;
}


.faq {
	width: 100%;
}

.faq_discription {
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.faq_subheader {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 5px;
	font-weight: bold;
	color: #3366CC;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #003399;
	border-left-color: #003399;
}

.faq_question {
	background-image: url(../images/question.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	
	padding-top: 5px;
	color: #0033CC;
	text-align: left;
	text-indent: 20px;
	vertical-align: text-botom;
	
}

.faq_answer {
	background-image: url(../images/answer.jpg);
	background-repeat: no-repeat;
	background-position: left top;

	text-align: left;
	padding-left: 15px;
	
	margin-top: 20px;
	margin-bottom: 30px;
}

.contact {
	margin: 10px;
}

.contact th {
	font-color: #333333;
	color: #666666;
	text-align: left;
}


.about h3 {
	margin-top: 30px;
	margin-bottom: 10px;
}

.about p {
	margin-bottom: 15px;
}

.trackback_header {
	margin: 15px 15px;
	padding: 10px;
	border: 1px solid #999999;
}

.trackback {
	width: 100%;
	border: 1px dotted #0066CC;
	padding: 1px;
	margin-bottom: 5px;
}

.trackback_title {
	color: #003399;
}

.trackback p {
	margin-top: 2px;
}

.announce_header {
	margin-top: 10px;
	margin-bottom: 10px;
}