/* -----------------------------------------
   Shared Styles
----------------------------------------- */

body {
	background: #000035;
	color: #fff;
	margin-top: 2em;
	margin-bottom: 2em;
	}
	
@font-face {
    font-family: 'CubanoRegular';
    src: url('fonts/cubano-regular-webfont.eot');
    src: url('fonts/cubano-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cubano-regular-webfont.woff') format('woff'),
         url('fonts/cubano-regular-webfont.ttf') format('truetype'),
         url('fonts/cubano-regular-webfont.svg#CubanoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
		
h1 {
	font-family: Georgia, Times;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin-bottom: 1em;
	line-height: 118%;
	}

p {
	font-family: Georgia, Times;
	font-weight: normal;
	font-style: italic;
	font-size: 110%;
	margin-bottom: 0.1em;
	padding-bottom: 0;
	}

span.large, h2 {
	font-family: 'CubanoRegular', Helvetica, Arial;
	font-weight: normal;
	margin-bottom: 0.1em;
	}

h2 {
	font-size: 40px;
	}	
	
span.large {
	font-size: 120%;
	font-style: normal;
	color: #ff7c35;
	}	

h2 a:visited,
h2 a {
	color: #ff7c35;
	}	

h2 a:hover {
	color: #fff;
	}

.row {
	text-align: center;
	}


/* -----------------------------------------
   Page Name 1
----------------------------------------- */




/* -----------------------------------------
   Page Name 2
----------------------------------------- */

