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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-repeat: repeat;
	line-height: 16px;
	background-position: center top;
	padding-top: 25px;
	border-left: 0px;
	background-color: #D6D6D6;
	text-align: left;
}

a:link {
	color: #0099FF;
	text-decoration: none;
	}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: underline;
	color: #0099FF;
}
.newtext {
	color: #999;
	font-size: 25px;
}

.titletext {
	font-size: 25px;
	color: #000000;
	line-height: 30px;
}
.titletextgrey {
	font-size: 25px;
	color: #000000;
	line-height: 30px;
}
.underlineme {
	text-decoration: underline;
}
.nobreak {
	font-size: 25px;
	color: #000000;
	line-height: 30px;
	white-space: nowrap;
}
.small {
	font-size: 10px;
	letter-spacing: .05em;
}
.titlewords {
	font-size: 45px;
	line-height: 40px;
}
