@CHARSET "UTF-8";
body{
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	margin:0px;
	padding: 0px;
}
.width100{
width: 100%;
}
#facebox{
z-index: 300;
}
a{
color: #01205F;
text-decoration: underline;
}

.tablecenter{
margin: auto;
}
.center{
text-align: center;
}
.clear{
clear: both;
}
.loading-page, .loading{
display: none;
}

.site{
max-width:1024px;
width:100%;
margin: auto;
}
@media only screen and (max-device-width: 1000px) {
	 .site{
	max-width: 980px;
	min-width:700px;
	width:100%;
	margin: auto;
	}
}
.left{
	float:left;
	}	
.right{
	float:right;
	}	
.dotted{
text-decoration: none;
border-bottom: 1px dotted;
}	
