/* CSS Document */
.siteTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00CC66;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	text-align:center;
}
.siteSubTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
}
.title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00CC66;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	text-align:center;
}
.subTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
}

#noexpressUpdate
{
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003300;
	text-align: left;
	background-image: url(../images/nofp_bg.gif);
	background-repeat: no-repeat;
	width: 210px; 
	height: 200px;	
	padding: 40px;
}


pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
