@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:62.5%;
	color:#333;
}

.clear {
	clear:both;
}

.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}

.normal {
	font-weight:normal;
}
.bold {
	font-weight:bold;
}
.underline {
	text-decoration:underline;
}

.standard {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	font-size:1.6em;
	line-height:1.3;
}
.p14 {
	font-size:1.4em;
}
.p0 {
	padding-top:15px;
}
.p1 {
	padding-bottom:15px;
}


.subtag {
	color:#a6429a;
	font-size:1.2em;
}
a.subtaglink {
	color:#a6429a;
	text-decoration:none;
}
a.subtaglink:hover {
	color:#043d7f;
	text-decoration:underline;
}
.copy {
	color:#043d7f;
	font-size:1.0em;
}
a.credittag {
	color:#043d7f;
	text-decoration:none;
}
a.credittag:hover {
	color:#0874cf;
	text-decoration:underline;
}
