body { color: #333333; font-size: 14px; font-family: Times; line-height: 16px; background-image: url(../images/site_bg.jpg); background-repeat: repeat; background-attachment: fixed; background-position: center top; margin: 0; padding: 0; }
p {
	color: #333;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
}

td {
	color: #333333;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
}

tr {
	color: #333333;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
}
a:link { color: #e1551e ; font-weight: bold; text-decoration: none; }
a:visited { color: #a84118 ; font-weight: bold; text-decoration: none; }
a:hover { color: #e1551e ; font-weight: bold; text-decoration: underline; }
a:active { color: #e1551e ; font-weight: bold; text-decoration: underline; }
h1 { color: #e1551e; font-size: 18pt }
h2 { color: #e1551e; font-size: 14pt; font-weight: 500; line-height: 18px; letter-spacing: 2px; margin-bottom: 18px; }
#dropmenudiv{ position:absolute; font:11px/18px Tahoma, sans-serif; z-index:100; border: 1px #e1551e; }

#dropmenudiv a{ width: 100%; display: block; text-indent: 3px; border-bottom: 1px none #212552; padding: 1px 0; text-decoration: none;}

#dropmenudiv a:hover{ /*hover background color*/
color: white; background-color: #e1551e; }
#leftmenudiv { color: white; font-size: 14px; font-family: Tahoma, sans-serif; font-weight: normal; font-style: normal; font-variant: normal; margin-top: 26px; }

#leftmenudiv a{ text-decoration: none; font-weight: normal; color: #e1551e;}

#leftmenudiv a:hover{ /*hover background color*/
color: #e1551e;}

table.massschedule {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: dotted dotted dotted dotted;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: white;
}
table.massschedule th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: dotted dotted dotted dotted;
	border-color: white white white white;
	background-color: white;
}
table.massschedule td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: dotted dotted dotted dotted;
	border-color: white white white white;
	background-color: white;
}