@charset "UTF-8";
body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #111111;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a {
outline: none;
}
a:link {
	text-decoration: none;
	color: #111111;
}
a:visited {
	text-decoration: none;
	color: #111111;
}
a:hover {
	text-decoration: none;
	color: #777777;
}
a:active {
	text-decoration: none;
	color: #777777;
}
.bigtext {
	font-size: 30px;
	font-weight: bolder;
}
.smalltext {
	font-size: 10px;
}
.medtext {
	font-size: 13px;
}
.presstitletext {
	font-size: 17px;
}
.presstext {
	font-size: 11px;
}
.dotsbackcolor {
	color: #FFFFFF;
}
b:hover {
	text-decoration: none;
	color: #FFD45F;
}
