@charset "utf-8";
/* CSS Document */
body
{
	font-size: 12px;
	width: 740px;
	line-height: 20px;
	color: #666666;
	font-family: Tahoma;
}

a {
	text-decoration: none;
	color: #006e7a;
}

img.right {
   
   padding: 0.5em;
   margin-bottom:5px;
   margin-left:10px;
   float: right;
}

img.left {

   padding: 0.5em;
   margin-bottom:5px;
   margin-right:10px;
   float: left;
   }
   
img.news {
   border: 1px solid gray;
   padding: 0.5em;
   margin-bottom:5px;
   margin-left:10px;
}

.title14
{
	font-size: 13px;
	line-height: 20px;
	color: #FF6600;
	background-image: url(../images/pill.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-weight: bold;
	text-indent: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.Path{
	background-image: url(../images/path.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 10px;
	width: 97%;
	text-indent: 30px;
	padding-bottom: 15px;
	background-position: 7px 6px;
	margin-left: 7px;
}
.Path span{
	font-size: 11px;
	color: #999999;
}

th
{
	background-color: #FFF09B;
	font-weight: normal;
	height: 30px;
	font-size: 12px;
}

td
{
	/*height: 30px;*/font-size: 12px;
}

.text12{
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	margin: 10px;
}
.style1 {
	color: #FF3300;
	font-weight: bold;
	text-decoration: underline;
}


/*table color*/

.table th
{
	background-color: #FFF09B;
	font-weight: bold;
	height: 25px;
	font-size: 12px;
	color: #000000;
}

.table td
{
	font-size: 12px;
	background-color: #FFFFEC;
}
