/* CSS Document */

#table {
	text-align: center;
	width: inherit;
	padding-left: 70px;
}

#table p {
	line-height: 0.50em;
	font-weight: normal;
	color: #000000;
}

#table .table_head {
	width: 600px;
	border-top: solid 2px #0A9DFF;
	border-left: solid 2px #0A9DFF;
	border-right: solid 2px #0A9DFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0px 8px 0px;
}

#table .table_head_2 {
	width: 600px;
	border-left: solid 2px #0A9DFF;
	border-right: solid 2px #0A9DFF;
	border-bottom: solid 1px #0A9DFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0px 8px 0px;
}

#table .table_main {
	 width: 600px; 
	 border: solid 2px #0A9DFF;
}

#table .td_head {
}

#table .td_left {
	border-right: solid 1px #0A9DFF;
	border-bottom: solid 1px #0A9DFF;
	padding: 8px 0px 8px 15px; 
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#table .td_right {
	width: 300px;
	border-bottom: solid 1px #0A9DFF; 
	padding: 8px 15px 8px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

#table .table_foot {
	width: 600px;
	border-bottom: solid 2px #0A9DFF;
	border-left: solid 2px #0A9DFF;
	border-right: solid 2px #0A9DFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	padding: 8px 15px 8px 15px;
}
