﻿@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ctable {
	width:580px;
	margin-bottom:20px;
	border-collapse : collapse;
	}
.ctable thead th{
	text-align:center;
	}
.ctable tbody th{
	background:#E2F0F7;
	color:#000;
	}
.ctable a{
	color:#000;
	}
.ctable a:hover{
	color:#d11d24;
	}
.ctable th, .ctable td{
	padding-left:5px;
	font-size:12px;
	height:25px;
	line-height:25px;
	text-align:left;
	border:1px solid #ccc;
	}
.ctable th{
	color:#fff;
/*	background:#08538c;
	*/
	background:#324b83;
	height:20px;
	line-height:20px;
	}
/*contact style*/
.contable {
	width:580px;
	margin-bottom:20px;
	}

.contable tbody th{
	background:#344b83;
	color:#fff;
	}
.contable a{
	color:#000;
	}
.contable a:hover{
	color:#d11d24;
	}
.contable th, .contable td{
	padding-left:5px;
	font-size:12px;
	height:25px;
	line-height:25px;
	text-align:left;
	}
.contable th{
	color:#fff;
/*	background:#08538c;
	*/
	background:#324b83;
	height:20px;
	line-height:20px;
	}
