/*                                     */
/* Stylesheet for the TokyoRent website project */
/* created by BigMikan Productions - 2005 */

body.tokyorent {
/* sets the webpage background color and margins */
	margin: 10px 10px 10px 10px;
	border: 0;
	padding: 0;
	background-color: #003366;
	text-align: center;
}

div.tokyorent {
	margin: 10px 10px 10px 10px;
	border: 0;
	padding: 0;
	background-color: #003366;
	text-align: center;
}

table.bannerimg {
/* not currently used */
	border: none;
	width: 720px;
	
}

table.news {
	background-color: #F0E68C;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
}

td.news {
	margin: 5 px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

span.newsheadline {
	background-color: Navy;
	color: White;
}

table.sidebarhighlight {
	/* provides the nice accent around the sidebars 
	   and sets the sidebar width  */
	width: 195;
	background-color: #DCDCDC;
	padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
}

td.sidebarbackground {
	/* main background for the sidebars */
	background-color: #c0c0c0;
	border-color: #808080;
	font-size: 10;
	
	font-family: Arial;
}

table.sidebarbox {
	/* highlight line around each set of boxes */
	align: "middle";
	width: 98%;
	margin: 2px 2px 2px 2px;
	background-color: gray;
	border: 0;
	border-color: #ffffff;
}

td.sidebarbox