	html { height: 100%; }
	body { 
		font-family: arial, sans-serif; 
		margin: 0px;		
		}
	div { font-family: arial, sans-serif;  }
	.big { 
		font-size: 30px;
		}
	.small { 
		font-size: 14px;
		}
	.mid { 
		font-size: 20px;
		}
	img {
		border: 0px;
		}
	div.msg { 
		border-style: dashed;
		text-align: right;
		font-family: Arial, sans-serif;
		font-size: 18px;
		color: red;
		}
	td.top_right {
		background-image: url('images/top_right.gif');
		width: 50%;
		height: 135px;
		}
	td.top_left {
		background-image: url('images/top_left.gif');
		width: 100%;
		height: 135px;
		}
	td.menu_bg {
		background-image: url('images/menu_bg.gif');
		}
	td.menu_bg2 {
		background-image: url('images/menu_bg2.gif');
		}
	td.bg {
		background-image: url('images/bg.gif');
		}
	td.bg2 {
		background-image: url('images/bg.gif');
		text-align: left;
		}
	td.login_bg {
		background-image: url('images/login_bg.gif');
		text-align: center;
		font-size: 12px;
		color: #000000;
		}
	td.main {
		background-image: url('images/main.gif');
		padding-left: 20px;
		padding-right: 20px;
		height: 100%;
		}
	.height {
		height: 100%;
		vertical-align: bottom
		}
	.title {
		font-size: 20px;
		}
	td.top {
		padding-top: 3px;
		}
		a.small_menu:link { color: #ffffff; }
		a.small_menu:visited { color: #ffffff; }
		a.small_menu:hover { color: #E3E4E4; }