BODY {
	margin: 0px;
	background-color: #ecd6ac;
	font-family : Arial, Helvetica, sans-serif;
}

TABLE, DIV {
	font-size: 12px;
	color: #533602;
	text-align: justify;
}

#botNav A {
	color: #533602;
	text-decoration: none;
}

#botNav A:hover {
	text-decoration: underline;
}

.tlink {
	color: #533602;
	text-decoration: none;
	font-weight: bold;
}

.updateTitle {
	width: 761px;
	margin: 0px;
	background-color: #533602;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	padding-left: 15px;
	font-size: 14px;
}
:root .updateTitle { width: 741px; } 

.updateTitle STRONG {
	border-bottom: 1px solid #F49C03;
	font-size: 16px;
}

.updateBox {
	float: left; 
	margin-right: 6px; 
	margin-top: 0px;
	width: 164px; 
	height: 164px;
	padding: 13px; 
	background-color:#eec073; 
	text-align: center;
}
:root .updateBox { width: 130px; height: 130px; } 

.updateBox IMG {
	border: 4px solid #F49C03;
}

.updateText {
	float: right; 
	border: 1px; 
	width: 235px; 
	margin-right: 13px;
}
:root .updateText { width: 260px; }

.updateLine {
	float: clear; 
	margin-top: 15px; 
	border-bottom: 2px solid #533602;
}
:root .updateLine { margin-top: 150px; }
