/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #003300;
	text-align: justify;
}
.h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}
a:link {
	color: #C64F00;
	text-decoration: underline;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #C64F00;
}
a:active {
	color: #1C3700;
}
#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #006600;
	border-left-color: #006600;
	line-height: 1.2em;
	color: #003300;
	background-image: url(/Image_site/html/leftback1.jpg);
	background-repeat: repeat;
	background-position: center top;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
	width: 97%;
	float: none;
	line-height: 1.2em;
}
h3 {font-size:14px !important; line-height:16px !important;}
h2 {font-size:16px !important; line-height:18px !important;}
h1 {font-size:18px !important; line-height:20px !important;}
.linknavig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
	text-transform: none;
}
@media screen and (max-width: 600px)
{
#content {
    width: 100%;
	height: auto;
    margin: 0 auto;
    padding:20px 0;
}
img {
  max-width:100%;
  height:auto;
}
}
