/* CSS Document */
	td{
    font-size:12px;
    font-family:tahoma;
    color:ffffff;
    }
    a{
    text-decoration:none;
    font-size:12px;
    color:#FFCC33;
    font-family:tahoma;
    }
    a:hover{
	color:red;
    }
    a.black{
    color:666666;
    text-decoration:none;
    font:900
    }
    a.black:hover{
    color:red;
    }
	a.white{
    color:ffffff;
    text-decoration:none;
    font:900
    }
    a.white:hover{
    color:red;
    }
	div.leftmenu_word{
	color:ffffff;
	font-size:16px;
	font-family:tahoma;
	valign: middle;
	background-color:E6B838;
	width: 100%;
	height: 34px;
	}
	div.menu_text{
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
	}
	div.rightmenu{
	width: 100%;
	height: 34px;
	background-color:7181A3;
	background-image: url(images/blue_bg.gif);
	}
	div.rightmenu_word{
	color:ffffff;
	font-size:16px;
	font-family:tahoma;
	valign: middle;
	background-color:7181A3;
	background-image: url(images/blue_bg.gif);
	width: 585px;
	height: 34px;
	text-align: right;
	}
	div.body_text{
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
	width: 600px;
	}
	div.footer {
	color: 666666;
	width: 600px;
	background-color:FFCC33;
	text-align: center;
	}
	img.pic_moment { 
	border-color: #666666;
	}