
a{
	color:rgb(0,0,255);
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
body{
	margin:0px;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	background-color:rgb(220, 220, 255);
}

table#layout_table{
	margin:0px;
	pdding:0px;
	border-collapse:collapse;
	border-width:0px;
	background-color:rgb(255,255,255);
}
table#layout_table tr td#td_header{
	border-style:ridge;
	border-width:0px 2px 0px 0px;
	border-color:rgb(200,200,200);
}
table#layout_table tr td#td_right{
	border-style:ridge;
	border-width:0px 2px 0px 0px;
	border-color:rgb(180,180,180);
}
table#layout_table tr td#td_footer{
	padding:20 0 0 0;
	border-style:ridge;
	border-width:0px 2px 2px 0px;
	border-color:rgb(200,200,200);
}

div#header{
	height:60px;
	border-width:0px;
	background-image:url(images/t_back.jpg);
	background-repeat:no-repeat;
}

table#header_menu_table{
	border-collapse:collapse;
	border:0px;
}

table#header_menu_table tr td{
	padding:1 1 1 1;
}

table#header_menu_table tr td img{
	cursor:hand;
}

div#menu{
	text-align:left;
	padding:4 0 0 10;
}

table#common_window{
	text-align:left;
	border-collapse:collapse;
}

table#common_window tr td#contents{
	background-repeat:repeat-x;
	background-color:rgb(250,250,250);
	border:1px solid rgb(201,206,219);
}


div#footer{
	height:60px;
	background-image:url(images/b_back.jpg);
	background-repeat:no-repeat;
}

