@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color:#F3F3F3;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/bg_new.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
}

a {
	color: #ACACAC;
}

a img {
	border:0px;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.header_table {
	width:800;
	margin-top:20px;
	margin-bottom:20px;
}

.body_table {
	width:800;
	margin-top:20px;
}

.center_table {
	width:800;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
}

.logo {
	background:url(images/logo.png) no-repeat left;
	height:122px;
	width:800px;
}

.box_black_top_left {
	background:url(images/box_black_top_left.png) no-repeat;
	width:10px;
	height:10px;
}

.box_black_top_right {
	background:url(images/box_black_top_right.png) no-repeat;
	width:10px;
	height:10px;
}

.box_black_down_left {
	background:url(images/box_black_down_left.png) no-repeat;
	width:10px;
	height:10px;
}

.box_black_down_right {
	background:url(images/box_black_down_right.png) no-repeat;
	width:10px;
	height:10px;
}

.box_black_center {
	background:#000;
}

.just {
	text-align:justify;
}

.table_comment{
	border:0px;
}

.table_comment h1 {
	padding:0px;
	margin:0px;
	font-size:20px;
	font-variant:small-caps;
}

.table_comment h2 {
	font-size:16px;
	font-weight:normal;
}

.table_comment h3 {
	font-size:10px;
	font-weight:normal;
	font-style:oblique;
}

.table_service {
	border:#ff5300 1px solid;
}

.table_service th {
	background:url(images/table_header.png) repeat-x;
	font-weight:bold;
	font-variant:small-caps;
	height:30px;
	font-size:16px;
}

.table_service td{
	border-bottom:1px solid #CCC
}

.calendar_box_1 {
	width:25px;
}

.calendar_box_2 {
	width:100px;
}

.calendar_box_3 {
	width:70px;
}

.hr_box {
	border:0px;
	border-color:#000;
	border-width:0px;
	border-style:solid;
	margin:0px;
	padding:0px;
}