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

body,td,th {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	text-align: center;
	margin-top: 10px;
	color: #999999;
}
body {
	background-color: #FFFFFF;
}

p {
	padding-top: 15px;
	line-height: 100%;
	text-align: center;
	font-size: 10px;
	letter-spacing: .15em;
}

.newsFooter {
	padding-top: 0;
	text-align: center;
	font-size: 10px;
	letter-spacing: .15em;
}


#newsBox {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: normal;
}

#closeButton {
	text-align: right;
}


.news {
	padding: 15px;
	text-align: left;
	font-size: 10px;
	line-height: 125%;
	font-size: 12px;
}

.news p {
	text-align: left;
	padding-top: 0;
	line-height: 150%;
}

.news h2 {
	font-size: 16px;
}

.news h3 {
	font-size: 14px;
}

.news blockquote {
	font-size: 11px;
}


a:link {
	color: #a1b0b8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a1b0b8;
}
a:hover {
	text-decoration: underline;
	color: #a1b0b8;
}
a:active {
	text-decoration: none;
}