@charset "UTF-8";
/* CSS Document */



body {
	background-image: url(images/main1_02.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
body,td,th {
	font-family: Arial;
	font-size: 13px;
	color: #2A2A2A;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
h1 {
	color: #FF6600;
	font-size: 20px;
}
h2 {
	color: #FF6600;
	font-size: 16px;
}
h3 {
	font-size: 16px;
	color: #7f8484;
}
#content_body{
	width:760px;
	padding-right: 0px;
	padding-left: 10px;
	text-align:justify;
}
#content_menu{
	
	padding-right: 10px;
	padding-left: 10px;
	text-align:left;
}


hr {
  background-color:#FFFFFF;
  height:1px;
}

li {
   list-style-image: url(images/dot.gif);
   padding:5px;
}


