@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Ropa+Sans);

body {
    background-image: url('images/image-pagebackground.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
}

#HEITableGray {
	border: 1px solid #424242;
    border-collapse:separate;
    border-spacing: 1;
	background-color: #2D2D2D;
	padding: 0px;	
	spacing: 0px;
}

.HEITitle {
	font-family: 'Ropa Sans';
	font-size: 16px;
	color: #acdfc3;
	font-weight:400;
}

.HEITitleBlack {
	font-family: 'Ropa Sans';
	font-size: 16px;
	color: #000000;
	font-weight:400;
}
.HEIContent {
	font-family: 'Ropa Sans';
	font-size: 15px;
	color: #F8F8F8;
	font-weight:400;
}

input[type='submit']{
    -webkit-appearance: none !important;
	border: 3px solid #acdfc3;
	background-color: #000000;	
	font-family: 'Ropa Sans';
	font-size: 16px;
	color: #acdfc3;
	font-weight:400;
	outline:none;
	border-radius: 0px;
}