@charset "ISO-8859-1";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #3a3d411;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #b6b0a3;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #bbb2a4;
}
h4 {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #d8b088;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #3a3d411;
	font-style: italic;
}
a:link {
	color: #587ca1;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #729dc8;
}
a:hover {
	text-decoration: none;
	color: #587ca1;
}
a:active {
	text-decoration: none;
}
a.special:link {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #bbb2a4;
	text-decoration: none
}
a.special:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #bbb2a4;
	text-decoration: underline
}
a.special:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #bbb2a4;
	text-decoration: none
}