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

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

h1{
	font-size:1.571em;
	line-height: 1.42857;
	color:#4582b4;
}

h2{
	font-size:1.571em;
	line-height: 1.42857;
	color:#4582b4;
}

a:link, a:visited{
	color:#4582b4;
}
a:hover, a:focus{
	color:#4582b4;
	text-decoration:underline;
	
}

p{
	margin:0 0 10px;
}

ol, ul {
    padding-left: 20px;
}

.btn {
	border: 2px solid #4582b4;
	background: rgba(255,255,255,0.6);
	text-transform:uppercase;
	border-radius: 0px;
    margin-top: 20px;
	padding-top: 8px;
	color: #af936c;
}

.btn::after{
	content:"\00bb";
	position:relative;
	margin-left:6px;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
    background: #4582b4;
	border-color: #4582b4;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
   background: #4582b4;
	border-color: #4582b4;
}

.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open>.btn-warning.dropdown-toggle {
    color: #fff;
    background: #4582b4;
	border-color: #4582b4;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.btn-warning.dropdown-toggle.focus, .open>.btn-warning.dropdown-toggle:focus, .open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background: #4582b4;
	border-color: #4582b4;
}