body {
	background-image: url(ppbluestripe.jpg);
	background-repeat: repeat;
}

.frame {
	border-style: ridge;
	border-color: #CCCCCC;
	border-width: 3px;
}

hr {
width: 500;
size: 2px;
color: #CCCCCC;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.detail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

a:link {
	color: #6633FF;
	text-decoration: none;
	
}

a:visited {
	color: #9900CC;
	text-decoration: none;
}

a:hover {
	color: #990033;
	text-decoration: underline;
}

a.active {
        color: #FF3333;
        text-decoration: underline;
}
