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

/***** RESET *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***** END RESET *****/

/***** CAFC SEPCIFIC *****/
body, html {
	width: 100%;
	height: 100%;
}
body {
	background-color: #000000;
}
body, a {
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
} 
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
} 
div.center-area div.text-line {
	padding-top: 7px;	
}
div.center-area div.text-line-first {
	padding-top: 0px;	
}
div.title-section {
	text-align: left;
}  
div.images-section {
	margin-top: 12px;
	text-align: left;
}  
div.images-section div.image-item {
	width: 125px;
	float: left;
	margin-right: 18px;
}  
div.images-section div.image-item-last {
	margin-right: 0px;
}  
div.images-section div.image-item div.label {
	padding-top: 10px;
	text-align: center;
}  

div.footerbar div.arrow-left, div.footerbar div.arrow-right {
	padding-top: 4px;	
}


/*** NAVBAR ***/
div.navbar-area {
	position: absolute;
	right: 30px;
	bottom: 25px;
}
div.navbar-area span.navbar-item {
	margin-right: 14px;
}
div.navbar-area span.navbar-item-last {
	margin-right: 0px;
}

/***** END CAFC SPECIFIC *****/
