/* BANNER CODE ************************/
.BannerTable {
	margin: 			0 0 0 0; 
	border-collapse: 	collapse;
	border-style:		none;
	cell-padding:		0;
	cell-spacing:		0;
	width:				100%;
}
.BannerTitle {
	background-color:	#0066FF;
	height:				6;
	font-family:		Verdana;
	color:				#FFFFFF;
	font-size:			x-large;
	text-align:			left;
}
.BannerEdge { background-color:	#0000FF; 	height:		6;	}

/* NAVIGATION BAR CODE ****************/
.NavigationBar {
	background-color:	#6699FF;
	text-align:			right;
	font-family:		Verdana;
	color:				#FFFFFF;
	font-size:			xx-small;
	text-decoration:	none;
	text-transform:		lowercase;
}
/* SIDEBAR CODE ***********************/
.SideBarFrame {
	border-style:		none;
	background-color:	#99CCFF;
	vertical-align:		top;
	width:				125px;
}
.SideBarHeader { 
	font-weight: 		bold;
	font-family:		Verdana; 
	font-size:			xx-small;
	color: 				#00000; 
	text-decoration: 	underline; 
	text-align:			left;
}
.SideBarEntry  { 
	font-weight: 		normal;
	font-family:		Verdana;
	font-size:			xx-small; 
	color: 				#00000; 
	text-decoration: 	none; 
	text-align:			left;	
	cursor:				hand;
}
.SideBarAddress  { 
	font-weight: 		normal;
	font-family:		Verdana;
	font-size:			xx-small; 
	color: 				#00000; 
	font-style:			italic;
	text-decoration: 	none; 
	text-align:			left;	
}
.SideBarSpacer {height:	8px;		font-family:	Verdana;	font-size:	xx-small; }

/* FOOTER CODE ******************/
.Footer {
	background-color:	#BBBBBB;
	text-align:			right;
	font-family:		Verdana;
	color:				#000000;
	font-size:			xx-small;
	text-decoration:	none;
	text-transform:		lowercase;
}
/* TABLE LAYOUT CODE ******************/
.PageFrameTable {
	border-collapse: 	collapse;
	border-style:		none;
	background-color:	#FFFFFF;
	vertical-align:		top;
	text-align:			center;
	font-weight: 		normal;
	font-family:		Verdana;
	font-size:			xx-small; 
	color: 				#00000; 
	text-decoration: 	none; 
}
.BlockLayoutTable {
	border-collapse: 	collapse;
	border-style:		none;
	cell-padding:		0;
	cell-spacing:		0;
}
/* TEXT FORMATTING CODE *************/
.ContentHeader {
	text-align:			left;
	font-weight: 		bold;
	font-family:		Verdana;
	font-size:			x-small; 
	color: 				#00000; 
	text-decoration: 	none; 
}	
.ContentText {
	text-align:			justify;
	font-weight: 		normal;
	font-family:		Verdana;
	font-size:			x-small; 
	color: 				#00000; 
	text-decoration: 	none; 
}	
.ContentLegend {
	text-align:			justify;
	font-weight: 		normal;
	font-family:		Verdana;
	font-size:			xx-small; 
	color: 				#00000; 
	text-decoration: 	none; 
}
.ContentTitle {
	text-align: center;
	font-weight: 600;
	font-family: Verdana;
	font-size: large;
	color: #7A0000;
	text-decoration: none;
}	
/* BLOGGER CODE *********************/
.BlogTable {
	border:				1px solid #99CCFF; 
	margin:				0;
	border-collapse: 	collapse;
	font-family:		Verdana;
	font-size:			x-small; 
	color: 				#00000; 
	text-decoration: 	none; 
}
.BlogTitle {
	background-color:	#99CCFF;	text-align:		left;	font-weight: bold;
}
.BlogDate {
	background-color:	#99CCFF;	text-align:		right;	font-weight: normal;
}
.BlogEntry {
	background-color:	#FFFFFF;
	text-align:			left;
	font-weight: 		normal;
	vertical-align:		top;
}
.BlogLegendTable {
	border-collapse: 	collapse;	border-width: 	1;		border-color: Gray;		
}
.BlogLegendHeader {	
	text-align: 		center;
	border-width: 		2;			
	border-color: 		#C0C0C0;	
	background-color: 	#EEEEEE;
	color: 				Black;
	height: 			20;
	text-indent: 		3;
	font-weight: 		bold;
	font-family: 		monospace;
	font-size: 			x-small;	
	font-style:			italic;
}
.BlogLegend	{
	text-align: 		center;
	border-width: 		2;
	border-color: 		Silver;
	background-color: 	#FFFFFF;
	height: 			20;
	color: 				Black;
	font-family: 		Verdana;
	font-size: 			xx-small;
}

/* D'VAR TORAH CODE *****************/
.TorahTopic {
	text-align:			right;
	font-weight: 		bold;
	font-style:			italic;
	font-size:			large;
}
.Byline { text-align:	right;	}

/* DATA TABLE CODE *****************/
.TableHeader { 
	font-weight: 		bold;			text-decoration:			underline;
}
.HotLink {
	text-decoration:	underline;		color:			blue;		cursor:	hand;
}
/* HTML TAGS CODE *******************/
body { margin: 			0 0 0 0;	}
/* OTHER ****************************/
.ArrowLink { color:		blue;			cursor:			pointer; }
.nodeco { text-decoration:	none; }
.Hebrew {
	font-family:		Verdana;		font-size:		small;		direction:	rtl;	
}
.Email {
	font-family:		Courier New;	font-size:		small;		text-decoration:	none;
}