body {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	background-color: rgb(153, 153, 255);
}  
a:link {
	text-decoration: none;
	color: #603EC6;
}
a:visited {
	text-decoration: none;
	color: #603EC6;
}
a:hover {
	text-decoration: underline;
	color: #0C01DC;
}
a:active {
	text-decoration: underline;
	color:#0C01DC;
}
.textinblue a:link {
	text-decoration: none;
	color: #000000;
}
.textinblue a:visited {
	text-decoration: none;
	color: #000000;
}
.textinblue a:hover {
	text-decoration: underline;
	color: #000000;
}
.textinblue a:active {
	text-decoration: underline;
	color: #000000;
}
.buttons {
	text-align: center;
}
.buttons a:link {
	color: #000000;
	text-decoration: none;
}
.buttons a:visited {
	text-decoration: none;
	color: #000000;
}
.buttons a:hover {
	text-decoration: none;
	color: #603EC6;
}
.buttons a:active {
	text-decoration: none;
	color: #603EC6;
}
.buttons2 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align:center;
}.buttons2 a:link {
	color: #9EED89;
	text-decoration: none;
}
.buttons2 a:visited {
	text-decoration: none;
	color: #000000;
}
.buttons2 a:hover {
	text-decoration: none;
	color: #603EC6;
}
.buttons2 a:active {
	text-decoration: none;
	color: #603EC6;
}
p {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
.buttons {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align:center;
}
.copyright {
	font-size: 8pt;
	font-family: Arial;
	font-weight: normal;
	text-align: center;
}
.copyright2 {
	font-size: 8pt;
	font-family: Arial;
	font-weight: normal;
	text-align: left;
}
.titleinblue {
	font-size: 12pt;
	font-family: Arial;
	text-align: center;
	font-weight: bold;
}
.textinblue {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
.calendarmonths {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
}
.bodytitle {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.bodytext {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
.ctrtext {
	font-family: Arial;
	font-color: 000000;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align:center;
}
.justtext {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
}
.boldtext {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}
.boldctrtext {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-align:center;
}
.redtext {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #ff0000;
}
.redtitle {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #ff0000;
}
.formtext {
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	text-align:right;
}
.formbox {
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	text-align:left;
}
.inset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	background-color: #9999FF;
}
.insetctr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	background-color: #9999FF;
	text-align: center;
}
.indexheader {
	font-size: 12pt;
	font-weight: bold;
}
.month {
	font-size: 12pt;
	font-weight:bold;
}
.eventtitle {
	font-size: 12pt;
}
.yellow-text-box {
	background-color: #ffffff;
	padding: 8px;
	max-width: 185px;
	text-align: center;
	font-size: 8;
}
.yellow-body-content {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 8px 20px 8px 20px;
	width:85%;
	font-size: 11pt;
	text-align:left;
	border:1px solid black;
  	/* opacity:0.85;
  	filter:alpha(opacity=85); /* For IE8 and earlier */
  	}
div.transbox p
  	{
  	margin:30px 40px;
	}
.yellow-disclaimer {
	background-color: rgb(255, 255, 187);
	padding: 8px 20px 8px 20px;
	font-size: 11pt;
	font-style: italic;
	width: 70%;
	border: 5px outset rgb(255, 255, 187); /*#9999ff */
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}
.e-addy {
	text-decoration: underline;
	font-weight: bold;
	color: #0000FF;
}
#centeredmenu {
   float:left;
   width:100%;
   background: rgb(153, 153, 255);
   border-bottom:4px solid rgb(75,0,130);
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 15px;
   background:rgb(255, 255, 187);
   color:#000;
   font-weight: bold;
   font-size: 1.10em;
   text-decoration:none;
   line-height:1.3em;
   border: 2px outset rgb(255, 255, 187);
}
#centeredmenu ul li a:hover {
   background:rgb(75,0,130);
   color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:rgb(75,0,130);
   font-weight:bold;
}

