/* CSS Document */

table.footer{
	text-align: center;
	background-color: #bffa64;
	color: #D46F91;
	font-weight: bold;
}

td.menu{
	width: 520px;
	background-color: #D46F91;
	text-align: center;
	color: #ffffff;
}

#cell-string_image{
	background-image:url(../images/string.gif);
	background-repeat:no-repeat;
	vertical-align: top;
}

td.menu a{
	color: #ffffff;
	text-decoration:none;
}
td.menu a:hover{
	color: #333333;
}

/*--------Left Canvases Menu---*/

div.left_menu{
	position: relative;
	left: 60px;
}
table.left_menu{
	text-align: right;
	line-height: 20px;
	width: 140px;
}

table.left_menu a{
	font-size:14px;
	color: #333333;
	text-decoration:none;
	width: 100px;
}
table.left_menu a:hover{
	color: #D46F91;
}

/*--------Bottom Canvases Menu---*/

table.bottom_menu{
	text-align: center;
	line-height: 20px;
	width: 800px;
}

table.bottom_menu a{
	font-size:12px;
	color: #333333;
	text-decoration:none;
	width: 100px;
}
table.bottom_menu a:hover{
	color: #D46F91;
}