a { text-decoration: none; font-weight: bold; }
a:hover {text-decoration: underline; }

p
{
	color: #000000;
	font-size: 9pt;
	font-family: verdana;
}

.package
{
	color: #CC0000;
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}

.large
{
	color: #CC0000;
	font-size: 16pt;
	font-family: verdana;
	font-weight: bold;
}

.sidebar
{
	color: #CC0000;
	font-size: 10pt;
	font-family: verdana;
}

.copy
{
	color: #000000;
	font-size: 8pt;
	font-family: verdana;
}

#header
{
	position: absolute;
	top: 10px;
	left: 20px;
}

#text
{
	position: absolute;
	padding: 10px;
	top: 100px;
	left: 10px;
	width: 600px;

}

#sidebar
{
	position: absolute;
	padding: 10px;
	top: 10px;
	left: 630px;
	width: 150px;
}
