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


/*** Embedded fonts used by the site ***/

/*
 * @vendor: Floodfonts
 * @vendorurl: http://www.floodfonts.com
 * The license for this font family can be found on the fontsquirrel.com website.
 *
 * @licenseurl: http://www.fontsquirrel.com/license/Hammerhead
 *
 */

/* For IE */

@font-face {
	font-family: "HammerheadRegular";
	src: url("/fonts/HammerheadRegular.eot");
}

/* For Other Browsers */

@font-face {
	font-family: "HammerheadRegular";
	src: local("HammerheadRegular Regular"),
	     local("HammerheadRegular-Regular"),
	     url("/fonts/HammerheadRegular.ttf") format("truetype");
}

@font-face {
	font-family: "HammerheadMedium";
	src: local("HammerheadMedium Regular"),
	     local("HammerheadMedium-Regular"),
	     url("/fonts/HammerheadMedium.ttf") format("truetype");
}

@font-face {
	font-family: "HammerheadBold";
	src: local("HammerheadBold Regular"),
	     local("HammerheadBold-Regular"),
	     url("/fonts/HammerheadBold.ttf") format("truetype");
}

@font-face {
	font-family: "HammerheadBlack";
	src: local("HammerheadBlack Regular"),
	     local("HammerheadBlack-Regular"),
	     url("/fonts/HammerheadBlack.ttf") format("truetype");
}



/*
 * @vendor: Christopher Miller
 * @vendorurl: 
 * The license for this font family can be found on the fontsquirrel.com website.
 *
 * @licenseurl: http://www.fontsquirrel.com/license/Myndraine
 *
 */

/* For IE */

@font-face {
	font-family: "Myndraine";
	src: url("/fonts/Myndraine.eot");
}

/* For Other Browsers */

@font-face {
	font-family: "Myndraine";
	src: local("Myndraine Regular"),
	     local("Myndraine-Regular"),
	     url("/fonts/Myndraine.otf") format("opentype");
}

/*** End of embedded fonts ***/


.style1 {
	font-family: HammerheadRegular;
	font-size: x-large;
	font-weight: bold;
}

.style2 {
	font-family: Myndraine;
	font-size: large;
}

.style4 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #FF6600;    /* Slightly "off" red */
}

.style5 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #660000;    /* A blue shade */
}


.large { font-size: large }
.x-large { font-size: x-large }
.xx-large { font-size: xx-large }
.medium { font-size: medium }

.bold { font-weight: bold }

.italic {font-style: italic}

.underline {text-decoration: underline}

.red { color: #FF0000 }

.strike { text-decoration: line-through }


/* Table style for form used to subscribe to mailing list */
.ml-table {
	margin: 0 auto;
	padding: 2px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #333333;
}

.ml-table td {
	text-align: center;
}

