/* typography CSS */


@font-face {

	font-family: "Calibri"; 
	src: url(../fonts/calibri.ttf); /* for IE browsers */ 
	src: local("Calibri"), url(../fonts/calibri.ttf) format("truetype"); /* for non-IE browsers */
}

@font-face {

	font-family: "Calibri Bold"; 
	src: url(../fonts/calibrib.ttf); /* for IE browsers */ 
	src: local("Calibri Bold"), url(../fonts/calibrib.ttf) format("truetype"); /* for non-IE browsers */
}

@font-face {

	font-family: "Corbel Bold Italic"; 
	src: url(../fonts/corbelz.ttf); /* for IE browsers */ 
	src: local("Corbel Bold Italic"), url(../fonts/corbelz.ttf) format("truetype"); /* for non-IE browsers */
}



h1,h2,h3,h4 { 

	font-family: "Calibri Bold"; 
	font-weight: normal;
}


p, ol, ul { 

	font-family: "Calibri", sans-serif;
}

a { 
	color: #009988;
	text-decoration: none;
}

a:visited { 
	color: #009988;
	text-decoration: none;
}

a:hover {
	color: #009988;
	text-decoration: underline;
}

a.white { 
	color: #C8E5E4;
	text-decoration: none;
}

a.white:visited { 
	color: #C8E5E4;
	text-decoration: none;
}

a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.default { 
	font-family: "Calibri", sans-serif;
}

.defaultBold {
	font-family: "Calibri Bold"; 
}

.big {
	font-size: 2em;
}

.medium {
	font-size: 1.2em;
}

.small {
	font-size: 0.85em;
}

.nomargin {
	margin: 0px;
}


.bigFancyBlack {
	font-family: "Corbel Bold Italic"; 
	font-size: 2em;
	color: #000000;
}

.bigFancyWhite {
	font-family: "Corbel Bold Italic"; 
	font-size: 2em;
	color: #FFFFFF;
}

.biggerFancyBlack {
	font-family: "Corbel Bold Italic"; 
	font-size: 4em;
	color: #000000;
}


.fancy-italic {

	font-family: "Corbel Bold Italic"; 
}

.black {

	color: #000000;
}

.grey {

	color: #666666;
}


.yellow {

	color: #99AA00;
}

.aqua {

	color: #00CAB6;
}

.green {

	color: #007166;
}

.white {

	color: #FFFFFF;
}

