body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #F4F4F4;
	background-image: url(index_01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	text-align: justify;
}
#footer {
	font-size: 10px;
	color: #999999;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	background-color: #333333;
}
#wrapper {
	padding: 0px;
	width: 955px;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	width: 955px;
	padding: 20px;
}

#tablecontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
}

#titles{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight:bold;
	padding: 0px;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #63A0FB;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF9900;
}
#sub_menu{
	width: 180px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 100px;
	padding-left: 10px;
}
#sub_menu a {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	line-height: 20px;
}
#sub_menu a:hover{
	color: #000000;
}
#sub_menu hr{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: dotted;
}
.img_border{
	padding: 3px;
	border: 1px dotted #CCCCCC;
	
}

a:link,a:visited,a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003399;
	text-decoration:underline;
}

ul{
padding-left:15px;
margin-top:2px;
}
