/*
	(c) 2007, Mediaweb Studio
	Client: 
	URL:
*/

/* common */
html, img, form {margin: 0px; padding: 0px; border: none;}
body {background: #fff; padding:20px;}
body, td {font: 15px "Trebuchet MS", Arial, sans-serif; color: #000;}
a {color: #CB0000; text-decoration: underline;}
a:hover {text-decoration: none;}
table {border: 0px; border-collapse: collapse;}
td {vertical-align: top; }
p {padding: 0px; margin: 0px 0px 12px 0px;}

h1 {color:#1B8BAB; font-size:16px; text-transform:uppercase; margin:0 0 10px 0;}
h2 {color:#000; font-size:15px; margin:0 0 10px 0;}
h3 {color:#1B8BAB; font-size:14px; margin:0 0 5px 0;}

.clear {clear:both;}
.none {line-height:0;}
.relative {position: relative;}
.red {color:#CB0000;}

/* news */
.news {width:100%; padding-top:10px;}
.news-item {width:49%; float:left; font-size:14px; line-height:19px; margin:0 0 15px 0;}
.news-item-b {padding:0 20px 0 0;}
.news-date {height:19px; float:left; margin:0 5px 0 0; background: #295281 url(/img/news_date_a.gif) left no-repeat; font-size: 12px;}
.news-date span {display: block; height:19px; float:left; color:#fff; font-weight: bold; padding:0 5px; background: url(/img/news_date_b.gif) right top no-repeat;}
.news-item a {color:#4C4C4C;}
.news-item a:hover {color:#CB0000;}
.news-all-link {padding:10px 0; text-align: right;}
.news-all-link a {font-weight: bold; font-size:14px;}


/* table */
.table1 {margin:0 auto 15px auto; border-bottom:5px solid #555;}
.table1 td, .table1 th {padding:6px 12px; border:1px solid #A1A1A1;}
.table1 th, .table1 thead td {background-color: #555555; border-bottom:5px solid #CB0000; color:#fff; font-weight: normal; text-align: center;}
.table1 td {background-color: #fff; color:#544536;}
.table1 td a {color: #005C93;}

.content {min-height:300px;}
.print-path {border-top:1px solid #D01717; border-bottom:1px solid #D01717; padding:5px 0; margin:10px 0;}
.footer {border-top:1px solid #D01717; padding:10px 0; margin:10px 0; font-size:12px; color: #555;}


