@charset "utf-8";
/* CSS Document */

/***************************/
/* RESET MARGINS & PADDING */
/***************************/

html, body, div, span,
p, blockquote, pre, code,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}



/**************/
/* TYPOGRAPHY */
/**************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;     /* web safe fonts */
	/*font-size: 75%;*/    /* 12px */
	font-size: 75%;    /* 12px */
	font-weight: normal;
	line-height: 160%;    /* 19.2px */
	
}
#container_wrapper_top {
	background-image: url(images/header_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100px;
}


h1 {
  font-size: 2.2em;
  font-weight: normal;
}

h2 {
  font-size: 1.4em;
  font-weight: normal;
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
}

h5 {
 
  font-size: 1em; 
  fonr-weight: bold;
}

h6 {
  font-size: 0.8em;
  font-weight: bold;
}


/*****************/
/* DEFAULT LINKS */
/*****************/

a {
  color: #27638C;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a:link,
a:visited {
  color: #27638C;
}  

a:hover,
a:active {
  text-decoration: underline;
}


