/* CSS Document */
	body{
		background-image:url(/images/bg.jpg);
		background-repeat:repeat-x;
		margin:0px;
		font-family:Trebuchet MS;
		color:#3A3F45;
		font-size:12px;
	}
	
	a{
		color:#3A3F45;
		text-decoration:none;
	}
	
	a:hover{
		color:#1186BE;
		text-decoration:underline;
	}
	
	table.holder{
		/*border:2px solid #000000;
		border-top:none;*/
	}
	
	td.main{
		background-color:#FFFFFF;
		background-image:url(/images/mang_background.gif);
		background-repeat:no-repeat;
		padding-top:15px;
		padding-bottom:15px;
	}
	
	td.header{
		height:16px;
		background-image:url(/images/title_bottom_large.gif);
		background-repeat:repeat-x;
		background-position:bottom;
		padding-bottom:8px;
		font-size:18px;
		font-weight:bold;
	}
	
	td.menuitem{
		background-color:#F2F2F2;
		font-weight:bold;
		border:1px solid #FFFFFF;
		background-image:url(/images/menubullet.gif);
		background-repeat:no-repeat;
		padding-left:23px;
		height:23px;
		vertical-align:bottom;
	}
	
	td.menufooter{
		background-image:url(/images/title_bottom_large.gif);
		background-repeat:repeat-x;
		background-position:top;
		height:3px;
	}
	
	td.content{
		background-image:url(/images/title_bottom_large.gif);
		background-repeat:repeat-x;
		background-position:bottom;
		padding-bottom:8px;
		padding-left:5px;
	}
	
	.input{
		background-color:#FFFFFF;
		color:#3A3F45;
		font-weight:boldl
		font-size:11px;
		border:1px solid #3A3F45;
	}
	
	td.footer{
		font-size:11px;
		background-color:#FFFFFF;
		border-top:1px dotted #3A3F45;
	}
	
	div.message{
	border:1px solid #3A3F45; background-color:#505965; color:#FFFFFF; font-size:11px; margin-left:5px; margin-right:5px;
	}

