/* common.css 090224 */

a:link, a:visited, a:active {text-decoration: none; color: #990000}
a:hover {text-decoration: none; color: #006600}
body {background-color: #000f70; margin: 0; padding: 0}

/* Heading Text */
.headText {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

/* Copyright Text */
.copyrightText {
	font-family: arial;
	font-size: 13px;
	color: #ffffff;
}

/* Text */
.Text {
	font-family: arial;
	font-size: 13px;
	color: #000000;
}
