@charset "utf-8";
/* CSS Document */

body,td,tr,th{
	font-size:12px;
	font-family:Arial;
}

body{
	margin:0;
	padding:0;
    background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#FFFFFF;
}

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; }

.more a:link{color:#00a2ff; text-decoration:none; font-weight:bold;}
.more a:visited{color:#00a2ff; text-decoration:none; font-weight:bold;}
.more a:hover{color:#ff6600; text-decoration:none; font-weight:bold;}

