@charset "UTF-8";
/* CSS Document */



a:link {
	color: #8c7b49;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8c7b49;
}
a:hover {
	text-decoration: underline;
	color: #363636;
}
a:active {
	text-decoration: none;
	color: #363636;
}

body{
	font-size: 8pt;
	font-family: Arial, Helvetica;
	background-image:url(http://www.juanluisgarcia.com/LucieFoundation/Site/images/lucie_bg.png);
	background-repeat: repeat-x;
	color: #57513f;
	letter-spacing: .05pt;
	} 

.pageHeader{
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #443f31;
	word-spacing: normal;
	letter-spacing: .04pt;
	font-family:Arial, Helvetica, sans-serif;
}


.shopHeader{
font-size: 9pt;
font-family: Arial, Helvetica;
font-weight: bold;
color: #363636;
text-transform: uppercase;

}

.footer{
font-size: 7pt;
font-family: Arial, Helvetica;
color: #443f31;
}

.mainSubTitle{
font-size: 12pt;
font-family: Arial, Helvetica;
text-transform: uppercase;
color: #443f31;
}

.subHeader{
font-size: 10pt;
font-family: Arial, Helvetica;
color: #443f31;
}

.bodyBold{
font-size: 8pt;
font-family: Arial, Helvetica;
font-weight: bold;
color: #443f31;
}

.bodyItalic{
	font-size: 8pt;
	font-family: Arial, Helvetica;
	font-weight: normal;
	color: #443f31;
	font-style: italic;
}.body {
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #57513f;
}
.dotline {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
