@charset "utf-8";
/* CSS Document */
body {
	background: #fff;
	color: #666666;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
a:link, a:active, a:visited {
	color: #BE0024;
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
}
a:hover {
	color: #333333;
}



#footer_content {
	color: #968E79;
}

#footer_content a {
	color: #968E79;
	text-decoration: none;
}
#footer_content a:hover {
	color: #BE0024;
}

#footer_content span a {
	color: #BE0024;
	text-decoration: none;
	font-weight:bold;
}
#footer_content span a:hover {
	color: #666666;
}


h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	padding-bottom: 5px;
}
h2 {
	font-size: 24px;
	border-bottom: 1px dotted #CCCCCC;
}
h3 {
	font-size: 18px;
	color: #BE0024;
}

/*----------------------------EXTRA---------------------------*/

.btn {
	border: 1px solid #F3F3F3;
	background-color: #F8F8F8;
	font-size: 14px;
	padding: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #666666;
	width: 100%;
	display:block;
	text-decoration:none;
}

.btn:hover {
	border: 1px solid #A2988C;
	background-color: #F3F3F3;
	font-size: 14px;
	padding: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #666666;
	width: 100%;
	display:block;
	text-decoration:none;
}
