@CHARSET "UTF-8";
@import "reset.css";
@import "amad.css";
@import "default.css";



a {
	cursor: pointer;
}
input[type=text], textarea {
	font-size: 11px;
	font-family: Arial;
	margin: 0;
}

input[type=radio] {
	margin: 0;
}

a {
	cursor: pointer;
}

.text_content {
	color: #424242;
	font-size: 12px;
	line-height: 1.3em;
}

.text_content a {
	color: #00b4e3;
}

.text_content h1, .text_content h2, .text_content h3, .text_content h4, .text_content h5 {
	margin: 1em 0;
	line-height: 1.1em;
	color: #122f83;
	font-weight: normal;
}

.text_content h1 {
	font-size: 1.25em;
}

.text_content h2 {
	font-size: 1.20em;
}

.text_content h3 {
	font-size: 1.15em;
}

.text_content h4 {

	font-size: 1.1em;
}

.text_content h5 {
	font-size: 1em;
}

.text_content p {
}

.text_content p + p {
	margin-top: 1.4em;
}