body{
	font-family: "Arial";
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	
	background-color: #9EE2E5;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
}
body a:link,body a:visited,body a:active{
	font-family: "Arial";
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.t12_white{
	font-family: "Arial";
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.t12_white a:link,.t12_white a:visited,.t12_white a:active, .t12_white a:hover{
	font-family: "Arial";
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}
.t14{
	font-family: "Arial";
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.t14 a:link,.t12 a:visited,.t12 a:active{
	font-family: "Arial";
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.t14 a:hover{
	font-family: "Arial";
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}
.t12{
	font-family: "Arial";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.t12 a:link,.t12 a:visited,.t12 a:active{
	font-family: "Arial";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.t12 a:hover{
	font-family: "Arial";
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
.time {
	font-size: 9px;
	color: #535353;
	text-decoration: none;
}
.workTitle {
	font-family: "Arial";
	font-size: 20pt;
	color: #2579D5;
	text-decoration: none;
	font-weight: bold;
}
.members .pagination{padding-bottom:30px;}
div.pagination a, .pointPage{
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	font-weight:normal;
	font-size:12px;
	text-decoration: none; 
	color: #999;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #666;
	font-weight:normal;
	font-size:12px;	
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #666;
	font-weight:normal;
	font-size:12px;
	color: #aaa;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
	font-size: 12px;
}
.box{
	border: 1px solid #333333;
}

.box:hover{
	border: 1px solid #7F7F7F;
}
.t12_blue a:link,.t12_blue a:visited{
	color: #3D3D3D;
	text-decoration:none;
	font-weight:bold;
}
.t12_blue a:hover{
	color:#33CCFF;
	text-decoration: none;
	font-weight: bold;
}
.td_inline {
    display: -moz-inline-stack;  //Firefox only code
    display: inline-block;       //some standard browsers
    zoom: 1;                     //IE only
    *display: inline;            //Only IE know this code (CSS Hack)
}
