@charset "utf-8";
/* CSS Document */

body,td,tr{
	font-size:12px;
	font-family:Arial;
}

body{
	margin:0;
	padding:0;
	background-color:#f6f6f6;
	color:#333333;
}

p{
	line-height:200%;
}

a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */
:focus { -moz-outline-style: none; } /* for Firefox */  

a:link{color:#333333; text-decoration:none;}
a:visited{color:#333333; text-decoration:none;}
a:hover{color:#ff0000; text-decoration:none; }

.t a:link{color:#14519e; text-decoration:none;}
.t a:visited{color:#14519e; text-decoration:none;}
.t a:hover{color:#ff6600; text-decoration:none; }