/* common_hp.css 090816 */

a:link, a:visited, a:active {
	text-decoration: none;
	color: #44628b;
}

a:hover {
	text-decoration: none;
	color: #006600;
}

body {
	background-image: url(graphics/background/background.gif);
	margin: 0;
	padding: 0;
}

/* Blue Text */
.Blue {
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	color: #44628b;
}

/* Text */
.Text {
	text-align: left;
	font-family: verdana;
	font-size: 13px;
	color: #000000;
}

/* White Text */
.White {
	text-align: center;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

/* Caption Text */
.CaptionText {
	text-align: center;
	font-family: verdana;
	font-size: 13px;
	color: #000000;
}

.ImageBorder {
	border: 1px solid #666666;
}