/* CSS Document */
body
{
	margin: 0px 0px 0px 0px;
	font-size:12px;
}

table
{
	font-size:12px;
}

.full_bg
{
	background-image:URL(/image/top_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
}

.footer_bg
{
	background-image:URL(/image/footer.jpg);
	background-position:center;
	height:144px;
	width:100%;
}

a:link {color:#000000; text-decoration: none;}
a:active {color:#000000; text-decoration:none;}
a:visited {color:#000000; text-decoration: none; } 
a:hover {color:#ff0000; text-decoration: blod: underline; }