
body {
	background:white;
	margin:35px 0;
	padding:0;
	font:normal 16px segou, Helvetica, sans-serif;
	color:#272727;
	min-width:980px;
	text-align:center;
}
ul, ol, bt {
	list-style:none;
	padding:0;
	margin:0;	
}
address {font-style:normal;}
header, section, footer, aside, article, figure {
	display: block;
}
p {
	margin:13px 0;
	padding:0;
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6 {
	margin:20px 0;
	padding:0;
	font-weight:normal;
	font-family:segoul, segou, Arial;
}
h1 {font-size:36px;line-height: 30px;}
h2 {font-size:30px;}
h3 {font-size:24px;}
h4 {font-size:18px;}

a img {
	border: none;
}
a:link {
	color: #bd1c39;
	text-decoration: none;
}
a:visited {
	color: #bd1c39;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #bd1c39;
	text-decoration: underline;
}
footer, .content {
	height: auto;
	margin:0 auto;
}
.header, main-container {
	height:100%;
	width:100%;
	margin:0 auto;
}
textarea {
	resize:none;
	overflow:hidden;
}
input[type="checkbox"],
input[type="radio"] {
	display:none;
}
input[type="submit"] {
	border:none;
	outline:none;
	cursor:pointer;
}
.inactive {
	cursor:default !important;
	background-color:#999 !important;	
}
.active {
	color:black !important;
}