*{
	font-family:Arial;	
	color:#A39D87;
	font-size:11px;
	outline:none;
	list-style-type:none;
	padding:0;
	margin:0;
	line-height:1.2em;
}
i {
	color:#E2007A;
	font-style:normal;
}
b {
	color:#A39D87;
	font-weight:normal;
}
a:hover i, a:hover b {
	text-decoration:underline;
	cursor:pointer;	
}
a {
	text-decoration:none;
}

p, label, a, b, i {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
h2 i{
	text-transform:uppercase;
	display:block;
	font-weight:normal;
	font-size:14px;
}
h2 b{
	text-transform:uppercase;
	display:block;
	font-weight:normal;
	font-size:14px;
}
h3 i{
	font-size:12px;
	display:block;
	font-weight:normal;
	padding-top:50px;
}
h3 b{
	font-size:12px;
	margin-bottom:10px;
	display:block;
	font-weight:normal;
	border-bottom:1px solid #A39D87;
}
h3 a:hover i{
	text-decoration:underline;
	cursor:pointer;
}
h3 a:hover b{
	text-decoration:underline;
	cursor:pointer;
}
