body td,th {
	font-size: 75%;
	}
	

.style1 {
	color:#FF8000;
	}


.EventTime {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
.Notation {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;


}
.inactive {
	color: #999999;
	text-decoration: line-through;
	font-family: Arial, Helvetica, sans-serif;


}
.email {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;


}
.formula {
	font-style: italic;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;

}

.banner {

	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #D0D0D0;
	font-weight: bold;
	font-size: 42px;
}
.bannerSmall {


	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #D0D0D0;
	font-weight: normal;
	font-size: 12px;
}






/* html tag override ------------------*/

body {
  	margin:0;
  	padding:15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.6em;
	text-align:center;
	color:#414141;
    background:#E6E3DD;
}

a.menuhome
{
text-decoration:none; 
}

/* CONTENT controlling frames ----------------*/

#main {
	position:relative;
	left: 5px;
  	width:840px;
  	margin:0px auto;
  	text-align:left;
    padding: 3px 3px 3px 3px;
	background: white;
}

#header {
 	margin-bottom:10px;
}
#header img {
	display:block;
}


#textbox {
	position:relative;
	width:833px;
	margin:0px auto;
	padding: 10px 0px 10px 10px;
    background: white;
}

#subtextbox {
    padding-top:10px;
    padding-bottom:10px;
    padding-left:20px;
}

#subtextbox ul {
    padding-left: 10px;
}



/* headings
--------------------------------------------------*/
h1, h1 a,
h2, h2 a,
h3 a,
h4 a
  {color:#FF8000;}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover
  {color:#FF8000;}

