body{
font: 12px plumbc;
}
@font-face {
	font-family: 'SegoeUI';
	src: url('/fonts/segoeui.eot');
	src: url('/fonts/segoeui.woff') format('woff'), 
		url('/fonts/segoeui.ttf') format('truetype'), 
		url('/fonts/segoeui.svg') format('svg'),
		url('/fonts/segoeui.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'plumbc';
	src: url('/fonts/plumbc__.eot');
	src: url('/fonts/plumbc__.woff') format('woff'), 
		url('/fonts/plumbc__.ttf') format('truetype'), 
		url('/fonts/plumbc__.svg') format('svg'),
		url('/fonts/plumbc__.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

.wrapper {
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
a {color:#111}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.text_area .blue_table th.no_bg {
border-left: none;
}
.text_area .blue_table th {
    border-bottom: 3px solid #111;
    border-left: 1px solid #111;
    color: #111;
    font: bold 14px plumbc;
padding:5px;
    text-align: left;
}
.text_area .blue_table td {
    border-bottom: medium none;
    border-top: 1px solid #111;
    color: #111;
}
.text_area table td {
    padding: 5px;
}
.blue_table {
    margin: 30px 0 0;
}
.blue_table table {
    width:100%;
}
.text_area a[rel="fancy"], .text_area a[rel="fancys"], #fan{
cursor: auto;
}