body {
	font-size: .75em;
	line-height: normal;
}
body#index-page {
	font-size: 12px;
}
body, ul, li, form, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, img {
	border: 0;
	margin: 0;
	outline: 0;
	list-style: none;
	/*
	 * For IE6...
	 */
	list-style-image: none;
}
body, li, form, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, img {
	padding: 0;
}
body, input, textarea {
	background-color: #fff;
}
body, input, select, textarea, .font {
	font-family: Arial, Helvetica, sans-serif;
}
body, input, select, textarea, a {
	color: #404040;
}
a, .a, .mark {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #c01b49;
	font-size: 2.85em;
	font-weight: normal;
	padding: 0 0 23px 0;
}
h1 span {
	color: #404040;
	display: block;
	margin-top: -10px;
}
#index-page h1 img {
	margin-top: 10px
}
h2 {
	font-size: 1.3em;
	padding: 0 0 2px 0;
}
input, select, textarea {
	font-size: 1em;
}
input, textarea {
	border: solid 1px #c9c9c9;
}
p {
	padding: 0 0 13px 0;
}
ul, .ul {
	padding: 0 0 1em 2em;
}
ul li, .ul li {
	list-style-image: url(/images/gray-px.png);
	background: none;
	padding: 0;
}
ol, .ol {

}
ul.red-circle li {
	list-style-image: url(/images/red-circle.png);
	padding: 0;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
}
ul.red-circle li li {
	list-style-image: url(/images/gray-px.png);
	padding: 0;
	margin: 0;
}
ul.simple {
	padding: 0 0 10px 0;
}
ul.simple li {
	background: none;
	overflow: hidden;
	padding: 0 0 7px 7px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td {
	padding: 0;
	vertical-align: top;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: small;
}

.successful-message {
	background: #fff9d1;
	border: 1px solid #e7e7e7;
	color: #c01b49;
	font-weight: bold;
	padding: 1em;
	margin: 1em 0;
}

.form-table tbody input,
.form-table tbody select,
.form-table tbody textarea {
	/*
	 * Not 100%, because IE6 and paddings...
	 */
	width: 98%;
	vertical-align: middle;
}
/*
 * Because IE 6 don't support input[type="checkbox"] :(
 */
.form-table tbody input.checkbox {
	width: auto;
	border: none;
	background: none;
}
