body 
{
	font-family: Arial, Tahoma;
	font-size: 13px;
	color:  #181818;
	background-color:  #F8F8F8;
	margin: 0px;
	padding: 0px;
	text-align:center;
	scrollbar-base-color:     #E8E8E8;
	scrollbar-arrow-color : #403920;
}
.number
{
	color: blue;
	white-space: nowrap;
}

.Header
{
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}

.SubHeader
{
	font-size:12px;
}

.DateIndex
{
	font-size: 12px;
	color :gray;
	font-weight: bold;
}
.excerpt 
{
	cursor:pointer;
	padding-bottom:30px; 
	font-size: 12px;
	text-align: justify;
}

span.hl{
	color: red;
	background-color: Yellow;
	font-weight: bold;
	font-size: 12px;
}

h1{
	font-size: 16px;
	
	padding: 0px;
	margin: 0px;
}

h2{
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
.button{
	background-color: #E8E8E8;
	color: #151515;
	font-size:12px;
	height:24px;	
	margin-right: 10px;
	font-family: Arial;	
	padding: 2px;
	font-weight: bolder;
}
.searchBut
{
	background-color: #E8E8E8;
	color: #151515;
	font-size:20px;
	padding: 5px 10px 5px 10px;
	height:38px;	
	margin-right: 10px;
	font-family: Arial;
}

.pagesLink
{
	margin: 5px;
	color: #181818;
}


div.footer
{
	font-size: 10pt;
	padding: 10px;
	text-align: center;
}
	
}
a.linkBottom, a.linkBottom:link, a.linkBottom:active, 
a.linkBottom:visited {color: #5D0E0A; text-decoration:underline; font-size: 10pt; font-weight:normal;}
a.linkBottom:hover{color: #96231E; text-decoration:none; font-size: 10pt; font-weight:normal;}

a.fullDocLink, a.fullDocLink:link, a.fullDocLink:active, 
a.fullDocLink:visited {color: #181818; text-decoration:underline; font-size: 30px; font-weight:normal;}
a.fullDocLink:hover{color: #181818; text-decoration:none; font-size: 30px; font-weight:normal;}

div.fullDocLink 
{
	margin-top:30px;
	margin-bottom:30px;
}

.refLinks
{
	font-size: 12px;
	margin-top: 10px;
	background-color: White;
}

.searchgTbl
{
	 width:680px;
	 padding: 0px;
}

.borderTbl
{
	border:solid 1px #E9E9CC;
	padding: 5px;
	width: 620px;
}

.dialogBand
{
	padding:8px;
	background-color: #E8E8E8;
	vertical-align: middle;
	border:1px solid #585858;
	font-weight: bolder;
}


.article {
	padding: 0px 100px 0 100px;
}

/* article details */

.title{
	font-family : David;
	font-size : 18pt;
	font-weight : bold;
	text-align : center;
	color : #000066;
	font-weight: bold;
}

.subtitle{
	font-size : 11pt;
	font-weight : bold;
	text-align : center;
	font-family : Arial;
}

.author{
	font-size : 9pt;
	font-weight : bold;
	font-family : "Guttman Adii"; 
}

.date{
	font-size : 8pt;
	color: red;
	margin-left:10pt;
}
td
{
	vertical-align: top;
	padding: 0px;
}

.content{
	text-align: right;
	display:block;
}
