body {
	background-color: #4183B1;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFBF0;
	font-variant: normal;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.bold {
	font-weight: bold;
	color: #80FF80;
}
.CenterBold {
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	font-variant: small-caps;
	color: #80FF80;

}
.Center {
	font-size: 100%;
	font-weight: normal;
	text-align: center;
}
.Center75 {
	font-size: 75%;
	text-align: center;
}
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #80FF80;
	font-weight: bolder;
	font-variant: small-caps;
}
.Highlight {
	font-weight: bold;
	color: #80FF80;
}

.Header2 {
	font-size: large;
	font-weight: bolder;
	color: #FFFBF0;
}
.Header2Cntr {
	color: #80FF80;
	text-align: center;
	font-size: large;
	font-weight: bolder;
}

.Ulist {
	font-size: 14px;
	color: #FFFBF0;
	list-style-type: square;
	list-style-position: outside;
}
.Header3 {
	font-size: 16px;
	color: #80FF80;
}


.Title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: 800;
	font-variant: normal;
	color: #80FF80;
}
#Parsha {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #80FF80;
	background-color: #5A9BC6;
	font-weight: normal;
}
.DirdirN {
	font-size: 16px;
	font-weight: bold;
	color: #2A0000;
	font-family: Arial, Helvetica, sans-serif;
}
.DirNumber {
	font-size: 14px;
	color: #2A0000;
	font-family: Arial, Helvetica, sans-serif;
}
.Captions {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #FFFBF0;
}
