﻿@charset "utf-8";
.style.css {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
body {
    background-repeat: no-repeat;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
 }
 img { border:0; }
 h1,h2,h3 {
	margin:0;
	padding:2px 2px;
	font-size:24px;
	line-height: 1.5;
	background-repeat: no-repeat;
	border-bottom: 1;
	border-left-color: #666666;
	/*width: 640px;*/
 }

div {
	margin:0;
	padding:2px 2px;
	font-size:20px;
	line-height: 1.3;
	background-repeat: no-repeat;
	border-bottom: 1;
	border-left-color: #666666;
 }

 /*p {
	margin:0;
	padding:2px 2px;
	font-size:24px;
	line-height: 1;
	background-repeat: no-repeat;
	border-bottom: 1;
	border-left-color: #666666;
    text-align: left;
 }*/

 h1 { background:#FFFFFF; }
 h2 { background:#FFFFFF; }
select { font-size:16px; }
input { color: #8E8E8E; font-size:16px; }
textarea { color: #000000; font-size:16px; }

 /*a { font-size:16px; }*/
 a:link,a:visited { color:#006699; text-decoration: none; }

 .list {
 padding: 3px 0 0 5px;
 }

 #footer {
 border-top: 2px #FD6301 solid;
 border-bottom: 1px #ddd solid;
 margin: 15px 0 10px 0;
 padding: 5px;
 } 
