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

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

h1 {
	/*color: #FF0000;*/
	color: #727272;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 2px solid #333333;
	border-top: 1px dotted #333333;
	background: #cccccc;
	background-image: url(../image/back-bar.jpg);
	background-repeat: repeat-x;
	text-shadow: 0px 1px 0px #e5e5ee;
	padding-left: 5px;
}

h2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	
	background: #990000;
	border-bottom: 2px solid #660000;
	border-top: 1px dotted #660000;
	background: #E77E7D;
	background-image: url(../image/back-small-bar.jpg);
	background-repeat: repeat-x;
	text-shadow: 0px 1px 0px #000000;
	padding-left: 5px;
}

h2 span {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	background: #E77E7D;
	background-image: url(../image/back-small-bar.jpg);
	background-repeat: repeat-x;
	text-shadow: 0px 1px 0px #000000;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	width: 50%;
}
	

#container {
  margin: 0 auto;
  width: 800px;
  text-align: left;
}

td {
	border-bottom: 1px dotted #CCCCCC;
} 	
