/* CSS Document */

body{
	font-size: 12px;
	margin: 0px;
}
.mar {
	padding: 10px 10px;
/*
	background: #FFFFFF;
*/
}
.title{
	padding: 15px;
	font-size: 18px;
	color: white;
    vertical-align: middle;
    text-align:center;
	font-weight: bold;
	background: #336633;
	background-position: top;
    text-shadow: 2px 1px 3px #000;
    -moz-text-shadow: 2px 1px 3px #000;
    -webkit-text-shadow: 2px 1px 3px #000;
}
.title1{
	background: #333333;
	padding: 5px;
	font-size: 15px;
	color: #ffffff;
    vertical-align: middle;
    text-align:center;
	font-weight: bold;
    text-shadow: 2px 1px 3px #000;
    -moz-text-shadow: 2px 1px 3px #000;
    -webkit-text-shadow: 2px 1px 3px #000;
	}

.title2{
	background: #c62222;
	padding: 5px;
	font-size: 18px;
	color: #ffffff;
    vertical-align: middle;
    text-align:center;
	font-weight: bold;
}
.title-p{
	background: #e8e8e8;
	padding: 15px;
	font-size: 15px;
    vertical-align: middle;
    text-align:center;
	font-weight: bold;
	background-image: url(img/point.png);
	background-repeat: no-repeat;
	background-position: right 50%;
}
a.a:hover {
position: relative;
top: 2px;
left: 2px;
text-decoration: none;
}
	
.td {
	background: #ffffff;
	padding: 25px;
	font-size: 12px;
	text-align: left;
}
.table {
	border: 1;
	padding: 3px;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}
.table td{
	padding: 3px;
}
.fixed{
	border: 1;
	padding: 3px;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}
.fixed td.one{
	width: 1.5em;
}
.fixed td.two{
	width: 2.5em;
}
.fixed td.ten{
	width: 10em;
}
.fixed td.twelve{
	width: 12.5em;
}
.fixed td.fourteen{
	width: 14em;
}

#mar{
	padding: 0 15px 0 15px;
}
.on{
	cursor:hand; 
	background: url(img/arrow.png) no-repeat;
	background-position: right;
/*	background: url(img/back-g.png) repeat-x;
	background-position: bottom;
*/	background-color:#fff;
	border-bottom: 1px solid #336633;
	border-left: 12px solid #336633;
    text-align:left;
	padding-left: 15px;
	width: 530px;
	height: 25px;
	font-size: 15px;
}
.on2{
	cursor:hand; 
	background: url(img/arrow.png) no-repeat;
	background-position: right;
	background-color:#fff;
	border-bottom: 1px solid #666;
	border-left: 12px solid #666;
    text-align:center;
	width: 265px;
	height: 25px;
	font-size: 13px;
}
p.g {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(img/grey_btn_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
	margin-right: 0px;
}
h1 {
	font-weight: bold;
	color: #069;
	margin: 10px 0 4px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
}
h2 {
	padding: 0px 0 2px 0;
	margin: 0 0 2px 0;
	border-bottom: 1px solid #000;
	font-size: 12px;}
}
.small{
  	color: #F00;
  	font-size: 10px;
  	}
 .p20{
  font-size: 20px;
  font-weight: bold;
  }