@charset "UTF-8";
body {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(images/bg.gif);
	margin: 0;
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	line-height: 20px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	font-weight: bold;
}
.footerSm {
	font-size: 9px;
}
.secondary {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	word-spacing: 0.2em;
	color: #FFCCFF;
	line-height: 24px;
	font-style: italic;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	line-height: 22px;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #CC66CC;
	font-weight: normal;
	font-variant: normal;
	font-style: italic;
	line-height: 22px;
}

