body {
    color: rgb(0, 0, 0);
    font-family: 'Optima-Regular', 'Optima', 'Trebuchet MS', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
}

#page     
	 { 
	color: #000; 
	margin-right: auto; 
	margin-left: auto; 
	position: relative; 
	width: 760px; 
	height: auto; 
	visibility: visible; 
	display: block 
	text-align: center;
	}

#inner    
	{
	background-color: transparent;
	text-align: center;
	position: relative;
	top: 0px;
	left: 0px;
	width: 760px;
	height: auto;
	visibility: visible;
	display: block
	}

.text {
     font-size: 14px;
	width: 510px;
	height: auto;
	text-align: center;
	margin-left: 125px;
}

.text2 {
     font-size: 14px;
	width: 760px;
	height: auto;
	text-align: center;
	margin-left: 0px;
}

.text a, .text2 a {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

.text a:hover, .text2 a:hover {
    color: rgb(255, 39, 0);
    text-decoration: none;
}

.orange-light {
    color: rgb(255, 92, 35);
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 58px;
    text-align: center;
}

.grey-head {
    color: rgb(66, 66, 66);
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 58px;
    text-align: center;
}

.orange-head {
    color: rgb(255, 39, 0);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
}

.head-3 {
    color: rgb(66, 66, 66);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    text-decoration: none;
}

.orange-dark-head, .orange-dark-head a {
    color: rgb(255, 39, 0);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    text-decoration: none;
}

.orange-dark-head a:hover {
    color: rgb(66, 66, 66);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    text-decoration: none;
}

.links {
    color: rgb(255, 39, 0);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    text-decoration: none;
}

.links a {
    color: rgb(255, 39, 0);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    text-decoration: none;
}

.links a:hover {
    color: rgb(66, 66, 66);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    text-decoration: none;
}


