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

/* FONTS */

html, 
body {
  font: normal 14px / 20px Futura, Verdana, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #ffffff;
  color: #444444;
}

/* Headings
 ========================================================================== */
h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3 {

  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;


}


h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6 {

  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: ;


}
/* icon */

   


/* TEXT COLORS */

em { color:#dd0055 }

.uk-light em { color:#dd0055 }

/* LAYOUT */

body {
	background-color:#EEEEEE;
	background-image:url(../images/main_bg2.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	
	}


.uk-border-rounded {
  border-radius:20px;
}

.uk-button-default {
	background-color:#EEEEEE;
		
}

.uk-button,
.uk-button-primary,
.uk-button-secondary {
}

.canvas-16x9 {
width:160px;
height:100px;
}

/*paragraph styles*/


 p {
 font-family: "Veranda", Verdana, Arial, sans-serif;

}
/*shadowcontainer*/

/*other text styles*/

.uk-light dt {
  color:#696969
  }



.cover_sample { 
	border-top:5px inset #c3c3c3;
	border-left:5px inset #d1cfd0;
	display:block;
	margin-left:auto;
	margin-right:auto;
	float:none;
	}

.masthead {
	display:block;
	color:#eee;
	background-color:#333;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	clear:right;
	text-align:center;
	font-style:oblique;
	font-weight:bold;
	}


