/* common */

a {
	color: #303;
	text-decoration: none;
}

* #Primary a:link,
	* #Primary a:visited,
	* #Secondary a:link,
	* #Secondary a:visited {
	color: #303;
	text-decoration: none;
}

* #Primary p {
	text-align: justify;
}

* #Helpful a:link,
	* #Helpful a:visited,
	* #Legal a:link,
	* #Legal a:visited {
	color: #303;
	background: transparent;
	text-decoration: none;
	text-align: left;
}

* #Footer2 a {
	color: white;
	text-decoration: none;
}

* #Footer2 a:hover {
	color: #303;
	text-decoration: none;
}

* #Footer2 a:link,
* #Footer a:visited {
	color: white;
	text-decoration: none;
}

* #superscript {
	vertical-align: super;
	font-size: 8px;
}

* #subscript {
	vertical-align: sub;
	font-size: 8px;
}

.superscript {
	vertical-align: super;
	font-size: 8px;
}

.subscript {
	vertical-align: sub;
	font-size: 8px;
}

.image_center {
	text-align: center;
}