@charset "utf-8";
/* CSS Document */
/* @font-face styles */

@font-face {
  font-family: HVD Comic Serif;
  src: url(fonts_all/hvdcomicserif.otf) format("opentype");
}

@font-face {
  font-family: Minya Nouvelle;
  src: url(fonts_all/minya_.ttf) format("truetype");
}
@font-face {
  font-family: Minya Nouvelle Bold;
  src: url(fonts_all/minyab.ttf) format("truetype");
}

A:link { 
 	font-family: Minya Nouvelle Bold, Georgia;
	font-size: inherit;
	color: #F00;
	text-decoration: none
    }
A:hover {
	font-family: Minya Nouvelle Bold, Georgia;
	font-size: inherit;
	color: #FFF;
	background-color: #F00;
	text-decoration: none;
	}	
A:visited {
	font-family: Minya Nouvelle Bold, Georgia;
	font-size: inherit;
	color: #000;
	text-decoration: none
	}
A:active {
	font-family: Minya Nouvelle Bold, Georgia;
	font-size: inherit;
	color: #FFF;
	background-color: #F00;
	text-decoration: none;
}
  
.header1 { font-family: HVD Comic Serif, Georgia;
    font-size: 45px;
    font-style: normal;
    text-align: center;
    text-decoration: none;
	}

  
.header2 { font-family: HVD Comic Serif, Georgia;
    font-size: 36px;
    font-style: none;
	text-align: center;
	text-decoration: none;
	}

.header3 { font-family: HVD Comic Serif, Georgia;
    font-size: 20px;
    font-style: none;
	text-align: left;
	text-decoration: none;
	}
	
.header3center { font-family: HVD Comic Serif, Georgia;
    font-size: 20px;
    font-style: none;
	text-align: center;
	text-decoration: none;
	}
  
.basic { font-family: Minya Nouvelle, Georgia;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
	}
	
.basicsmall { font-family: Minya Nouvelle, Georgia;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
	}
	
.basicright { font-family: Minya Nouvelle, Georgia;
    font-size: 16px;
    text-align: right;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
	}
	
.basicrightsmall { font-family: Minya Nouvelle, Georgia;
    font-size: 12px;
    text-align: right;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
	}
	
.basicleft { font-family: Minya Nouvelle, Georgia;
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
	}

.boxy { border-color: #000;
	border-style: solid;
	border-width: thin;
	background-image: url(images_all/striped.jpg);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
}

.hide {
	display: none;
}

.spryOdd { border-style: none;
	background-image: url(images_all/striped.jpg);
	padding: 5px;
}

.spryEven { border-style: none;
	background-color: #FFF;
	padding: 5px;
}

.spryOver { border-style: none;
	background-color: #CCC;
	background-image: none;
	padding: 5px;
}
.menuButton {
	background-color: #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 4px;
	color: #FFF;
	height: 24px;
	float: center;
	elevation: above;
	text-align: center;
	line-height: 10px;
}
.menuButton:visited {
	color: #FFF;
}