@charset "UTF-8";
body {
	margin:0px;
	font-size: 12px;
	line-height: 1.8em;
	text-align: center;
	background-image: url(images/bg2.gif);
}
p {
    margin:0px;
    padding:5px;
    line-height: 1.8em;
    text-align: left;
	font-size: 12px;
}
a {
    color: #487001;
    text-decoration: none;
}
a:hover {
    color: #eb8f18;
}
.sitemap-link {
    font-size:9px;
}
.p-content {
padding:0px 35px 25px 25px;
}
.p-content img {
float:right;
margin:10px;
}
.first-big {
font-size:16px;
}
caption {
	font-size: 16px;
	font-weight: bold;
}
.table-style-orange {
	font-size:12px;
	border-top: 1px solid #FEBE8F;
	border-left: 1px solid #FEBE8F;
}
   .table-style-orange td {
   border-right:solid 1px #FEBE8F;
   border-bottom:solid 1px #FEBE8F;
   }
   .table-style-orange th {
	background-color:#FEF0C6;
	font-weight: bold;
	padding:5px 0px;
	border-right: 1px solid #FEAA76;
	border-bottom: 1px solid #FEAA76;
    }
   .table-tr-orange-color {
	background-color:#FFEDD0;
	}
	
	
.table-style-pink {
	font-size:12px;
	border-top: 1px solid #FFBEDE;
	border-left: 1px solid #FFBEDE;
}
   .table-style-pink td {
   border-right:solid 1px #FFBEDE;
   border-bottom:solid 1px #FFBEDE;
   }
   .table-style-pink th {
	background-color:#FED9D9;
	font-weight: bold;
	padding:5px 0px;
	border-right: 1px solid #FE88C1;
	border-bottom: 1px solid #FE88C1;
    }
   .table-tr-pink-color {
	background-color:#FFD8E4;
	}
	
.table-style-blue {
	font-size:12px;
	border-top: 1px solid #A7E0FE;
	border-left: 1px solid #A7E0FE;
}
   .table-style-blue td {
   border-right:solid 1px #A7E0FE;
   border-bottom:solid 1px #A7E0FE;
   }
   .table-style-blue th {
	background-color:#D0EFFE;
	font-weight: bold;
	padding:5px 0px;
	border-right: 1px solid #7FD4FE;
	border-bottom: 1px solid #7FD4FE;
    }
   .table-tr-blue-color {
	background-color:#CBF0FF;
	}
	
.table-style-green {
	font-size:12px;
	border-top: 1px solid #B0DF76;
	border-left: 1px solid #B0DF76;
}
   .table-style-green td {
   border-right:solid 1px #B0DF76;
   border-bottom:solid 1px #B0DF76;
   }
   .table-style-green th {
	background-color:#EAFECF;
	font-weight: bold;
	padding:5px 0px;
	border-right: 1px solid #A5D57B;
	border-bottom: 1px solid #A5D57B;
    }
   .table-tr-green-color {
	background-color:#F2FFE4;
	}
	
	
h2 {
	font-size:16px;
	font-style:normal;
	font-weight: bold;
	background: #FFE4C4;
	border-left: 5px solid #CC6600;
	padding:5px;
	margin:10px 30px 5px 10px;
}
#footer,#footer a {
    color:#ffffff;
}
#footer a:hover {
    text-decoration:underline;
}