table {
	margin-right: auto;
	margin-left: auto;
}

table td.title {
	font-size: 14px;
	font-weight: bold;
}


table.workboard {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 6px solid #666699;
	float: right;
}

table.workboard tr.bold {
	font-weight: bold;
}

table.workboard th {
	background: #666699;
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
	text-align: right;
	height: 22px;
	font-weight: normal;
}

table.workboard th.light {
	background: #a3a3d6;
}

table.workboard td {
	border-bottom: 1px solid #f0f0f0;
	color: #65659b;
	padding: 5px;
}
table.workboard td.center {
	text-align: center;
}

table.workboard td a {
	text-decoration: none;
	color: #65659b;
}
table.workboard td a:hover {
	text-decoration: underline;
	font-weight: bold;
}


table.inner {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #666699;
	background: #fcfcfc;
}
table.inner th {
	background: #666699;
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
	text-align: right;
	height: 22px;
	font-weight: normal;
}

table.inner th.light {
	background: #a3a3d6;
}

table.inner td {
	border-bottom: 1px solid #f0f0f0;
	color: #65659b;
	padding: 5px;
}
table.inner td.title {
	font-weight: bold;
	width: 10%;
}
table.inner td.center {
	text-align: center;
}

table.inner td a {
	text-decoration: none;
	color: #65659b;
}
table.inner td a:hover {
	text-decoration: underline;
	font-weight: bold;
}

table.company {
	margin-top: 30px;
}

table.form {
	margin-right: auto;
	margin-left: auto;
}
table.form td {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	font-family: arial;
}
table.form td.normal {
	font-weight: normal;
}

table.house_contact {
	margin-right: 20px;
	margin-left: auto;
}
table.house_contact td {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	font-family: arial;
}
table.house_contact td.normal {
	font-weight: normal;
}

table.house_contact td.red {
	color: #FF0000;
	font-weight: normal;
}

table.forum {
	margin-right: auto;
	margin-left: auto;
	border: 0px;
	width: 100%;
	border-collapse: collapse;
}
table.forum td {
	background: #8a8abb;
	color: #ffffff;
	font-weight: bold;
	border: 0px;
	height: 20px;
	border-bottom: 1px solid #ffffff;
}
table.forum td.pic {
	text-align: center;
	padding-right: 0px;
}
table.forum td.pic2 {
	text-align: center;
	padding-right: 30px;
}
table.forum td.alt {
	background: #f2f2f2;
	color: #8484af;
	font-weight: normal;
	border: 0px;
}

table.forum td.alt2 {
	background: #ffffff;
	color: #666699;
	font-weight: normal;
	border-right: 1px solid #8484af;
	border-left: 1px solid #8484af;
	border-bottom: 1px solid #8484af;
	padding-right: 45px;
	padding-left: 150px;
	width: 100%;
}
table.forum td.alt3 {
	background: #ffffff;
	color: #666699;
	font-weight: normal;
	border-right: 1px solid #8484af;
	border-left: 1px solid #8484af;
	border-bottom: 1px solid #8484af;
	padding-right: 55px;
	padding-left: 150px;
	width: 100%;
}