body {
	text-align: center;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: left;
}

.rollover {
	display: block;
	width: 120px;
	height: 76px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
}

a:hover.rollover {
	background-position: -120px 0;
} 

.rollover span {
	display: none;
}

h1 {
	color: rgb(51, 102, 255);
	font-size: 13pt;
	font-weight: bold;
	font-family: verdana,helvetica,arial;
}

h2 {
	color: rgb(153, 0, 0);
	font-size: 11pt;
	font-weight: bold;
	font-family: verdana,helvetica,arial;
}

p, a, li {
	font-size: 10pt;
	font-family: verdana,helvetica,arial;
}

ol.bold li {
	color: rgb(153, 0, 0);
	font-size: 11pt;
	font-weight: bold;
	font-family: verdana,helvetica,arial;
}

ol.bold li span {
	font-weight: normal;
	color: black;
	font-size: 10pt;
	font-family: verdana,helvetica,arial;
}

a:link {
	color: #3333ff;
}

a:visited {
	color: #3399ff;
}

a:hover {
	color: #FF0000;
}

strong {
	color: rgb(153, 0, 0);
	font-size: 11pt;
	font-weight: bold;
	font-family: verdana,helvetica,arial;
}