body { 
	background: #F0F8FF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.tresc {
	width: 610px;
	background: #FFF;
	text-align: justify;
	margin: 8px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
	border: 1px double #000;
	line-height: 18pt
}

.titleheader {
	background: #3333CC;
	color: #FFF;
	font-weight: bold;
	font-size: 14pt;
	width: 604px;
	text-align: right;
	padding: 10px 10px 10px 10px;
	border: 4px outset #000;
}

a {
	color: blue;
	text-decoration:none;
	border-bottom: 3px double blue;
}

a:hover {
	color:red;
	text-decoration:none;
	border-bottom: 1px solid red;
}

strong {
	letter-spacing: .02px; 
	font-weight: bold;
	font-size: 24px;
}

strong.header {
	letter-spacing: .02px; 
	font-weight: bold;
	font-size: 24px;
	color: #003366;
}

span.red {
	color: red;
}

span.blue {
	color: blue;
}

span.darkblue {
	color: #000080;
}

b {
	letter-spacing: .02px; 
	font-weight: bold;
}

.important {
	letter-spacing: .1px; 
	color: blue;
	font-style: italic;	
}

.price {
	text-align: center;
	color: red;
	letter-spacing: 2.08px; 
	font-size: 14pt;
	font-weight: bold;
	width: 100%;
}

.highlight {
	font-weight: bold; 
	background: yellow
}

li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}


