﻿/* CSS Document */

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
margin:0;
padding:0;
}
table{
border-collapse:collapse;
border-spacing:0;
}
fieldset,img{
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
font-style:normal;
font-weight:400;
}
li{
list-style:none;
}
caption,th{
text-align:left;
}
h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:400;
}
em{
font-style:italic;
}
a{
outline:none;
}
input,button,select,textarea{
font-size:12px;
vertical-align:middle;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color:White;
}


a:link {
	text-decoration: none;
}
a:visited { 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-size: 12px;
	font-family: Arial;
	
}


li,ul{
  float:left;
}
.text_link{
 color:#000000;
}
.text_red{ color:#FF0000;}

.page {
	border: 1px solid #666666;
	height: 16px;
	line-height: 16px;
	color: #333333;
	width: 16px;
	text-align: center;
}
.page_now {
	border: 1px solid #FF6600;
	height: 16px;
	line-height: 16px;
	color: #FF6600;
	width: 16px;
	text-align: center;
}






