/* Editable Inside text design */
H1{
	font: bolder 18px Arial;
	color: #5A441B;
	text-transform: lowercase;
}
H2{
	font: bold 16px Verdana;
	color: #5A441B;
}
H3{
	font:bold 11px Verdana;
	color: #5A441B;
}
STRONG{
	font-weight: bold;
	color: #5A441B;	
}
TABLE#body TD#main TD{
	vertical-align:top;
	white-space:nowrap;
}
TABLE#body TD#main TD IMG{
	padding-bottom:15px;
}
TABLE#body TD#main TD.descriptions{
	white-space:normal;
}
TABLE#body TD#main TD.download{
	text-align:center
}
TABLE#body TD HR{
	width: 90%;
	text-align: center;
	height: 1px;
}


/* Editable styles */ 

TD.topbar{
	background-color: #a4a4a4;
}
TABLE#top TD.vline{
	background-color: #5A441B;
}
TABLE#bottom{
	background-color: #666;
}

/* Table body - Header -----------*/

TABLE#body table.tbtitle{
	border: 1px solid #5A441B;	
}
TABLE#body TD.sub{
	color: #fff;
	background-color: #5A441B;
}
TABLE#body TD.sub A{
	text-decoration: underline;
	color: #fff;
}
TABLE#body TD.sub A:hover{
	color: #ccc;
	text-decoration: none;
}

/* TD menus --------------*/

TABLE#mbody TD#menus SPAN#rect{
	/* Left Rectangles */ background-color: #5A441B;
}
TABLE#mbody TD#menus DIV#mainbut {
	/* Buttons */background: #d9d9d9;
}
TABLE#mbody TD#menus /* Sec. name+b */DIV#mainbut.downloadsb{
	/* This Sec. Button */background: #5A441B;
}
TABLE#mbody TD#menus DIV A{
	/* Sub Links */color: #5A441B;
}
TABLE#mbody TD#menus DIV A:hover{
	/* Sub Links:hover */color: #999;
}
TABLE#mbody TD#menus DIV#mainbut A{
	/* Links */color: #5A441B;
}
TABLE#mbody TD#menus DIV#mainbut /* Sec. Name+t */A.downloadst{
	/* This Sec. Link */color: #fff;
}
