@charset "utf-8";
/* CSS Document */
a:link, a:active, a:visited {
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	color:#d5a055;
}
a:hover {
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing: 
	text-decoration: none;
	color:#d5a055;
	text-transform: uppercase;
	background-color: 
}

p {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #22354c;
	font-size:9px;
	margin-bottom:0;
	margin-top:0;
}

p2 {
	color:#000000;
	text-transform:lowercase;
	letter-spacing: 0;
	font-style: normal;
	font-weight:none;
}


h1 {
	font-weight: lighter;
	font-style: italic;
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing: 5;
	color:#675d72;
	font-size:14px;
	text-align: left;
	text-transform: none;
	margin-bottom:0;
	margin-left:0;
}

h2 {
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	color:#22354c;
	font-size: 16px;
	text-transform: none;
	margin-bottom:0;
	margin-left:0;
}

h3 {
	font-weight: lighter;
	font-style:italic;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 3;
	color:#675d72;
	font-size:10px;
	text-transform: none;
	margin-bottom:0;
	margin-left:0;
}

table, tr, td {
	line-height: 15px;
	border:none;
	border-width:thin;
	border-color:#29332c;
}



