/* BAFHS style sheet */

body {
	font-size : 1.0em; 
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-weight : normal; 
	color : #000000;
	background: #F9D5BB url(img/bground.gif);
	width: 1024px;
	margin : auto;
	padding : 0 0 0 0;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: #663366;
	text-transform: uppercase;
	font-style : normal; 
	font-variant : normal; 
	font-weight : bold; 
	font-size : 1.2em; 
	background-color : transparent; 
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #993300;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;  /* #993300; */
}

p {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size : 0.9em; 
}

a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993333;
}

a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #996699;
}

.menu a:link a:visited {
	font-family: "Trebuchet MS", "Arial Bold", Ariel, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}	

.menu a:hover {
	font-family: "Trebuchet MS", "Arial Bold", Ariel, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00cc00;
}

.smalltext {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-style : normal; 
	font-variant : normal; 
	font-weight : bold; 
	font-size : .6em; 
}

.smalltext a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-style : normal; 
	font-variant : normal; 
	font-weight : bold; 
	text-decoration : none;	
}

.smalltext a:visited{
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
}

.noline a:link {
	text-decoration : none;
}

.noline a:visited {
	text-decoration : none;
}


.largetext {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
	font-size : 1.1em; 
}

.largetext a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
	font-size : 1.1em; 
}

.largetext a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
	font-size : 1.1em; 
}

.errortext {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size : .9em;
	color : red;
	font-weight : bold;
}

.grid {
	border : #efb240 .05em solid;
}

.white {
	background-color : white;
}

.black {
	background-color : black;
}

.bg_dark {
	background-color : #001280;
}

.bg_medium {
	background-color : #F9d5BB;   /* #336699; */
}

.bg_light {
	background-color : #F9D5BB;     /* #a6add4; */
}

.alt_bg_dark {
	background-color : #066fa0;
}

.alt_bg_medium {
	background-color : #2794d8;
}

.alt_bg_light {
	background-color : #5fb0d8;
}
