* {
	font-family: 'Open Sans';
}
h1, h2, h3, h4, h5 {
	font-family: 'Open Sans';
}
body {
    font-size: 15px;
    background-image: url(/images/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-color: #000000;
}
.ta-center {
	text-align: center;
}
.mt-0 {
	margin-top: 0px !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-25 {
	margin-top: 25px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-35 {
	margin-top: 35px !important;
}
.mt-50 {
	margin-top: 50px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.mr-5 {
	margin-right: 5px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.mr-15 {
	margin-right: 15px !important;
}
.mr-20 {
	margin-right: 20px !important;
}
.mr-25 {
	margin-right: 25px !important;
}

.pt-0 {
	padding-top: 0px !important;
}
.pt-5 {
	padding-top: 5px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-15 {
	padding-top: 15px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-25 {
	padding-top: 25px !important;
}
.pt-30 {
	padding-top: 30px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}
.pb-5 {
	padding-bottom: 5px !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-15 {
	padding-bottom: 15px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-25 {
	padding-bottom: 25px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.fs-18 {
	font-size: 18px !important;
}
.logo-ara {
	width: 100%;
	margin-top: 66px;
	text-align: center;
}
.two-col-area {
	width: 100%;
	margin-top: 68px;
	text-align: center;
}
.two-col-area table {
	margin: 0px;
	padding: 0px;
}
.two-col-area table tr{
	margin: 0px;
	padding: 0px;
}
.two-col-area table tr td{
	margin: 0px;
	padding: 0px;
	border: none;
}
td.vert-line {
	background-color: #a476e2;
}
td.one-col {
	text-align: left;
}
td.one-col.left {
	padding-left: 86px;
}
td.one-col.right {
	padding-left: 66px;
}
td.one-col .paragraph-1 {
	margin-top: 6px;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #fefffb;
}
td.one-col .paragraph-2 {
	margin-top: 110px;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	color: #fefffb;
}
td.one-col .paragraph-3 {
	margin-top: 120px;
	font-size: 44px;
	font-weight: bold;
	line-height: 44px;
	color: #fefffb;
}
.footer {
	margin-top: 154px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #fefffb;	
	text-align: center;
}
a {
	color: #fefffb;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}