body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 10px;
}

h1 {
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 12px;
	color: #444444;
	font-weight: normal;
	margin-bottom: 0.2em;
}

#container #header h1 {
	font-size: 20px;
	color: #FFFFFF;
	padding: 40px 20px 10px 20px;
}

p {
	line-height: 150%;
	color: #555555;
}

#footer p {
	line-height: 100%;
	color: #555555;
	margin:0;
	padding: 0;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 9px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666666;
}


table {
	padding-top: 10px;
}

td {
	line-height: 100%;
	color: #555555;
	padding-right: 5px;
}

th {
	line-height: 150%;
	color: #555555;
}


.bodystyle {
	font-size: 12px;
}

.small {
	font-size: 9px;
}

.medium {
	font-size: 12px;
}

.big {
	font-size: 16px;
}

.xbig {
	font-size: 24px;
}

.expanded {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	text-align: justify;
}

.footer {
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

.price {
	color: #FFFFFF;
	font-size: 20px;
}