@import url(yui/reset_fonts.css);
@import url(yui/base.css);

/*** Text ********************************************************************/

a {
	color: #3c78b5;
	text-decoration: underline;
}
a:hover {
	color: #3c78b5;
	text-decoration: underline;
}
a:visited {
	color: #3c78b5;
	text-decoration: underline;
}
address {
	color: #333;
	font-size: 85%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}
h1 {
	clear: both;
	border-bottom: 1px dotted #d3d3d3;
	color: #3c78b5;
	font-size: 161.6%;
	font-weight: normal;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	text-align: left;
}
h2 {
	clear: both;
	color: #3c78b5;
	font-size: 108%;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 0;
	text-align: left;
}
h3 {
	clear: both;
	color: #333;
	font-size: 108%;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 0;
	text-align: left;
}
h4 {
	clear: both;
	color: #333;
	font-size: 93%;
	font-weight: bold;
	margin: 0 0 0.3em 0;
	padding: 0;
	text-align: left;
}
li {
	color: #333;
	font-size: 85%;
}
li li {
	font-size: 100%;
}
p {
	color: #333;
	font-size: 85%;
	margin: 0 0 1em 0;
	padding: 0;
}
dt {
	color: #689bcd;
	font-size: 108%;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
dd {
	font-size: 85%;
	margin: 0 0 1.0em 0;
}

/*** Form ********************************************************************/

fieldset {
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
input {
	font-size: 85%;
}
label {
	font-size: 85%;
	font-weight: bold;
	white-space: nowrap;
}
select {
	font-size: 85%;
}
optgroup {
	font-style: normal;
	font-weight: bold;
}
optgroup option {
	font-weight: normal;
}

/*** Table *******************************************************************/

td {
	font-size: 85%;
	vertical-align: top;
}
th {
	font-size: 85%;
	text-align: left;
	vertical-align: top;
}
td label,
th label {
	font-size: 100%;
}

/*** Clearfix ****************************************************************/

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

