.announce { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px 
}

.body { 
	font-family: Arial, helvetica, sans-serif; 
	font-size: 13px 
}

.opening { 
	font-family: Arial, helvetica, sans-serif; 
	font-size: 14px; 
	align: center
}

.homeheader { 
	font-family: Arial, helvetica, sans-serif; 
	font-size: 18px; 
	color: #000000; 
	font-weight: bold; 
}

hr.papp
{
	color: #BD8EB4;
	background-color: #BD8EB4;
	height: 3px;
}

hr.gapp
{
	color: #87B895;
	background-color: #87B895;
	height: 3px;
}

TD { 
	font-family: Arial, helvetica, sans-serif; 
	font-size: 13px; 
}

TH { 
	font-family: Arial, helvetica, sans-serif; 
	font-size: 13px; 
}

TR { 
	font-family: Arial, helvetica, sans-serif; 
	font-size: 13px; 
}

TR.heading {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
}

TD.heading {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
}

UL { 
	font-family: Arial, helvetica, sans-serif; 
	font-size: 13px; 
}

LI { 
	font-family: Arial, helvetica, sans-serif; 
	font-size: 13px; 
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 4px;
}

a.menu {
	font-size: 12px; 
	font-family: Verdana, Arial, sans-serif; 
	color: #333366;
	font-weight: bold;
}

a.menu:hover {
	font-size: 12px; 
	font-family: Verdana, Arial, sans-serif; 
	color: #cc6633;
	font-weight: bold;
}

/*Calendar Styles*/

.normal { 
  font-family: Verdana; 
  font-size: 10pt; 
  color: #000000; 
  height: 30; 
} 

.head { 
  font-family: Verdana; 
  font-size: 10pt; 
  color: #FFFFFF; 
	background-color: #993366;
  height: 30; 
	font-weight: bold; 
}

.caltitle { 
  font-family: Verdana; 
  font-size: 11pt; 
  color: #000000; 
  height: 30; 
	font-weight: bold; 
}

.weekend { 
  font-family: Verdana; 
  font-size: 10pt; 
  color: #999999; 
  height: 30; 
}

.today { 
  font-family: Verdana; 
  font-size: 10pt; 
  color: #000000; 
  background-color: #339966; 
  height: 30; 
} 

.selected { 
  font-family: Verdana; 
  font-size: 10pt; 
  color: #FFFFFF; 
  background-color: #C00000; 
  height: 30; 
} 

.event { 
  font-family: Verdana; 
  font-size: 10pt; 
  color: #000000; 
  background-color: #996699; 
  height: 30; 
} 

TD.hline
{
	background: #ffffff url(/images/line.gif); 
	background-repeat: repeat-x; 
}

/*END Calendar Styles*/