@charset "utf-8";
body{
	margin:0;
	margin:0;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

table{
	word-break:break-all;
	word-wrap:break-word;
}

body,td,p,textarea,input,span,div,a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

p{
	margin-left:5px;
	margin-right:5px;
	margin-top:2px;
	margin-bottom:2px;
}

a
{
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}
a:active
{
	color: #FF0000;
}

img{
	border:0;
}

.pro_menu{
	
}
.pro_menu a{
	text-decoration: none;
	float:left;
	padding-left:20px;
	background-image:url(i_out.gif);
	background-repeat:no-repeat;
}
.pro_menu a:hover{
	text-decoration: none;
	color:#FF6600;
	background-image:url(i_over.gif);
}
