	body {
		text-align: center;
		font-family: tahoma, homa, arial, helvetica, serif;
		font-size: 8pt;
		color: #AA5000;
		background-color: black;
		margin: 0px;
	}
		
	a {	
		text-decoration: none; 
	}
	
		a:hover { 
			color: #707070; 
		}

	div.main {
		width: 100%;
	}
	
	div.topLogo {
		width: 540px; 
		height: 300px;
		background-image: url('topLogo5.jpg');
	}
		
	div.postBar {
		margin-left: 1%;
		margin-right: 270px;
	}		

	div.extraBar {
		margin: 0% 1%;
		padding-left: 10px;
		direction: rtl;
		text-align: right;
		float: right;
		width: 210px; 
	}
		
	div.allOfPosts {
		background-image: url('postbg.jpg'); 
		background-color: #DDDDDD;
		width: 100%;
	}
		
	span.postBody {
		direction: rtl;
		text-align: justify;
		padding: 10px;
		width: 48%;
	}
	
	table.postTable {
		width: 100%;
		font-size: 8pt;
	}
		
		table.postTable td {
			width: 50%;
			padding: 4px 30px 4px 30px;
		}
	
		tr.header {
			background-color: #111111;
			height: 24px;
		}
		
		tr.footer {
			background-color: #111111;
			font-size : 7pt;
			height: 24px;
		}
		
			tr.footer a {
				color: #808080;
			}
		
				tr.footer a:hover {
					color: #AA5000;
				}
	
		td.onePost {
			text-align: justify;
			direction: rtl;
			color: black;
			line-height: 125%;
		}

			td.onePost a{
				color: #114477;
			}

				td.onePost a:hover{
					color: #BB6633;
				}

		td.onePhoto {
			visibility: visible;
			color: #000000;
			font-size: 7pt;
		}

			td.onePhoto a{
				color: #111111;
			}

				td.onePhoto a:hover{
					color: #663300;
				}
		
		td.oneTitle {
			text-align: right; 
			background: #111111 url('corn.gif') no-repeat top right;
		}
	
		td.onePermlink {
			text-align: right; 
			background: #111111 url('corn_r.gif') no-repeat top right;
		}		
		
	div.postsep {
		background-color: black;
		padding: 40px 0px 0px 0px;
	}
		
	a.inpostlink{
		color: #003399;
	}
		
	div.verticalcell {
		padding: 10px;
		margin-bottom: 40px;
		background-image:url('postbg.jpg');
		color: #EEEEEE;
		line-height: 150%;
	}
	
	div.verticalcellss {
		padding: 10px;
		margin-bottom: 40px;
		background-image:url('bgbg.gif');
		color: #EEEEEE;
		line-height: 150%;
	}
		
		div.verticalcell a{
			color: #808080;
		}

			div.verticalcell a:hover{
				color: #BB6633;
			}
			
		div.lleft {
			direction: ltr;
			text-align: left;
		}

	div.verticalcell b{
		font-weight: bold;
		color: #BB6633;
		padding: 5px;
		direction: ltr;
		text-align: left;
	}
		
	div.blogrollmain {
		direction: ltr;
		text-align: left;	
	}

	a.inpostlink {
		color: #003399;
	}

	a.inpostlink:hover {
		color: #0066cc;
	}
	
	div.referrer {
		width: 90%;
		text-align: center; 
		color: #cccccc; 
		direction:ltr; 
		background: black url('bgbg.gif') top;
	}
	
		div.referrer a {
			color: #eeeeee;
			text-decoration: underline;
		}
		
		div.referrer a:hover {
			color: #DD9966;
		}
