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

  @font-face {
    font-family: Maiandra GD;
    font-style:  oblique;
    font-weight: normal;
    src: url(fonts/MAIANDR1.eot);
  }
  @font-face {
    font-family: Maiandra GD;
    font-style:  normal;
    font-weight: 700;
    src: url(fonts/MAIANDR0.eot);
  }

body {
	font-family: Maiandra GD;
	font-size: 11px;
	font-weight: normal;
	color: #0033FF;
}

h1 {
	font-family: Maiandra GD;
	font-size: 16px;
	font-weight: bold;
	color: #0033FF;
	margin-left: 15px;
}
h2 {
	font-family: Maiandra GD;
	font-size: 14px;
	font-weight: bold;
	color: #0033FF;
	margin-left: 15px;
}
p {
	font-family: Maiandra GD;
	font-size: 12px;
	color: #0033FF;
	margin-left: 15px;

}


