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

body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
.left{
	float:left;
}
.right{
	float:right;
}
h1,h2,h3,h4,h5,h6,p,a,ul,li{
	padding:0;
	margin:0;
}

li{	list-style:none; }
a{	text-decoration:none; color:#666666; }
a:hover { text-decoration:none; }
p{	text-align:justify;	color:#666;	line-height:20px; font-size:12px; }
.center{ text-align:center; }
.light{}
/*.dark{ background:#e6e6e6;}*/


/* Fonts */

@font-face {
 font-family: 'AvantGardeBkBTDemi';
 src: url('../fonts/avgardd-webfont.eot');
 src: url('../fonts/avgardd-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/avgardd-webfont.woff') format('woff'),  url('../fonts/avgardd-webfont.ttf') format('truetype'),  url('../fonts/avgardd-webfont.svg#AvantGardeBkBTDemi') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'AvantGardeBkBTBook';
 src: url('../fonts/avgardn-webfont.eot');
 src: url('../fonts/avgardn-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/avgardn-webfont.woff') format('woff'),  url('../fonts/avgardn-webfont.ttf') format('truetype'),  url('../fonts/avgardn-webfont.svg#AvantGardeBkBTBook') format('svg');
 font-weight: normal;
 font-style: normal;
}